Template:Instead

From Valve Developer Community
Revision as of 05:31, 3 January 2024 by NOUG4AT (talk | contribs)
Jump to navigation Jump to search
Todo: Add the function to insert several alternatives, as well as the function to write some words.
English (en)Русский (ru)
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 [view] [edit]
Icon-translate.png Available doc translations
View
Page history

Usage

Use this template to indicate that a specified tool or item is outdated and suggest considering a newer alternative.


{{instead|ToolName}}

Icon-ambox-instead.png
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 = 中文(台灣)
‎}}

Parameters

ToolName (required): Specifies the name of the tool or item that is considered outdated.

Examples

Icon-ambox-instead.png
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 = 中文(台灣)
‎}}

{{instead|WinBSPC}}


Icon-ambox-instead.png
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 = 中文(台灣)
‎}}

{{instead|BspTwoMap}}

Notes

  • If the specified tool or item exists as a page, it will generate a message suggesting a newer alternative.
  • The replacement link is the source one, that is, no changes.

Limitations

  • Using the Software Template with this template is contraindicated, since this template only creates a replacement link.