Template:Obsolete

Valve Developer Community
둘러보기로 이동 검색으로 이동
Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
Obsolete-notext.png
This entity is obsolete. Its use is discouraged.
Obsolete-notext.png
This tool is obsolete. Its use is discouraged.
Obsolete-notext.png
This shader is obsolete. Its use is discouraged.
It has since been deprecated by: Example page link here.
Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
It has since been deprecated by: Example page link here.

The above templates show the actual template, as the doc below always adds the "It may only exist/function in older engine branches" text. But that disappears if any of the "type=" parameters are used.

Todo: is it really supposed to not show the text when any of the parameters are shown? It seems wrong.


Info content.png
This page has not been fully translated.
You can help by finishing the translation.
는 경우 이 페이지로 번역할 수 없는 어떤 이유로,또는 왼쪽 번역되지 않은 확장된 기간 동안의 시간 이후 통지를 게시,페이지를 요청해야를 삭제 될 수 있습니다.
또한 기사에서는 대체 언어 가이드(en) 를 준수하려고 시도하는지 확인하십시오.
The following content or section specifically needs to be translated:
Submit translations here Template:Obsolete/strings
Todo: Autocats for each {{{type}}}
Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
English (en)Deutsch (de)Esperanto (eo)Español (es)Français (fr)Suomi (fi)Hrvatski (hr)Magyar (hu)Italiano (it)日本語 (ja)한국어 (ko)Nederlands (nl)Polski (pl)Português (pt)Português do Brasil (pt-br)Русский (ru)Slovenčina (sk)Svenska (sv)Türkçe (tr)Українська (uk)Tiếng Việt (vi)中文 (zh)中文(臺灣) (zh-tw)
Curly brackets white.pngTemplate Documentation [보기] [편집] [만들기 한국어 (ko)]
Icon-translate.png Available doc translations
Info.png
The Template:Obsolete/doc/ko documentation page does not exist.
English documentation will be displayed instead, which you can translate using Google Translate (or similar software). If there is nothing after this message, most likely the documentation does not exist even in English.
Icon-translate.png
This template uses a strings subpage
Please follow the format on this subpage(s) to add translations.

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|type=entity}}

Specifies that the page is an entity. Result below.
Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.

{{obsolete|type=tool}}

Specifies that the page is a tool. Result below.
Obsolete-notext.png
This tool is obsolete. Its use is discouraged. It may only exist/function in older engine branches.

{{obsolete|type=shader}}

Specifies that the page is a shader. Result below.
Obsolete-notext.png
This shader is obsolete. Its use is discouraged. 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={{ent|func_brush}}}} would produce:
Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
It has since been deprecated by: func_brush.