Template:Language/archives/MultiPage/strings: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{#switch:{{{1|}}} | LangSubpageNotFound = {{#switch:{{{2|}}} | {{Autolang | This page has not been translated into your language or even into English, so we have nothing...")
 
mNo edit summary
Line 1: Line 1:
{{#switch:{{{1|}}}
<includeonly><onlyinclude>{{#switch:{{{1|}}}


| LangSubpageNotFound = {{#switch:{{{2|}}}
| LangSubpageNotFound = {{#switch:{{{2|}}}
Line 7: Line 7:
}} }}
}} }}


}}
}}</onlyinclude></includeonly>{{MultiPage/strings|LangSubpageNotFound}}

Revision as of 00:05, 15 February 2023

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 = 中文(台灣)
‎}}