Template:I/doc: Difference between revisions
Jump to navigation
Jump to search
Note:Don't forget to use Template:= to escape any "=" characters in the text.
(Updated documentation) |
m (Template:Fl) |
||
Line 31: | Line 31: | ||
== See also == | == See also == | ||
* [[Template:KV]] | * [[Template:KV]] | ||
* [[Template:Fl]] | |||
* [[Template:MatParam]] | * [[Template:MatParam]] | ||
Revision as of 11:16, 25 August 2021

This is a documentation subpage for Template:I.
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.
This template is used to generate input/output definitions on entity pages.
Usage
{{IO|<name>|<description>}}

Examples and Parameters
Parameter | Description | Example | Preview |
---|---|---|---|
deprecated |
This input/output is deprecated and should no longer be used. | {{IO|OnDeprecated|Really, don't use me anymore!|deprecated=1}} |
|
nofgd |
This input/output isn't available in the official FGD. | {{IO|AddFGD|Because I'm not there!|nofgd=1}} |
|
param |
Optional variable type for parameters. | {{IO|SetString|Updates the string.|param=string}} |
|
since |
This input/output is available since this game. Can use either {{<game> add}} or {{Since}} templates. |
{{IO|OnAlienSwarm|I'm available in Portal 2, too!|since=AS}} |
|
also |
This input/output is also available in this game. Can use either {{<game> also}} or {{Also}} templates. |
{{IO|OnAlienSwarm|I'm also available in Garry's Mod!|since=AS|also=GMOD}} |
|
only |
This input/output is available only in this game. Can use either {{<game> only}} or {{Only}} templates. |
{{IO|OnAlienSwarm|I'm only available in Alien Swarm!|only=AS}} |
|
removed |
This input/output was removed in this game. Only uses the template {{Removed}} . |
{{IO|OnAlienSwarm|I'm available in Portal 2 too, but not in CS:GO!|since={{as}}|removed={{csgo}}}} |
|
to |
Use this to define a set of inputs/outputs with very similar names. | {{IO|Sound01|to=Sound24|There are many of us...}} |
|
See also