Template:Code
{{{1}}}
Definition is <code>{{{1}}}</code>
You can use this template to format code scratch inside your text.
For example:
- {{Code|Int: Integer;}}
renders as
Int: Integer;
.
If the text contains '=' characters, precede the text by "1=":
For example:
- {{Code|1=if True = True}}
renders as
if True = True
.
Enter code samples and format them as monospace font
Parameter | Description | Type | Status | |
---|---|---|---|---|
Code | 1 | Enter the code you want to format.
| Unknown | optional |