Template:Code

From RimWorld Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Documentation icon Template documentation[view] [edit] [history] [purge]

Description

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

Example Usage

The line:

{{Code | CODE CONTENT GOES HERE }}

Results in: CODE CONTENT GOES HERE

Alternative

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

<code>CODE CONTENT GOES HERE</code>