Template:Obsolete: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{ | {{Translate|Everything really, it would be beneficial to use a strings subpage}} | ||
{{metanotice | |||
|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. | |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. | ||
|small={{#if:{{{replacement|}}}|It has been replaced by {{{replacement}}}.}} | |small={{#if:{{{replacement|}}}|It has been replaced by {{{replacement}}}.}} | ||
| | |id = [[File:Obsolete-notext.png|40px|link=]] | ||
| | |hex = #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. | }}<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== | ==Usage== |
Revision as of 09:10, 16 August 2023

This template needs translations.
This template does not contain translations for the most popular languages.
If you are fluent in one of these languages, please help out by translating the text inside this template. This can be done by using the {{language}} template where appropriate.
Also, please make sure the article complies with the alternate languages guide.
The following content or section specifically needs to be translated:
Everything really, it would be beneficial to use a strings subpage
This template does not contain translations for the most popular languages.
If you are fluent in one of these languages, please help out by translating the text inside this template. This can be done by using the {{language}} template where appropriate.
Also, please make sure the article complies with the alternate languages guide.
The following content or section specifically needs to be translated:
Everything really, it would be beneficial to use a strings subpage

This is obsolete; its use is discouraged and it may only exist/function in older engine branches.
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
{{obsolete|entity=1}}
- Specifies that the page is an entity. Result below.

This entity is obsolete; its use is discouraged and it may only exist/function in older engine branches.
{{obsolete|tool=1}}
- Specifies that the page is a tool. Result below.

This tool is obsolete; its use is discouraged and it may only exist/function in older engine branches.
{{obsolete|shader=1}}
- Specifies that the page is a shader. Result below.

This shader is obsolete; its use is discouraged and it may only exist/function in older engine branches.
{{obsolete|replacement=<text>}}
- Indicates a newer entity, tool, or shader that has been introduced to replace this. For example,
{{obsolete|entity=1|replacement=[[func_brush]]}}
would produce:

This entity is obsolete; its use is discouraged and it may only exist/function in older engine branches.
It has been replaced by func_brush.
It has been replaced by func_brush.