Template:Cmd/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Doc/subpage}} | {{Doc/subpage}} | ||
Formats the text as a console command. Should be used only for console variables/commands. | Formats the text as a console command. Should be used only for console variables/commands. | ||
Line 14: | Line 10: | ||
! Preview | ! Preview | ||
|- | |- | ||
| align="center" | {{ | | align="center" | <code>{{param|1}}</code> | ||
| [[ConVar|Console Variable]]. | | [[ConVar|Console Variable]]. | ||
| <pre>{{Command|sv_cheats}}</pre> | |||
| {{ | | bgcolor=#262626 | {{Command|sv_cheats}} | ||
|- | |- | ||
| align="center" | {{ | | align="center" | <code>{{param|2}}</code> | ||
| Console Variable Value. | | Console Variable Value. | ||
| <pre>{{Command|sv_cheats|1}}</pre> | |||
| {{ | | bgcolor=#262626 | {{Command|sv_cheats|1}} | ||
|- | |- | ||
| align="center" | {{ | | align="center" | <code>{{param|alt}}</code> | ||
| Alternative Name of the Console Variable. | | Alternative Name of the Console Variable. | ||
| <pre>{{Command|sv_cheats|1|alt = Hello, World!}}</pre> | |||
| {{ | | bgcolor=#262626 | {{Command|sv_cheats|1|alt = Hello, World!}} | ||
|} | |} | ||
== See also == | == See also == | ||
* {{T| | * {{T|matparam}} | ||
* {{T|ent}} | * {{T|ent}} | ||
Latest revision as of 10:15, 24 August 2025

This is a documentation subpage for Template:Cmd.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
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