Template:PreservedEnt: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎top: clean up, replaced: {{workaround:zh-cn → {{workaround)
(-)
Line 2: Line 2:
{{Note|The template uses {{tl2|Autolang}} for multi-language support.}}
{{Note|The template uses {{tl2|Autolang}} for multi-language support.}}
<onlyinclude><includeonly>{{Autolang
<onlyinclude><includeonly>{{Autolang
|1={{Note|{{#if: {{{1|}}} | {{#ifeq: {{{1}}} | 0 | T | {{{1}}}, t }} | In some/all multiplayer games, t}}his is a [[s_PreserveEnts|preserved entity]].
|1={{Note|This is a [[s_PreserveEnts|preserved entity]] in {{PreservedEnt/switch|{{PAGENAME}}}}.
* On a new round, its properties including its position will '''intentionally not reset'''. You can use [[logic_auto]] to emulate resetting it.
* On a new round, its properties including its position will '''intentionally not reset'''. You can use [[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.

Revision as of 19:31, 8 February 2024

Note.pngNote:The template uses {{Autolang}} for multi-language support.
Wikitext Result
{{PreservedEnt}}
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 = 中文(台灣)
‎}}
{{PreservedEnt|In all games except {{hl2dm}}}}
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 = 中文(台灣)
‎}}
{{PreservedEnt|0}}
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 = 中文(台灣)
‎}}