这篇条目有关 Source引擎。如需详情,点击这里。

Template:This is a/doc/zh: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(updated used templates)
Line 13: Line 13:
! 预览
! 预览
|-
|-
|align="center"|<strong style=color:rgb(255,255,0)><nowiki>*</nowiki></strong>{{Code|style=1|{{param|type}}}}
|align="center"|<strong style=color:rgb(255,255,0)><nowiki>*</nowiki></strong>{{Code|style=1|{{param|1}}}}
| 实体的类型。以下类型可用:
| 对象的类型。以下类型可用:
:* {{Code|e0}}, {{Code|point}} - [[Point entity|点实体]]
:* {{Code|e0}}, {{Code|point}} - [[Point entity|点实体]]
:* {{Code|e1}}, {{Code|int point}} - [[Internal entity|内部]]点实体
:* {{Code|e1}}, {{Code|int point}} - [[Internal entity|内部]]点实体
Line 23: Line 23:
:* {{Code|convar}} - [[Developer_Console#Submitting|控制台变量]]
:* {{Code|convar}} - [[Developer_Console#Submitting|控制台变量]]
:* {{Code|command}} - [[Developer_Console#Submitting|控制台命令]]
:* {{Code|command}} - [[Developer_Console#Submitting|控制台命令]]
:* 你可以自己指定实体类型。(详见示例)
:* 你可以自己指定对象类型。(详见示例)
|
|
{{CodeBlock|<nowiki>{{entity|type=''incredible entity''|engine=''Mosaic''}}</nowiki>}}
{{CodeBlock|<nowiki>{{this is a|''incredible entity''|engine=''Mosaic''}}</nowiki>}}
{{CodeBlock|<nowiki>{{entity|type=e1|engine=3}}</nowiki>}}<br>
{{CodeBlock|<nowiki>{{this is a|e1|engine=3}}</nowiki>}}<br>
{{CodeBlock|<nowiki>{{entity|type=e2|engine=1}}</nowiki>}}
{{CodeBlock|<nowiki>{{this is a|e2|engine=1}}</nowiki>}}
{{CodeBlock|<nowiki>{{entity|type=convar|sv_cheats}}</nowiki>}}
{{CodeBlock|<nowiki>{{this is a|convar|name=sv_cheats}}</nowiki>}}
|
|
{{Capsule|style=2|margin=5px|{{entity|type=''incredible entity''|engine=''Mosaic''}}}}
{{Capsule|style=2|margin=5px|{{this is a|''incredible entity''|engine=''Mosaic''}}}}
{{Capsule|style=2|margin=5px|{{entity|type=e1|engine=3}}}}
{{Capsule|style=2|margin=5px|{{this is a|e1|engine=3}}}}
{{Capsule|style=2|margin=5px|{{entity|type=e2|engine=1}}}}
{{Capsule|style=2|margin=5px|{{this is a|e2|engine=1}}}}
{{Capsule|style=2|margin=5px|{{entity|type=convar|sv_cheats|notitlechange=1}}}}
{{Capsule|style=2|margin=5px|{{this is a|convar|name=sv_cheats|notitlechange=1}}}}
|-
|-
|align="center"|{{Code|style=1|{{param|engine}}}}
|align="center"|{{Code|style=1|{{param|engine}}}}
| 实体应该属于哪个引擎。
| 对象应该属于哪个引擎。
:* {{Code|1}}, {{Code|gldsrc}} - {{gldsrc|4}}
:* {{Code|1}}, {{Code|gldsrc}} - {{gldsrc|4}}
:* {{Code|2}}, {{Code|source}} - {{source|4}}
:* {{Code|2}}, {{Code|source}} - {{source|4}}
Line 42: Line 42:
:* 缺省值 - {{source|4}}
:* 缺省值 - {{source|4}}
|
|
{{CodeBlock|<nowiki>{{entity|type=e1|engine=3}}</nowiki>}}
{{CodeBlock|<nowiki>{{this is a|e1|engine=3}}</nowiki>}}
{{CodeBlock|<nowiki>{{entity|type=e1}}</nowiki>}}
{{CodeBlock|<nowiki>{{this is a|e1}}</nowiki>}}
|
|
{{Capsule|style=2|margin=5px|{{entity|type=e1|engine=3}}}}
{{Capsule|style=2|margin=5px|{{this is a|e1|engine=3}}}}
{{Capsule|style=2|margin=5px|{{entity|type=e1}}}}
{{Capsule|style=2|margin=5px|{{this is a|e1}}}}
|-
|-
|align="center"|{{Code|style=1|{{param|except}}}}
|align="center"|{{Code|style=1|{{param|except}}}}
| 该实体存在于其他所有游戏除了这个游戏外。{{Note|应该在此处填写游戏的全称而不是简称,以便模板根据语言后缀连接多语言页面。}}{{Note|仅在不使用 {{Code|style=1|{{param|game}}}} 的情况下有效。}}
| 该对象存在于其他所有游戏除了这个游戏外。{{Note|应该在此处填写游戏的全称而不是简称,以便模板根据语言后缀连接多语言页面。}}{{Note|仅在不使用 {{Code|style=1|{{param|game}}}} 的情况下有效。}}
| {{CodeBlock|<nowiki>{{entity|func_monitor|type=e2|except=Left 4 Dead series}}</nowiki>}}
| {{CodeBlock|<nowiki>{{this is a|name=func_monitor|e2|except=Left 4 Dead series}}</nowiki>}}
| {{Capsule|style=2|margin=5px|{{entity|notitlechange=1|func_monitor|type=e2|except=Left 4 Dead series}}}}
| {{Capsule|style=2|margin=5px|{{this is a|name=func_monitor|notitlechange=1|e2|except=Left 4 Dead series}}}}
|-
|-
|align="center"|{{Code|style=1|{{param|since}}}}
|align="center"|{{Code|style=1|{{param|since}}}}
| 这个实体自从这个游戏中可用。{{Note|应该在此处填写游戏的全称而不是简称,以便模板根据语言后缀连接多语言页面。}}{{Note|仅在不使用 {{Code|style=1|{{param|game}}}} 的情况下有效。}}
| 这个对象自从这个游戏中可用。{{Note|应该在此处填写游戏的全称而不是简称,以便模板根据语言后缀连接多语言页面。}}{{Note|仅在不使用 {{Code|style=1|{{param|game}}}} 的情况下有效。}}
| {{CodeBlock|<nowiki>{{entity|type=e0|info_player_start|engine=1|since=Half-Life}}</nowiki>}}
| {{CodeBlock|<nowiki>{{this is a|e0|name=info_player_start|engine=1|since=Half-Life}}</nowiki>}}
| {{Capsule|style=2|margin=5px|{{entity|type=e0|notitlechange=1|info_player_start|engine=1|since=Half-Life}}}}
| {{Capsule|style=2|margin=5px|{{this is a|e0|name= info_player_start|notitlechange=1|engine=1|since=Half-Life}}}}
|-
|-
|align="center"|{{Code|style=1|{{param|1}}}}
|align="center"|{{Code|style=1|{{param|name}}}}
| 实体的名称。它会更改页面名称。默认值为“这”。将其指定为 {{Code|0}} 可以移除实体名称。
| 对象的名称。它会更改页面名称。默认值为“这”。将其指定为 {{Code|0}} 可以移除对象名称。
| {{CodeBlock|<nowiki>{{entity|type=e0|info_player_start}}</nowiki>}}
| {{CodeBlock|<nowiki>{{this is a|e0|name=info_player_start}}</nowiki>}}
| {{Capsule|style=2|margin=5px|{{entity|type=e0|notitlechange=1|info_player_start}}}}
| {{Capsule|style=2|margin=5px|{{this is a|e0|name= info_player_start|notitlechange=1}}}}
|-
|-
|align="center"|{{Code|style=1|{{param|series}}}}
|align="center"|{{Code|style=1|{{param|series}}}}
| 实体存在于的系列游戏。
| 对象存在于的系列游戏。
| {{CodeBlock|<nowiki>{{entity|type=e2|series=Counter-Strike}}</nowiki>}}
| {{CodeBlock|<nowiki>{{this is a|e2|series=Counter-Strike}}</nowiki>}}
| {{Capsule|style=2|margin=5px|{{entity|type=e2|series=Counter-Strike}}}}
| {{Capsule|style=2|margin=5px|{{this is a|e2|series=Counter-Strike}}}}
|-
|-
|align="center"|{{Code|style=1|{{param|seriescs}}}}
|align="center"|{{Code|style=1|{{param|seriescs}}}}
| 实体存在于的反恐精英系列游戏。
| 对象存在于的反恐精英系列游戏。
| {{CodeBlock|<nowiki>{{entity|type=e3|seriescs=Counter-Strike|game=Counter-Strike: Source}}</nowiki>}}
| {{CodeBlock|<nowiki>{{this is a|e3|seriescs=Counter-Strike|game=Counter-Strike: Source}}</nowiki>}}
| {{Capsule|style=2|margin=5px|{{entity|type=e3|seriescs=Counter-Strike|game=Counter-Strike: Source}}}}
| {{Capsule|style=2|margin=5px|{{this is a|e3|seriescs=Counter-Strike|game=Counter-Strike: Source}}}}
|-
|-
|align="center"|{{Code|style=1|{{param|game}}}}
|align="center"|{{Code|style=1|{{param|game}}}}
| 实体可用于的游戏。{{Note|应该在此处填写游戏的全称而不是简称,以便模板根据语言后缀连接多语言页面。}}{{Note|仅在不使用 {{Code|style=1|{{param|series}}}} 的情况下有效。}}
| 对象可用于的游戏。{{Note|应该在此处填写游戏的全称而不是简称,以便模板根据语言后缀连接多语言页面。}}{{Note|仅在不使用 {{Code|style=1|{{param|series}}}} 的情况下有效。}}
| {{CodeBlock|<nowiki>{{entity|type=e5|game=Team Fortress 2}}</nowiki>}}
| {{CodeBlock|<nowiki>{{this is a|e5|game=Team Fortress 2}}</nowiki>}}
| {{Capsule|style=2|margin=5px|{{entity|type=e5|game=Team Fortress 2}}}}
| {{Capsule|style=2|margin=5px|{{this is a|e5|game=Team Fortress 2}}}}
|-
|-
|align="center"|{{Code|style=1|{{param|notitlechange}}}}
|align="center"|{{Code|style=1|{{param|notitlechange}}}}
| 你可以通过这个参数来防止模板更改页面标题。用于 {{Code|/doc}} 页面。
| 你可以通过这个参数来防止模板更改页面标题。用于 {{Code|/doc}} 页面。
| {{CodeBlock|<nowiki>{{entity|type=e0|notitlechange=1|info_player_start|engine=1|since=Half-Life}}</nowiki>}}
| {{CodeBlock|<nowiki>{{this is a|e0|notitlechange=1|name=info_player_start|engine=1|since=Half-Life}}</nowiki>}}
| {{Capsule|style=2|margin=5px|{{entity|type=e0|notitlechange=1|info_player_start|engine=1|since=Half-Life}}}}
| {{Capsule|style=2|margin=5px|{{this is a|e0|notitlechange=1|name=info_player_start|engine=1|since=Half-Life}}}}
|-
|-
|align="center"|{{Code|style=1|{{param|internal}}}}
|align="center"|{{Code|style=1|{{param|internal}}}}
|如果启用 (值为 {{Code|1}} 或 {{Code|true}}),则将页面添加到 [[:Category:Internal entities]],并且在“……实体”前显示“内部的”。{{Note|如果 {{Code|style=1|{{param|type|tag=kbd}}}} 为已经定义的值 (例如 {{Code|e0}}),则该参数无效。}}
|如果启用 (值为 {{Code|1}} 或 {{Code|true}}),则将页面添加到 [[:Category:Internal entities]],并且在“……实体”前显示“内部的”。{{Note|如果 {{Code|style=1|{{param|type|tag=kbd}}}} 为已经定义的值 (例如 {{Code|e0}}),则该参数无效。}}
|{{CodeBlock|<nowiki>{{entity|internal=1|type=实体}}</nowiki>}}
|{{CodeBlock|<nowiki>{{this is a|internal=1|实体}}</nowiki>}}
|{{Capsule|style=2|margin=5px|{{entity|internal=1|type=实体}}}}
|{{Capsule|style=2|margin=5px|{{this is a|internal=1|实体}}}}
|-
|-
|align="center"|{{Code|style=1|{{param|cut}}}}
|align="center"|{{Code|style=1|{{param|cut}}}}
|如果启用,则在“(内部的)……实体”前显示“被移除的”。同时把页面添加到 [[:Category:Cut Entities]]。
|如果启用,则在“(内部的)……实体”前显示“被移除的”。同时把页面添加到 [[:Category:Cut Entities]]。
|{{CodeBlock|<nowiki>{{entity|internal=1|type=实体|cut=1}}</nowiki>}}
|{{CodeBlock|<nowiki>{{this is a|internal=1|type=实体|cut=1}}</nowiki>}}
|{{Capsule|style=2|margin=5px|{{entity|internal=1|type=实体|cut=1}}}}
|{{Capsule|style=2|margin=5px|{{this is a|internal=1|实体|cut=1}}}}
|-
|-
|align="center"|{{Code|style=1|{{param|sprite}}}}
|align="center"|{{Code|style=1|{{param|sprite}}}}
Line 97: Line 97:
*如果指定为 {{Code|1}},则模板将根据实体名称 (参数 {{Code|style=1|{{param|tag=kbd|1}}}}) 查找实体图标文件。(遵循 {{Code|<nowiki>[[File:<实体名称>.png]]</nowiki>}} 格式查找)
*如果指定为 {{Code|1}},则模板将根据实体名称 (参数 {{Code|style=1|{{param|tag=kbd|1}}}}) 查找实体图标文件。(遵循 {{Code|<nowiki>[[File:<实体名称>.png]]</nowiki>}} 格式查找)
*如果为自定值,则模板将根据指定的值查找实体图标文件。{{Note|需要填入后缀名!}}
*如果为自定值,则模板将根据指定的值查找实体图标文件。{{Note|需要填入后缀名!}}
|{{CodeBlock|<nowiki>{{entity|logic_script|sprite=1|type=e0}}</nowiki>}}
|{{CodeBlock|<nowiki>{{this is a|name=logic_script|sprite=1|e0}}</nowiki>}}
|{{Capsule|style=2|margin=5px|{{entity|logic_script|sprite=1|type=e0|notitlechange=1}}}}
|{{Capsule|style=2|margin=5px|{{this is a| name=logic_script|sprite=1|e0|notitlechange=1}}}}
|-
|-
|align="center"|{{Code|style=1|{{param|icon}}}}
|align="center"|{{Code|style=1|{{param|icon}}}}
Line 105: Line 105:
*如果为自定值,则需要填写游戏的全称。
*如果为自定值,则需要填写游戏的全称。
*如果为 {{Code|0}} 或当不使用该参数时,图标显示在文本之中。(请参阅以上示例)
*如果为 {{Code|0}} 或当不使用该参数时,图标显示在文本之中。(请参阅以上示例)
|{{CodeBlock|<nowiki>{{entity|info_survivor_position|icon=Left 4 Dead series|type=e0|series=Left 4 Dead}}</nowiki>}}
|{{CodeBlock|<nowiki>{{this is a|name=info_survivor_position|icon=Left 4 Dead series|e0|series=Left 4 Dead}}</nowiki>}}
|{{Capsule|style=2|margin=5px|{{entity|info_survivor_position|type=e0|notitlechange=1|series=Left 4 Dead|icon=Left 4 Dead series}}}}
|{{Capsule|style=2|margin=5px|{{this is a|name=info_survivor_position|e0|notitlechange=1|series=Left 4 Dead|icon=Left 4 Dead series}}}}
|-
|-
|align="center"|{{Code|style=1|{{param|game1}}}} ~ {{Code|style=1|{{param|game5}}}}
|align="center"|{{Code|style=1|{{param|game1}}}} ~ {{Code|style=1|{{param|game5}}}}
|如果实体存在于多个游戏,用这些参数进行描述。{{Note|一旦使用了 {{Code|style=1|{{param|game1}}}},模板的样式会改变。'''{{Code|style=1|{{param|game}}}} 是必要的,以显示第一个游戏。'''}}{{Note|仅在不使用 {{Code|style=1|{{param|series}}}} 的情况下有效。}}
|如果对象存在于多个游戏,用这些参数进行描述。{{Note|一旦使用了 {{Code|style=1|{{param|game1}}}},模板的样式会改变。'''{{Code|style=1|{{param|game}}}} 是必要的,以显示第一个游戏。'''}}{{Note|仅在不使用 {{Code|style=1|{{param|series}}}} 的情况下有效。}}
|{{CodeBlock|<nowiki>{{entity|type=e0|game=Left 4 Dead|game1=Left 4 Dead 2|game2=Portal 2
|{{CodeBlock|<nowiki>{{this is a|e0|game=Left 4 Dead|game1=Left 4 Dead 2|game2=Portal 2
|game3=Team Fortress 2|game4=Portal 2|game5=Counter-Strike: Global Offensive}}</nowiki>}}
|game3=Team Fortress 2|game4=Portal 2|game5=Counter-Strike: Global Offensive}}</nowiki>}}
{{CodeBlock|<nowiki>{{entity|type=e0|info_survivor_position|game=Left 4 Dead|game1=Left 4 Dead 2}}</nowiki>}}
{{CodeBlock|<nowiki>{{this is a|e0|info_survivor_position|game=Left 4 Dead|game1=Left 4 Dead 2}}</nowiki>}}
|{{Capsule|style=2|{{entity|type=e0|game=Left 4 Dead|game1=Left 4 Dead 2|game2=Portal 2|game3=Team Fortress 2|game4=Portal 2|game5=Counter-Strike: Global Offensive}}}}
|{{Capsule|style=2|{{this is a|e0|game=Left 4 Dead|game1=Left 4 Dead 2|game2=Portal 2|game3=Team Fortress 2|game4=Portal 2|game5=Counter-Strike: Global Offensive}}}}
{{Capsule|style=2|{{entity|type=e0|info_survivor_position|game=Left 4 Dead|game1=Left 4 Dead 2|notitlechange=1}}}}
{{Capsule|style=2|{{this is a|e0|info_survivor_position|game=Left 4 Dead|game1=Left 4 Dead 2|notitlechange=1}}}}
|-
|-
|align="center"|{{Code|style=1|{{param|nocat}}}}
|align="center"|{{Code|style=1|{{param|nocat}}}}
|不添加任何分类。
|不添加任何分类。
|{{CodeBlock|<nowiki>{{entity|info_player_start|type=e0|nocat=1}}</nowiki>}}
|{{CodeBlock|<nowiki>{{this is a|name=info_player_start|e0|nocat=1}}</nowiki>}}
|align="center"|不适用
|align="center"|不适用
|-
|-
|align="center"|{{Code|style=1|{{param|except-multi}}}}
|align="center"|{{Code|style=1|{{param|except-multi}}}}
|与 {{Code|{{Param|except}}}} 相似,但可以同时指定多个游戏。
|与 {{Code|{{Param|except}}}} 相似,但可以同时指定多个游戏。
|{{CodeBlock|<nowiki>{{entity|1|type=e0|except-multi={{l4d}}{{hl2}}{{csgo}}}}</nowiki>}}
|{{CodeBlock|<nowiki>{{this is a|name=1|e0|except-multi={{l4d}}{{hl2}}{{csgo}}}}</nowiki>}}
|{{Capsule|style=2|{{entity|1|type=e0|except-multi={{l4d}}{{hl2}}{{csgo}}|notitlechange=1}}}}
|{{Capsule|style=2|{{this is a|name=1|e0|except-multi={{l4d}}{{hl2}}{{csgo}}|notitlechange=1}}}}
|-
|-
|align="center"|{{Code|style=1|{{param|notext}}}}
|align="center"|{{Code|style=1|{{param|notext}}}}
|仅更改标题 (除非 {{Code|style=1|{{param|notitlechange}}}} 为 1) 和添加分类 (除非 {{Code|style=1|{{param|nocat}}}} 为 1)。用于使用 {{tl|link=MultiPage}} 模板的页面的基础页面。{{Note|必须在 {{tl|MultiPage}} 之前放置以更改标题。}}
|仅更改标题 (除非 {{Code|style=1|{{param|notitlechange}}}} 为 1) 和添加分类 (除非 {{Code|style=1|{{param|nocat}}}} 为 1)。用于使用 {{tl|link=MultiPage}} 模板的页面的基础页面。{{Note|必须在 {{tl|MultiPage}} 之前放置以更改标题。}}
|{{CodeBlock|<nowiki>{{entity|1|type=e0|notext=1}}</nowiki>}}
|{{CodeBlock|<nowiki>{{this is a|name=1|e0|notext=1}}</nowiki>}}
|{{Capsule|style=2|{{entity|1|type=e0|notext=1|notitlechange=1}}}}
|{{Capsule|style=2|{{this is a|name=1|e0|notext=1|notitlechange=1}}}}
|-
|-
|}
|}

Revision as of 17:09, 8 September 2023

Edit-copy.png
This is a documentation subpage for Template:This is a.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
Info content.png
This translated page needs to be updated.
You can help by updating the translation.
Also, please make sure the article complies with the alternate languages guide.(en)

该模板即每个实体页面上的第一句话,用于描述一个实体的基本信息。
此外,它还可以为一个控制台变量等内容创建描述其的基本信息。

参数和示例

*: 必要的参数。

参数 描述 示例 预览
*{{{1}}} 对象的类型。以下类型可用:
{{this is a|''incredible entity''|engine=''Mosaic''}}
{{this is a|e1|engine=3}}

{{this is a|e2|engine=1}}
{{this is a|convar|name=sv_cheats}}
这是一个incredible entity,可在所有的 Template:''Mosaic'' 游戏中使用。Template:''Mosaic'' topicon
Warning.pngWarning:
  • The {{{engine}}} parameter is inconsistent with the name defined by the {{Mosaic}} template.
    If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.
这是一个e1,可在所有的 Template:3 游戏中使用。Template:3 topicon
Warning.pngWarning:
  • The {{{engine}}} parameter is inconsistent with the name defined by the {{3}} template.
    If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.
这是一个e2,可在所有的 Template:1 游戏中使用。Template:1 topicon
Warning.pngWarning:
  • The {{{engine}}} parameter is inconsistent with the name defined by the {{1}} template.
    If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.
sv_cheats是一个convar,可在所有的 Source Source 游戏中使用。
{{{engine}}} 对象应该属于哪个引擎。
{{this is a|e1|engine=3}}
{{this is a|e1}}
这是一个e1,可在所有的 Template:3 游戏中使用。Template:3 topicon
Warning.pngWarning:
  • The {{{engine}}} parameter is inconsistent with the name defined by the {{3}} template.
    If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.
这是一个e1,可在所有的 Source Source 游戏中使用。
{{{except}}} 该对象存在于其他所有游戏除了这个游戏外。
Note.png注意:应该在此处填写游戏的全称而不是简称,以便模板根据语言后缀连接多语言页面。
Note.png注意:仅在不使用 {{{game}}} 的情况下有效。
{{this is a|name=func_monitor|e2|except=Left 4 Dead series}}
func_monitor是一个e2,可在所有的 Source Source 游戏,除了 求生之路系列求生之路系列 求生之路系列中使用。
{{{since}}} 这个对象自从这个游戏中可用。
Note.png注意:应该在此处填写游戏的全称而不是简称,以便模板根据语言后缀连接多语言页面。
Note.png注意:仅在不使用 {{{game}}} 的情况下有效。
{{this is a|e0|name=info_player_start|engine=1|since=Half-Life}}
info_player_start是一个e0,可在所有的 Template:1 游戏,自从 Half-Life Half-Life 以来中使用。Template:1 topicon
Warning.pngWarning:
  • The {{{engine}}} parameter is inconsistent with the name defined by the {{1}} template.
    If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.
{{{name}}} 对象的名称。它会更改页面名称。默认值为“这”。将其指定为 0 可以移除对象名称。
{{this is a|e0|name=info_player_start}}
info_player_start是一个e0,可在所有的 Source Source 游戏中使用。
{{{series}}} 对象存在于的系列游戏。
{{this is a|e2|series=Counter-Strike}}
这是一个e2,可在Counter-Strike seriesCounter-Strike series Counter-Strike series中使用。
{{{seriescs}}} 对象存在于的反恐精英系列游戏。
{{this is a|e3|seriescs=Counter-Strike|game=Counter-Strike: Source}}
这是一个e3,可在Counter-Strike: Source Counter-Strike: Source中使用。
{{{game}}} 对象可用于的游戏。
Note.png注意:应该在此处填写游戏的全称而不是简称,以便模板根据语言后缀连接多语言页面。
Note.png注意:仅在不使用 {{{series}}} 的情况下有效。
{{this is a|e5|game=Team Fortress 2}}
这是一个e5,可在Team Fortress 2 Team Fortress 2中使用。
{{{notitlechange}}} 你可以通过这个参数来防止模板更改页面标题。用于 /doc 页面。
{{this is a|e0|notitlechange=1|name=info_player_start|engine=1|since=Half-Life}}
info_player_start是一个e0,可在所有的 Template:1 游戏,自从 Half-Life Half-Life 以来中使用。Template:1 topicon
Warning.pngWarning:
  • The {{{engine}}} parameter is inconsistent with the name defined by the {{1}} template.
    If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.
{{{internal}}} 如果启用 (值为 1true),则将页面添加到 Category:Internal entities,并且在“……实体”前显示“内部的”。
Note.png注意:如果 {{{type}}} 为已经定义的值 (例如 e0),则该参数无效。
{{this is a|internal=1|实体}}
这是一个内部的(en)实体,可在所有的 Source Source 游戏中使用。
{{{cut}}} 如果启用,则在“(内部的)……实体”前显示“被移除的”。同时把页面添加到 Category:Cut Entities
{{this is a|internal=1|type=实体|cut=1}}
这是一个被移除的内部的(en)实体,可在所有的 Source Source 游戏中使用。
{{{sprite}}} 实体的图标:
  • 如果指定为 1,则模板将根据实体名称 (参数 {{{1}}}) 查找实体图标文件。(遵循 [[File:<实体名称>.png]] 格式查找)
  • 如果为自定值,则模板将根据指定的值查找实体图标文件。
    Note.png注意:需要填入后缀名!
{{this is a|name=logic_script|sprite=1|e0}}
Logic script.png
logic_script是一个e0,可在所有的 Source Source 游戏中使用。
{{{icon}}} 使游戏图标显示在左边。
  • 如果为 1,则模板将使用 {{{game}}} 参数的值。
  • 如果为自定值,则需要填写游戏的全称。
  • 如果为 0 或当不使用该参数时,图标显示在文本之中。(请参阅以上示例)
{{this is a|name=info_survivor_position|icon=Left 4 Dead series|e0|series=Left 4 Dead}}
求生之路系列求生之路系列 info_survivor_position是一个e0,可在求生之路系列求生之路系列 求生之路系列中使用。
{{{game1}}} ~ {{{game5}}} 如果对象存在于多个游戏,用这些参数进行描述。
Note.png注意:一旦使用了 {{{game1}}},模板的样式会改变。{{{game}}} 是必要的,以显示第一个游戏。
Note.png注意:仅在不使用 {{{series}}} 的情况下有效。
{{this is a|e0|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|e0|info_survivor_position|game=Left 4 Dead|game1=Left 4 Dead 2}}
这是一个e0,可在Left 4 Dead Left 4 Dead求生之路2 求生之路2中使用。
{{{nocat}}} 不添加任何分类。
{{this is a|name=info_player_start|e0|nocat=1}}
不适用
{{{except-multi}}} {{{except}}} 相似,但可以同时指定多个游戏。
{{this is a|name=1|e0|except-multi={{l4d}}{{hl2}}{{csgo}}}}
1是一个e0,可在所有的 Source Source 游戏,除了 Left 4 Dead半衰期2Counter-Strike: Global Offensive中使用。
{{{notext}}} 仅更改标题 (除非 {{{notitlechange}}} 为 1) 和添加分类 (除非 {{{nocat}}} 为 1)。用于使用 {{MultiPage}} 模板的页面的基础页面。
Note.png注意:必须在 {{MultiPage}} 之前放置以更改标题。
{{this is a|name=1|e0|notext=1}}
1是一个e0,可在所有的 Source Source 游戏中使用。

另请参阅

Note.png注意:以下实体模板已全部弃用。