User:Luke18033/Obsolete: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(seems done)
Tag: Blanking
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{messagebox
 
|text = This {{#if:{{{entity|}}}| entity<includeonly>[[Category:Obsolete Entities]]</includeonly>}}{{#if:{{{tool|}}}| tool<includeonly>[[Category:Obsolete Tools]]</includeonly>}} {{#if:{{{shader|}}}| shader<includeonly>[[Category:Obsolete Shaders]]</includeonly>}} is '''obsolete'''; its use is discouraged and it may only exist/function in older engine branches. {{#if:{{{replacement|}}}|Use {{{replacement}}} instead.}}
|image = [[File:obsolete.png|40px|link=]]
|bdcolor = #F4C430
}}<noinclude>[[Category:Notice templates|{{PAGENAME}}]]</noinclude><noinclude>This template marks a page as obsolete. It has three parameters, used to specify if the page is an entity, a tool, or a shader. This template automatically adds a page to an Obsolete Entites, Obsolete Tools, or Obsolete Shaders category, depending on parameter. If no parameter is specified, the template does not specify what the page is, and it will not be added to any categories.
==Usage==
<code><nowiki>{{obsolete|entity=1}}</nowiki></code>
: Specifies that the page is an entity. Result below.
{{messagebox
|text = This entity is '''obsolete'''; its use is discouraged and it may only exist/function in older engine branches.
|image = [[File:obsolete.png|40px|link=]]
|bdcolor = #F4C430
}}
<code><nowiki>{{obsolete|tool=1}}</nowiki></code>
: Specifies that the page is a tool. Result below.
{{messagebox
|text = This tool is '''obsolete'''; its use is discouraged and it may only exist/function in older engine branches.
|image = [[File:obsolete.png|40px|link=]]
|bdcolor = #F4C430
}}
<code><nowiki>{{obsolete|shader=1}}</nowiki></code>
: Specifies that the page is a shader. Result below.
{{messagebox
|text = This shader is '''obsolete'''; its use is discouraged and it may only exist/function in older engine branches.
|image = [[File:obsolete.png|40px|link=]]
|bdcolor = #F4C430
}}</noinclude>

Latest revision as of 07:19, 23 May 2025