This template is equivalent to {{Code}}, but with different default values, namely {{{style||1}}} and {{{select||1}}}. Both accept the same parameters.
{{Code|style=1|select=1|Text}} -> {{Code2|Text}}
Example
|
Preview
|
{{Code|Hello World!}}
|
Hello World!
|
{{Code2|Hello World!}}
|
Hello World!
|