Template:Code

From Pixar Cars Wiki
Revision as of 16:02, 19 June 2024 by RodRedlineM1 (talk | contribs) (Created page with "<includeonly>{{#tag:code|{{#tag:nowiki|{{{1|}}}}}}}<noinclude></includeonly> Used to wrap text in {{Code|<code>}} and {{Code|<nowiki>}} tags, as to avoid parsing it; essentially a non-line breaking version of the {{Code|pre}} tag. Useful for documentation pages. ==Example== <pre>{{Code|Insert Wikitext here}}</pre> Output: {{Code|Insert Wikitext here}} ==See also== *Template:Tem Category:Formatting templates </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Used to wrap text in <code> and <nowiki> tags, as to avoid parsing it; essentially a non-line breaking version of the pre tag. Useful for documentation pages.

Example

{{Code|Insert [[Wikitext]] here}}

Output: Insert Wikitext here

See also