Template:This is a/doc: Difference between revisions
No edit summary |
(→Usage) |
||
(28 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
{{Doc/subpage}} | {{Doc/subpage}} | ||
This template is the master format page for all Entity, Console command/variable, and Shader pages. Each page should have this at the beginning to describe the basic info about each one, such as what they are and their availability. | |||
This template is the master format page for all Entity, Console command/variable, and Shader pages. Each page should have this at the beginning to describe the basic info about each one, such as what they are and their availability. | |||
__TOC__ | |||
== Usage == | |||
This template is usually written in a single line. To use it, insert <code><nowiki>{{This is a}}</nowiki></code> into the desired page and specify the [[#Parameters and Examples|parameters]] to the right of the template name in the following format: <code><nowiki>{{This is a|parameter 1 = value|parameter 2 = value}}</nowiki></code>. | |||
== Parameters and Examples == | == Parameters and Examples == | ||
<strong style=color:rgb(255,255,0)>'''<nowiki>*</nowiki>'''</strong>: Necessary parameters.</sub> | <strong style="color:rgb(255,255,0)">'''<nowiki>*</nowiki>'''</strong>: Necessary parameters.</sub> | ||
<table class="standard-table" style="width:100%"> | |||
<tr> | |||
<th style="min-width:150px; width:8%"> Parameter </th> | |||
<th style="min-width:310px; width:27%"> Description </th> | |||
<th style="min-width:500px; width:37%"> Example </th> | |||
<th style="min-width:280px; width:28%"> Preview </th> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> | |||
''' | <strong style="color:rgb(255,255,0)">'''<nowiki>*</nowiki>'''</strong> | ||
<br><code>{{param|1}}</code> | |||
</td> | |||
<td> | |||
The type of the object need to describe. The following types are available:<br> | |||
''' | '''Entities:''' | ||
* | * <code>entity</code> - [[Entity]] | ||
* | * <code>point entity</code> - [[Point entity]] | ||
* | * <code>brush entity</code> - [[Brush entity]] {{not|{{src2}}}} | ||
* <code>mesh entity</code> - [[Mesh entity]] ({{source2}}) | |||
* | * <code>path entity</code> - [[Path entity]] ({{source2}}) | ||
'''Console Variables, Commands, QC Commands:''' | |||
* <code>console variable</code> - [[console variable|Console Variables]] | |||
* <code>console command</code> - [[Developer_Console#Submitting|Console Commands]] | |||
* <code>QC command</code> - [[QC command]] | |||
| | * <code>pixel shader</code> - [[Shader#Pixel shaders]] | ||
* <code>vertex shader</code> - [[Shader#Vertex shaders]] | |||
* <code>shader parameter</code> - [[material]] [[shader]] parameter | |||
'''Miscellaneous:''' | |||
* Custom (You can specify the type yourself. See examples) | |||
{{Note|Template will not add entity categories when using non-entity type (such as <code>console variable</code>).}} | |||
</td> | |||
{{ | <td> | ||
<pre style="margin:0 0 .25em 0">{{this is a|''incredible entity''}}</pre> | |||
<pre style="margin:.25em 0 .25em 0">{{this is a|brush entity|engine=GoldSrc|nocat=1}}</pre> | |||
<pre style="margin:.25em 0 .25em 0">{{this is a|console variable|name=sv_cheats|notitlechange=1|nocat=1}}</pre> | |||
<pre style="margin:.25em 0 0 0">{{this is a|pixel shader|name=LightmappedGeneric|notitlechange=1|nocat=1}}</pre> | |||
</td> | |||
<td style="background-color:#262626"> | |||
{{this is a|''incredible entity''}} | |||
<br><br>{{this is a|brush entity|engine=GoldSrc|notitlechange=1|nocat=1}} | |||
<br><br>{{this is a|console variable|name=sv_cheats|notitlechange=1|nocat=1}} | |||
<br><br>{{this is a|pixel shader|name=LightmappedGeneric|notitlechange=1|nocat=1}} | |||
: | </td> | ||
: | </tr> | ||
<tr> | |||
: | <td style="text-align:center"> | ||
<code>{{param|shader}}</code> | |||
<code>{{param|shader1}}</code> ~ <code>{{param|shader5}}</code> | |||
</td> | |||
<td> The shader that a parameter is in (only works if {{param|1}} is equal to <code>shader parameter</code>). Extra parameters allow you to specify multiple shaders. </td> | |||
<td> <pre style="magin:0">{{this is a|shader parameter|name=$lightmap|shader=VertexLitGeneric|game=Source 2013 Multiplayer|game1=Garry's Mod}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|shader parameter|name=$lightmap|shader=VertexLitGeneric|game=Source 2013 Multiplayer|game1=Garry's Mod|notitlechange=1|nocat=1}} </td> | |||
</tr> | |||
| | <tr> | ||
| | <td style="text-align:center"> | ||
<code>{{param|dx}}</code> | |||
</td> | |||
<td> | |||
Add [[DirectX Versions|DirectX levels]] inline text. | |||
Available versions: | |||
* DirectX 8 - <code>dx8</code> | |||
* DirectX 9 (SM 2.0)- <code>dx9</code> | |||
* DirectX 9.0c (SM 3.0) - <code>dx95</code> or <code>dx90c</code> | |||
</td> | |||
<td> | |||
<pre style="margin:0 0 .25em 0">{{this is a|shader parameter|dx=dx8|name=$lightwarptexture|shader=VertexLitGeneric|since=Source 2006}}</pre> | |||
<pre style="margin:.25em 0 .25em 0">{{this is a|shader parameter|dx=dx9|name=$lightwarptexture|shader=VertexLitGeneric|since=Source 2006}}</pre> | |||
| | <pre style="margin:.25em 0 0 0">{{this is a|shader parameter|dx=dx95|name=$lightwarptexture|shader=VertexLitGeneric|since=Source 2006}}</pre> | ||
</td> | |||
<td style="background-color:#262626; text-wrap-style:pretty"> | |||
{{this is a|shader parameter|dx=dx8|name=$lightwarptexture|shader=VertexLitGeneric|since=Source 2006|notitlechange=1|nocat=1}} | |||
<br><br>{{this is a|shader parameter|dx=dx9|name=$lightwarptexture|shader=VertexLitGeneric|since=Source 2006|notitlechange=1|nocat=1}} | |||
<br><br>{{this is a|shader parameter|dx=dx95|name=$lightwarptexture|shader=VertexLitGeneric|since=Source 2006|notitlechange=1|nocat=1}} | |||
|- | </td> | ||
</tr> | |||
<tr> | |||
<td style="text-align:center"> | |||
<code>{{param|engine}}</code> | |||
<code>{{param|engine1}}</code> | |||
<code>{{param|engine2}}</code> | |||
</td> | |||
<td> | |||
Which engine the subject belongs to. | |||
:* Default - {{source|4}} (same as specifying <code>Source</code>) | |||
:* <code>GoldSrc</code> - {{gldsrc|4}} | |||
:* <code>Source</code> - {{source|4}} | |||
:* <code>Source 2</code> - {{source2|4}} | |||
{{Important|'''To add multiple engines''', please use parameter <code>{{param|engine1}}</code> (secondary engine) and <code>{{param|engine2}}</code> (tertiary engine) with <code>{{param|engine}}</code> (primary engine) at the same time.}} | |||
</td> | |||
<td> | |||
<pre style="margin:0 0 .25em 0">{{this is a|point entity|engine=GoldSrc|engine1=Source}}</pre> | |||
<pre style="margin:.25em 0 0 0">{{this is a|point entity|engine=GoldSrc|engine1=Source|engine2=Source 2}}</pre> | |||
</td> | |||
<td style="background-color:#262626"> | |||
{{this is a|point entity|engine=GoldSrc|engine1=Source|nocat=1}} | |||
<br><br>{{this is a|point entity|engine=GoldSrc|engine1=Source|engine2=Source 2|notitlechange=1|nocat=1}} | |||
</td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|except}}</code> </td> | |||
<td> This is available in all other games except this one. {{Note|Works without <code>{{param|game}}</code>.}} </td> | |||
<td> <pre style="magin:0">{{this is a|brush entity|name=func_monitor|except=Left 4 Dead series}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|brush entity|name=func_monitor|except=Left 4 Dead series|notitlechange=1|nocat=1}} </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|since}}</code> </td> | |||
<td> | |||
This is available since this game. | |||
{{Note|Works without <code>{{param|game}}</code>.}} | |||
</td> | |||
<td> <pre style="magin:0">{{this is a|point entity|name=info_player_start|engine=GoldSrc|since=Half-Life}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|point entity|name=info_player_start|engine=GoldSrc|since=Half-Life|notitlechange=1|nocat=1}} </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|name}}</code> </td> | |||
<td> The name of the subject. It will change the title of a page. If unspecified, the sentence will just refer to the subject as "this." </td> | |||
<td> <pre style="magin:0">{{this is a|point entity|name=info_player_start}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|point entity|name=info_player_start|notitlechange=1|nocat=1}} </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|this}}</code> </td> | |||
<td> If set to 0, false, etc. then the sentence will not start with the word "this." Has no effect if {{param|name}} has been specified. </td> | |||
<td> <pre style="magin:0">{{this is a|point entity|this=false}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|point entity|this=false|notitlechange=1|nocat=1}} </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|series}}</code> </td> | |||
<td> The series that the subject is available in. </td> | |||
<td> <pre style="magin:0">{{this is a|brush entity|series=Counter-Strike}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|brush entity|series=Counter-Strike|notitlechange=1|nocat=1}} </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|game}}</code> </td> | |||
<td> | |||
The game that the subject is available in. | |||
{{Note|Works without <code>{{param|series}}</code>.{{Warning|Do not use short name (such as <code>hl2</code> instead of <code>Half-Life 2</code>), otherwise the page will be added to [[:Category:Hl2 point entities]] instead of [[:Category:Half-Life 2 point entities]].}}}} | |||
</td> | |||
<td> <pre style="magin:0">{{this is a|path entity|game=Team Fortress 2}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|path entity|game=Team Fortress 2|notitlechange=1|nocat=1}} </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|notitlechange}}</code> </td> | |||
<td> You can prevent title-changing from the template by using this parameter. Used in the <code>/doc</code> page. </td> | |||
<td> <pre style="magin:0">{{this is a|point entity|notitlechange=1|name=info_player_start|engine=GoldSrc|since=Half-Life}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|point entity|notitlechange=1|name=info_player_start|engine=GoldSrc|since=Half-Life|nocat=1}} </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|internal}}</code> </td> | |||
<td> If enabled, "cut" will be displayed before "entity" and a category will be added to the page. </td> | |||
<td> <pre style="magin:0">{{this is a|entity|internal=1}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|entity|internal=1|notitlechange=1|nocat=1}} </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|semi-internal}}</code> </td> | |||
<td> If enabled, "cut" will be displayed before "entity" and a category will be added to the page. </td> | |||
<td> <pre style="magin:0">{{this is a|entity|semi-internal=1}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|entity|semi-internal=1|notitlechange=1|nocat=1}} </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|cut}}</code> </td> | |||
<td> If enabled, "cut" will be displayed before "(internal) ... entity" and a category will be added to the page. </td> | |||
<td> <pre style="magin:0">{{this is a|cut=1|internal=1|entity}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|cut=1|internal=1|entity|notitlechange=1|nocat=1}} </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|sprite}}</code> </td> | |||
<td> | |||
The icon of the entity: | |||
* If <code>1</code> is specified, the template will find the entity icon file based on the entity name (parameter <code>{{param|1}}</code>). (Follow the format of <code><nowiki>[[File:<entity name>.png]]</nowiki></code> to find) | |||
* If it is a custom value, the template will find the entity icon file according to the specified value. {{Note|File suffix name is required!}} | |||
</td> | |||
<td> <pre style="magin:0">{{this is a|point entity|name=logic_script|sprite=1}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|point entity|name=logic_script|sprite=1|notitlechange=1|nocat=1}} </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|icon}}</code> </td> | |||
<td> | |||
Make the game icon appear left-aligned. | |||
* If <code>1</code>is specified, the template will use <code>{{param|tag=kbd|game}}</code> instead. | |||
* If it is a custom value, you need to enter the full name of the game. (Case sensitive) | |||
* If <code>0</code> is specified or the parameter is unused, the icon will appears in the text. (See the examples above.) | |||
</td> | |||
<td> <pre style="magin:0">{{this is a|point entity|name=info_survivor_position|icon=Left 4 Dead series|type=point entity|series=Left 4 Dead}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|point entity|name=info_survivor_position|icon=Left 4 Dead series|type=point entity|series=Left 4 Dead|notitlechange=1|nocat=1}} </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|name1}}</code> ~ <code>{{param|name5}}</code> </td> | |||
<td> | |||
If the entity name is similar to another entity and functions the same, like <code>terrorist_team_intro</code> and <code>counterterrorist_team_intro</code>, use these parameters. | |||
{{Note|Once you have used the <code>{{param|name1}}</code>, the style of the template will be changed. '''The <code>{{param|name}}</code> is necessary for displaying the first name.'''}} | |||
</td> | |||
<td> <pre style="magin:0">{{this is a|point entity|name=terrorist_team_intro|name1=counterterrorist_team_intro|game=Counter-Strike 2}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|point entity|name=terrorist_team_intro|name1=counterterrorist_team_intro|game=Counter-Strike 2|notitlechange=1|nocat=1}} </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|game1}}</code> ~ <code>{{param|game5}}</code> </td> | |||
<td> | |||
If this is available in multiple games, use these parameters to describe. | |||
{{Note|Once you have used the <code>{{param|game1}}</code>, the style of the template will be changed. '''The <code>{{param|game}}</code> is necessary for displaying the first game.'''}} | |||
{{Note|Works without <code>{{param|series}}</code>.}} | |||
{{Warning|Do not use short name (such as <code>hl2</code> instead of <code>Half-Life 2</code>), otherwise the page will be added to [[:Category:Hl2 point entities]] instead of [[:Category:Half-Life 2 point entities]].}} | |||
</td> | |||
<td> <pre style="magin:0">{{this is a|point entity|game=Left 4 Dead|game1=Left 4 Dead 2|game2=Portal 2|game3=Team Fortress 2|game4=Portal 2|game5=Counter-Strike: Global Offensive}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|point entity|game=Left 4 Dead|game1=Left 4 Dead 2|game2=Portal 2|game3=Team Fortress 2|game4=Portal 2|game5=Counter-Strike: Global Offensive|notitlechange=1|nocat=1}} </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|nocat}}</code> </td> | |||
<td> Don't place any categories. </td> | |||
<td> <pre style="magin:0">{{this is a|point entity|name=info_player_start|nocat=1}}</pre> </td> | |||
<td style="background-color:#262626"> N/A </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|no-non-int}}</code> </td> | |||
<td> Don't place it in [[:Category:Non-internal entities|Category:Non-internal <nowiki>{{{in|}}}</nowiki> entities]]. </td> | |||
<td> <pre style="magin:0">{{this is a|point entity|name=info_player_start|no-non-int=1}}</pre> </td> | |||
<td style="background-color:#262626"> N/A </td> | |||
</tr> | |||
<tr> | |||
<td style="text-align:center"> <code>{{param|except-multi}}</code> </td> | |||
<td> | |||
Similar to <code>{{param|except}}</code>, but can specify multiple games simultaneously. | |||
{{Note|Unsupport placing categories.}} | |||
</td> | |||
<td> <pre style="magin:0">{{this is a|point entity|name=1|except-multi={{l4d}}{{hl2}}{{csgo}}}}</pre> </td> | |||
<td style="background-color:#262626"> {{this is a|point entity|name=1|except-multi={{l4d}}{{hl2}}{{csgo}}|notitlechange=1|nocat=1}} </td> | |||
</tr> | |||
</table> | |||
== Components == | |||
This template uses components to simplify working with repetitive code. Below is a list of all components included in the template. | |||
* [[Template:This is a/strings|strings]] | |||
* [[Template:This is a/category|category]] | |||
* | * [[Template:This is a/check name|check name]] | ||
* | |||
* | |||
Latest revision as of 00:32, 14 September 2025

Don't forget to purge the contents of the base page upon creating or editing this subpage.
This template is the master format page for all Entity, Console command/variable, and Shader pages. Each page should have this at the beginning to describe the basic info about each one, such as what they are and their availability.
Usage
This template is usually written in a single line. To use it, insert {{This is a}}
into the desired page and specify the parameters to the right of the template name in the following format: {{This is a|parameter 1 = value|parameter 2 = value}}
.
Parameters and Examples
*: Necessary parameters.
Parameter | Description | Example | Preview |
---|---|---|---|
*
|
The type of the object need to describe. The following types are available:
Console Variables, Commands, QC Commands:
Miscellaneous:
![]() console variable ). |
{{this is a|''incredible entity''}} {{this is a|brush entity|engine=GoldSrc|nocat=1}} {{this is a|console variable|name=sv_cheats|notitlechange=1|nocat=1}} {{this is a|pixel shader|name=LightmappedGeneric|notitlechange=1|nocat=1}} |
This is a incredible entity available in all |
|
The shader that a parameter is in (only works if {{{1}}} is equal to shader parameter ). Extra parameters allow you to specify multiple shaders. |
{{this is a|shader parameter|name=$lightmap|shader=VertexLitGeneric|game=Source 2013 Multiplayer|game1=Garry's Mod}} |
$lightmap is a material shader parameter for the VertexLitGeneric shader available in ![]() ![]() |
|
Add DirectX levels inline text. Available versions:
|
{{this is a|shader parameter|dx=dx8|name=$lightwarptexture|shader=VertexLitGeneric|since=Source 2006}} {{this is a|shader parameter|dx=dx9|name=$lightwarptexture|shader=VertexLitGeneric|since=Source 2006}} {{this is a|shader parameter|dx=dx95|name=$lightwarptexture|shader=VertexLitGeneric|since=Source 2006}} |
|
|
Which engine the subject belongs to. ![]() {{{engine1}}} (secondary engine) and {{{engine2}}} (tertiary engine) with {{{engine}}} (primary engine) at the same time. |
{{this is a|point entity|engine=GoldSrc|engine1=Source}} {{this is a|point entity|engine=GoldSrc|engine1=Source|engine2=Source 2}} |
This is a point entity available in all |
{{{except}}} |
This is available in all other games except this one. ![]() {{{game}}} . |
{{this is a|brush entity|name=func_monitor|except=Left 4 Dead series}} |
func_monitor is a brush entity available in all ![]() ![]() ![]() |
{{{since}}} |
This is available since this game. ![]() {{{game}}} . |
{{this is a|point entity|name=info_player_start|engine=GoldSrc|since=Half-Life}} |
info_player_start is a point entity available in all ![]() ![]() |
{{{name}}} |
The name of the subject. It will change the title of a page. If unspecified, the sentence will just refer to the subject as "this." | {{this is a|point entity|name=info_player_start}} |
info_player_start is a point entity available in all ![]() |
{{{this}}} |
If set to 0, false, etc. then the sentence will not start with the word "this." Has no effect if {{{name}}} has been specified. | {{this is a|point entity|this=false}} |
is a point entity available in all ![]() |
{{{series}}} |
The series that the subject is available in. | {{this is a|brush entity|series=Counter-Strike}} |
This is a brush entity available in ![]() ![]() |
{{{game}}} |
The game that the subject is available in. ![]() {{{series}}} .![]() hl2 instead of Half-Life 2 ), otherwise the page will be added to Category:Hl2 point entities instead of Category:Half-Life 2 point entities. |
{{this is a|path entity|game=Team Fortress 2}} |
This is a path entity available in ![]() |
{{{notitlechange}}} |
You can prevent title-changing from the template by using this parameter. Used in the /doc page. |
{{this is a|point entity|notitlechange=1|name=info_player_start|engine=GoldSrc|since=Half-Life}} |
info_player_start is a point entity available in all ![]() ![]() |
{{{internal}}} |
If enabled, "cut" will be displayed before "entity" and a category will be added to the page. | {{this is a|entity|internal=1}} |
This is an internal entity available in all ![]() |
{{{semi-internal}}} |
If enabled, "cut" will be displayed before "entity" and a category will be added to the page. | {{this is a|entity|semi-internal=1}} |
This is a semi-internal entity available in all ![]() |
{{{cut}}} |
If enabled, "cut" will be displayed before "(internal) ... entity" and a category will be added to the page. | {{this is a|cut=1|internal=1|entity}} |
This is a cut internal entity available in all ![]() |
{{{sprite}}} |
The icon of the entity:
|
{{this is a|point entity|name=logic_script|sprite=1}} |
![]() logic_script is a point entity available in all ![]() |
{{{icon}}} |
Make the game icon appear left-aligned.
|
{{this is a|point entity|name=info_survivor_position|icon=Left 4 Dead series|type=point entity|series=Left 4 Dead}} |
![]() ![]() info_survivor_position is a point entity available in ![]() ![]() |
{{{name1}}} ~ {{{name5}}} |
If the entity name is similar to another entity and functions the same, like ![]() {{{name1}}} , the style of the template will be changed. The {{{name}}} is necessary for displaying the first name. |
{{this is a|point entity|name=terrorist_team_intro|name1=counterterrorist_team_intro|game=Counter-Strike 2}} |
terrorist_team_intro and counterterrorist_team_intro are point entities available in ![]() |
{{{game1}}} ~ {{{game5}}} |
If this is available in multiple games, use these parameters to describe. ![]() {{{game1}}} , the style of the template will be changed. The {{{game}}} is necessary for displaying the first game.![]() {{{series}}} .![]() hl2 instead of Half-Life 2 ), otherwise the page will be added to Category:Hl2 point entities instead of Category:Half-Life 2 point entities. |
{{this is a|point entity|game=Left 4 Dead|game1=Left 4 Dead 2|game2=Portal 2|game3=Team Fortress 2|game4=Portal 2|game5=Counter-Strike: Global Offensive}} |
This is a point entity available in ![]() ![]() ![]() ![]() ![]() ![]() |
{{{nocat}}} |
Don't place any categories. | {{this is a|point entity|name=info_player_start|nocat=1}} |
N/A |
{{{no-non-int}}} |
Don't place it in Category:Non-internal {{{in|}}} entities. | {{this is a|point entity|name=info_player_start|no-non-int=1}} |
N/A |
{{{except-multi}}} |
Similar to ![]() |
{{this is a|point entity|name=1|except-multi={{l4d}}{{hl2}}{{csgo}}}} |
1 is a point entity available in all ![]() ![]() ![]() ![]() |
Components
This template uses components to simplify working with repetitive code. Below is a list of all components included in the template.