Template:Code

From RAD Studio
Jump to: navigation, search

{{{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.