Template:Code: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Updated documentation)
(Added shortcut)
 
Line 1: Line 1:
<includeonly><code>{{{1}}}</code></includeonly><noinclude>{{documentation|content=
<includeonly><code>{{{1}}}</code></includeonly><noinclude>{{documentation|content=
{{shortcut|c}}
Render text in a monospaced font suitable for code.
Render text in a monospaced font suitable for code.



Latest revision as of 08:10, 22 November 2024

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

Markup Renders as
{{code|Scripts/thoth/helpers/CommonConditions.khn}}
Scripts/thoth/helpers/CommonConditions.khn
{{c|MAG_TheDueller_Rapier}}
MAG_TheDueller_Rapier
{{c|d49bf05e-4f94-4860-bd8c-ae63dae811be}}
d49bf05e-4f94-4860-bd8c-ae63dae811be

Template data

Render text in a monospace font suitable for code.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Text1

Text to display as code

Stringrequired