Template:Cmd/doc

From Zombie Panic! Official Wiki
Revision as of 00:36, 26 August 2025 by Wuffesan (talk | contribs) (Created page with "Formats the text as a console command. Should be used only for console variables/commands. == Parameters and Examples == {| class="standard-table" width="100%" ! Parameter ! Description ! Example ! Preview |- | align="center" | <code>{{param|1}}</code> | Console Variable. | <pre>{{Command|sv_cheats}}</pre> | bgcolor=#262626 | {{Command|sv_cheats}} |- | align="center" | <code>{{param|2}}</code> | Console Variable Value. | <pre>{{Command|sv_cheats|1}}</pre> | b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Formats the text as a console command. Should be used only for console variables/commands.

Parameters and Examples

Parameter Description Example Preview
{{{1}}} Console Variable.
{{Command|sv_cheats}}
sv_cheats
{{{2}}} Console Variable Value.
{{Command|sv_cheats|1}}
sv_cheats 1
{{{alt}}} Alternative Name of the Console Variable.
{{Command|sv_cheats|1|alt = Hello, World!}}
Hello, World! 1

See also