Template:Code

From bg3.wiki
Revision as of 13:15, 14 March 2025 by Hawkeye (talk | contribs) (improved display of examples)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Text1

Text to display as code

Stringrequired