Template:Code
Template documentation
The {{code}} template wraps its contents with <code>...</code>
tags.
Usage
Place {{code|1}}
where you want the string to appear.
Parameters
Parameter | Description | Type | Status | Notes |
---|---|---|---|---|
1 |
Text string | String | Required | Contains the string to be wrapped in the code tags. Standard wiki markup is accepted. |
Examples
{{code|sample text}}
→sample text
{{code|''another sample''}}
→another sample