Open main menu

Template:Code/doc

< Template:Code
Revision as of 19:51, 11 February 2020 by NeueDarshan (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Print inline code, but wrapping it in a template makes changing easier.

{{code|stuff}}

If the code contains any equal sign at all, use this idiom:

{{code|1=location=stuff}}

or fall back on the <code>...</code> tags.