Template:KV StartDisabled/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{Documentation subpage}} <!-- Please place categories where indicated at the bottom of this page.) --> Generates data for the<code>StartDisabled</code>key. ==Usage== There i...")
 
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Documentation 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==
There is only one parameter for this template, and its for the {{tl|KV_NavBlocker}} page.
If first parameter is specified it will be used as description instead of default
<pre>
<pre>
{{KV EnableDisable|navblock=1}}
{{KV StartDisabled|Custom description}}
</pre>
</pre>
Which adds a warning:{{ExpandBox|
{{KV StartDisabled|Custom description}}
{{KV EnableDisable|navblock=1}}
 
}}
 
Default:
{{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 ==
* {{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