Template:Code/doc

From Forsaken Saga Wiki
Revision as of 01:34, 28 May 2024 by Harrigton (talk | contribs) (Created page with "This template wraps text in {{code|<code>}} tags. ==Usage== {{code|{{tl|code|<your code here>}}}} produces: {{code|<your code here>}}. ==Known issue== You must use {{code|&lt;}} and {{code|&gt;}} instead of {{code|<}} and {{code|>}} if you want to write {{code|<code>}} or {{code|<nowiki>}}. <includeonly> Category:Templates </includeonly>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template wraps text in <code> tags.

Usage[edit source]

{{code|<your code here>}} produces: <your code here>.

Known issue[edit source]

You must use &lt; and &gt; instead of < and > if you want to write <code> or <nowiki>.