Template documentation
Shortcut
- {{c}}
Render text in a monospaced font suitable for code.
This is simply a shorthand for <code>fooobar</code>
which is annoying to type out every time; it's marginally nicer to write {{c|foobar}}
.
Usage
This should be used to format technical strings such as UUIDs, file paths, snippets of code, etc. It should not be used as a general purpose formatting tool to separate some text from normal text.
Examples
- {{code|Scripts/thoth/helpers/CommonConditions.khn}} renders as
Scripts/thoth/helpers/CommonConditions.khn
- {{c|MAG_TheDueller_Rapier}} renders as
MAG_TheDueller_Rapier
- {{c|d49bf05e-4f94-4860-bd8c-ae63dae811be}} renders as
d49bf05e-4f94-4860-bd8c-ae63dae811be
Template data
Render text in a monospace font suitable for code.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Text | 1 | Text to display as code | String | required |