Template:Code
Jump to navigation
Jump to search
Template documentation
The {{code}} template wraps its contents with <code>...</code>
tags.
Usage
Place {{code|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 code tags |
Example
{{code|parameter}}
→ parameter