Template:Nowiki
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>