Template:Code2

From Valve Developer Community
Revision as of 22:27, 29 March 2023 by Popcorn (talk | contribs) (Created page with "<onlyinclude><includeonly><!-- -->{{code |style={{{style|1}}} |select={{{select|1}}} |color={{{color|}}} |bg={{{bg|{{{background|}}}}}} |{{{1}}}}}<!-- --></includeonly></onl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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!