Template:KV StartDisabled/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
{{Doc/subpage}}
{{Doc/subpage}}
<!-- Please place categories where indicated at the bottom of this page.) -->
<!-- Please place categories where indicated at the bottom of this page.) -->
Generates data for the<code>StartDisabled</code>key.
Generates data for the <code>StartDisabled</code> key.


==Usage==
==Usage==
If first parameter is specified it will be used as description instead of default
If first parameter is specified it will be used as description instead of default
<pre>
<pre>
{{KV EnableDisable|Custom description}}
{{KV StartDisabled|Custom description}}
</pre>
</pre>
{{KV EnableDisable|Custom description}}
{{KV StartDisabled|Custom description}}




Default:
Default:
{{KV EnableDisable}}
{{KV StartDisabled}}


<includeonly>{{sandbox other||
<includeonly>{{sandbox other||
<!-- Categories below this line, please -->
<!-- Categories below this line, please -->
[[Category:Keyvalue Templates|EnableDisable]]
[[Category:Keyvalue Templates|StartDisabled]]
}}</includeonly>
}}</includeonly>
== See also ==
== See also ==
* {{t|KV StartEnabled}}, the inverse of this keyvalue.
* {{t|KV StartEnabled}}, the inverse of this keyvalue.

Latest revision as of 06:43, 4 June 2025

Edit-copy.png
This is a documentation subpage for Template:KV StartDisabled.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

Generates data for the StartDisabled key.

Usage

If first parameter is specified it will be used as description instead of default

{{KV StartDisabled|Custom description}}
Start Disabled (StartDisabled) <boolean>
Custom description


Default:

Start Disabled (StartDisabled) <boolean>
Stay dormant until activated (with theEnableinput).


See also