Template:Code

From RimWorld Wiki
Revision as of 12:41, 31 October 2020 by Harakoni (talk | contribs) (Hopefully I didn't break anything, but documentation via the /doc is preferable.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Documentation icon Template documentation[view] [edit] [history] [purge]

Description[edit]

This template can be used to display text as in-line code.

Example Usage[edit]

The line:

{{Code | CODE CONTENT GOES HERE }}

Results in: CODE CONTENT GOES HERE

Alternative[edit]

It is possible to just use the html tags directly, as they are not that long:

<code>CODE CONTENT GOES HERE</code>