Template:PreservedEnt: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-)
No edit summary
Line 2: Line 2:
{{Note|The template uses {{T|Autolang}} for multi-language support.}}
{{Note|The template uses {{T|Autolang}} for multi-language support.}}
<onlyinclude><includeonly>{{Autolang
<onlyinclude><includeonly>{{Autolang
|1={{Note|This is a [[s_PreserveEnts|preserved entity]] in {{PreservedEnt/switch|{{{1|{{ROOTPAGENAME}}}}}}}.
|1={{Note|This is a [[s_PreserveEnts|preserved entity]] in {{PreservedEnt/switch|{{{1|{{|SUBPAGENAME}}}}}}}.
* On a new round entities with this classname will '''intentionally not reset'''. You can use {{ent|logic_auto}} to emulate resetting it.
* On a new round entities with this classname will '''intentionally not reset'''. You can use {{ent|logic_auto}} to emulate resetting it.
* <tt>Kill</tt>ing it removes it forever, as '''it is not respawned''' on a new round.
* <tt>Kill</tt>ing it removes it forever, as '''it is not respawned''' on a new round.
Line 32: Line 32:
--></includeonly></onlyinclude><!--
--></includeonly></onlyinclude><!--


--><nowiki>{{ROOTPAGENAME}}</nowiki> is automatically filled as first parameter if it's not specified
--><nowiki>{{SUBPAGENAME}}</nowiki> is automatically filled as first parameter if it's not specified
{| class=wikitable
{| class=wikitable
! Wikitext !! Result
! Wikitext !! Result

Revision as of 03:11, 18 July 2024

Note.pngNote:The template uses {{Autolang}} for multi-language support.

{{SUBPAGENAME}} is automatically filled as first parameter if it's not specified

Wikitext Result
{{PreservedEnt | player}}
Red x.png
This template (and its redirect) is Wikipedia icon Deprecated. Its use is not recommended and its functionality may be compromised.
You can help our editors by replacing or deleting this template on the Pages that use this template. Once no more pages use this template, it should be Marked for deletion.

Additional notes:
Use #switch parser function instead. Example
{{#switch: {{language}}
| #default = English
| ja = 日本語
| zh-tw = 中文(台灣)
‎}}