Template:Nowiki

From The World of Gotha
Revision as of 20:02, 11 December 2023 by Jph2 (talk | contribs) (Created page with "<includeonly><nowiki>{{{1}}}</nowiki></includeonly><noinclude> The <nowiki>{{</nowiki>'''nowiki'''<nowiki>}}</nowiki> template wraps its contents with {{code|<nowiki><nowiki>...</nowiki></nowiki>}} tags. ==Usage== Place {{code|<nowiki>{{nowiki|</nowiki>''your text''<nowiki>}}</nowiki>}} where you want the string to appear. ==Parameters== {| class="wikitable" ! Parameter !! Description !! Type !! Status !! Notes |- | <code>1</code> || Text string || String || Optional |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The {{nowiki}} template wraps its contents with <nowiki>...</nowiki> tags.

Usage

Place {{nowiki|your text}} where you want the string to appear.

Parameters

Parameter Description Type Status Notes
1 Text string String Optional Contains the string to be wrapped in the nowiki tags

Example

{{nowiki|parameter}} → <nowiki>parameter</nowiki>