Template:Cmd/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (THE OWL moved page Template:Command/doc to Template:Cmd/doc over redirect)
No edit summary
 
Line 27: Line 27:


== See also ==
== See also ==
* {{T|Material Parameter}}
* {{T|matparam}}
* {{T|ent|alt=Entity}}
* {{T|ent}}


{{Doc/Sandbox other|
{{Doc/Sandbox other|

Latest revision as of 10:15, 24 August 2025

Edit-copy.png
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.

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