Template:KeyValue: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Undo test)
Line 2: Line 2:
{{todo|Prohibit omitting actual KV name; print some sort of text in red if missing.}}  
{{todo|Prohibit omitting actual KV name; print some sort of text in red if missing.}}  
{{doc}}
{{doc}}
<includeonly><onlyinclude>{{#if:||{{#switch:{{{1|}}}|start|divider|end=|<!--
<includeonly><onlyinclude>{{#if:{{{new|}}}{{{sectiontitle|}}}||{{#switch:{{{1|}}}|start|divider|end=|<!--
-->; {{#if: {{{deprecated|}}} | <del> }}<!--
-->; {{#if: {{{deprecated|}}} | <del> }}<!--
-->{{{1}}}<!--
-->{{{1}}}<!--
Line 48: Line 48:
  Text input:
  Text input:


-->{{#if:{{{new|}}}||}}<!--
-->{{#if:{{{new|}}}
|<tr bgcolor="#{{#if:{{{deprecated|}}}|423333|3a3a3a}}">
<td bgcolor="#{{#if:{{{deprecated|}}}|423333|363636}}" align="center"><kbd>{{{1|}}}{{#if:{{{toKey|}}}|&nbsp;<span style="opacity:.7">to</span> {{{toKey|}}}|}}</kbd></td>
<td align="center">{{KV Type|{{{2}}}}}</td>
<td align="center">{{#if:{{{src|}}}|'''{{{src|}}}'''}}</td>
<td>{{{3|}}}{{#if:{{{toPN|}}}|&nbsp;<span style="opacity:.7">to</span> {{{toPN|}}}|}}</td>
<td align="center" {{#if:{{{color|}}}|style="background-color:rgb({{{color|}}}); color:{{#switch:{{{color|}}}|255 255 255=#141414|}};"|}}>{{{color|{{{value|}}}}}}{{#if:{{{rawValue|}}}|<div>{{Code|{{{rawValue|}}}}}</div>|}}</td>
<td style="padding:0"><div style="max-height:240px; box-sizing:border-box; overflow-y:auto; padding:4px"><!--
--><div style="display:flex; align-items:center; flex-wrap:wrap; gap:6px"><!--
-->{{#if: {{{deprecated|}}} | {{obs|4}} }}<!--
-->{{#if: {{{only|}}} | {{#ifexist: Template:{{{only}}} only | {{{{{only}}} only}} | {{only|{{{only}}}}}}} }}<!--
-->{{#if: {{{since|}}} | {{#ifexist: Template:{{{since}}} add | {{{{{since}}} add}} | {{since|{{{since}}}}}}} }}<!--
-->{{#if: {{{removed|}}} | {{removed|{{{removed}}}}} }}<!--
-->{{#if: {{{not|}}} | {{#ifexist: Template:{{{not}}} not | {{{{{not}}} not}} | {{not|{{{not}}}}}}} }}<!--
-->{{#if: {{{also|}}} | {{#ifexist: Template:{{{also}}} also | {{{{{also}}} also}} | {{also|{{{also}}}}}}} }}<!--
-->{{#if: {{{nofgd|}}} | {{Not in FGD}} }}<!--
--></div>{{{4|}}}</div></td>
</tr>|}}<!--


  End:
  End:


-->{{#switch:{{{1|}}}|end=</table>|}}</onlyinclude></includeonly>
-->{{#switch:{{{1|}}}|end=</table>|}}</onlyinclude></includeonly>

Revision as of 09:30, 23 April 2024

Todo: Prohibit omitting actual KV name; print some sort of text in red if missing.
English (en)Deutsch (de)Esperanto (eo)Español (es)Français (fr)Suomi (fi)Hrvatski (hr)Magyar (hu)Italiano (it)日本語 (ja)한국어 (ko)Nederlands (nl)Polski (pl)Português (pt)Português do Brasil (pt-br)Русский (ru)Slovenčina (sk)Svenska (sv)Türkçe (tr)Українська (uk)Tiếng Việt (vi)中文 (zh)中文(臺灣) (zh-tw)
Curly brackets white.pngTemplate Documentation [view] [edit]
Icon-translate.png Available doc translations
View
Page history
Icon-translate.png
This template uses a strings subpage
Please follow the format on this subpage(s) to add translations.

This template is used to generate Keyvalue definitions on entity pages.

Usage

{{KV|<name>|<variable type>|<description>}}
Note.pngNote:Don't forget to use Template:= to escape any "=" characters in the text.

Examples and Parameters

Parameter Description Example Preview
deprecated This Keyvalue is deprecated and should no longer be used.
{{KV|I'm deprecated|intn=deprecated|string|Really, don't use me anymore!|deprecated=1}}
I'm deprecated (deprecated) <string> Obsolete
Deprecated. Really, don't use me anymore!
nofgd This Keyvalue isn't available in the official FGD.
{{KV|Add me to the FGD|intn=addfgd|boolean|Because I'm not there!|nofgd=1}}
Add me to the FGD (addfgd) <boolean> !FGD
Because I'm not there!
intn The internal/engine name for this Keyvalue.
Required; if absent, the page will display green todo text and applies Category:Pages with undefined internal keyvalue names. You can look for internal names in fgds. If internal name doesn't need to be specified use intn=0.
{{KV|Name|intn=targetname|string|The name that other entities refer to this entity by.}}</nowiki><br/><nowiki>
{{KV|Name|string|The name that other entities refer to this entity by.}}
Name (targetname) <string>
The name that other entities refer to this entity by.
Name <string>
The name that other entities refer to this entity by.
since This Keyvalue is available since this game. Can use either {{<game> add}} or {{Since}} templates.
{{KV|I like Alien Swarm|intn=likealienswarm|bool|I'm available in Portal 2, too!|since=AS}}
I like Alien Swarm (likealienswarm) <boolean> (in all games since AS)
I'm available in Portal 2, too!
also This Keyvalue is also available in this game. Can use either {{<game> also}} or {{Also}} templates.
{{KV|I like Alien Swarm|intn=likealienswarm|bool|I'm also available in Garry's Mod!|since=AS|also=GMOD}}
I like Alien Swarm (likealienswarm) <boolean> (in all games since AS) (also in Garry's Mod)
I'm also available in Garry's Mod!
only This Keyvalue is available only in this game. Can use either {{<game> only}} or {{Only}} templates.
{{KV|I love Alien Swarm|intn=lovealienswarm|integer|I'm only available in Alien Swarm!|only=AS}}
I love Alien Swarm (lovealienswarm) <integer> (only in AS)
I'm only available in Alien Swarm!
not This Keyvalue is not available just in this game. Only uses the template {{Not}}.
{{KV|I love Alien Swarm|intn=lovealienswarm|integer|I'm available in Portal 2 too, but not in CS:GO!|since={{as}}|removed={{csgo}}}}
I love Alien Swarm (lovealienswarm) <integer> (in all games since Alien Swarm) (not in Counter-Strike: Global Offensive)
I'm available in Portal 2 too, but not in CS:GO!
removed This Keyvalue was removed in this game onwards. Only uses the template {{Removed}}.
{{KV|I love Alien Swarm|intn=lovealienswarm|integer|Actually... I'm not here anymore since Portal 2, including CS:GO...|since={{as}}|removed={{csgo}}}}
I love Alien Swarm (lovealienswarm) <integer> (in all games since Alien Swarm) (removed since Portal 2)
Actually... I'm not here anymore since Portal 2, including CS:GO...
to Use this to define a set of Keyvalues with very similar names. Use intn2 for the second keyvalue's internal name.
{{KV|Sound 01|intn=Sound01|to=Sound 24|intn2=Sound24|string|There are many of us...}}
Sound 01 (Sound01) to Sound 24 (Sound24) <string>
There are many of us...

See also