Template:Nowiki: Difference between revisions
Jump to navigation
Jump to search
(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 |...") |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly><nowiki>{{{1}}}</nowiki></includeonly><noinclude> | ||
{{wip|text=<br />This template '''is ''not'' functioning''' at present.}} | |||
The <nowiki>{{</nowiki>'''nowiki'''<nowiki>}}</nowiki> template wraps its contents with {{code|<nowiki><nowiki>...</nowiki></nowiki>}} tags. | The <nowiki>{{</nowiki>'''nowiki'''<nowiki>}}</nowiki> template wraps its contents with {{code|<nowiki><nowiki>...</nowiki></nowiki>}} tags. | ||
Latest revision as of 20:11, 11 December 2023
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>