From Valve Developer Community
Jump to navigation
Jump to search
Todo: Move translation from deprecated ({{Lang}} template or suf) to this one.

Available doc translations
…
English
This template (and its redirect) is
Deprecated. Its use is not recommended and its functionality may be compromised.Please use
{{CD}} instead.
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.
Usage
Parameters
- {{{1}}} - The code class where the entity is defined.
- {{{2}}} - The file in which the code class is defined.
Note:A problem with unnamed parameters is that no whitespace is trimmed, so do not enter any extra spaces when using this template. There is no need to enhance this detail.
Examples
{{code class}}
|
→
|
This template (and its redirect) is 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 = 中文(台灣) }}
|
{{code class|CSprite|Sprite.cpp}}
|
→
|
This template (and its redirect) is 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 = 中文(台灣) }}
|
See also