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

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly><onlyinclude>{{#switch:{{{1|}}}
<includeonly><onlyinclude>{{#switch:{{{1|}}}


| LangSubpageNotFound = {{#switch:{{{2|}}}
| LangSubpageNotFound = {{Autolang
| {{Autolang
| This page has not been translated into your language or even into English, so we have nothing to show you. You can still view the page in other languages if it is translated into them.
| This page has not been translated into your language or even into English, so we have nothing to show you. You can still view the page in other languages if it is translated into them.
| ru = Данная страница не переведена на ваш язык и даже на английский, поэтому нам нечего вам показать. Вы всё ещё можете посмотреть страницу на других языках, если она переведена на них.
| ru = Данная страница не переведена на ваш язык и даже на английский, поэтому нам нечего вам показать. Вы всё ещё можете посмотреть страницу на других языках, если она переведена на них.}}
}} }}
 
| OtherLangSubpageNotFound = {{Autolang
| This page is not translated into your language, so the English version of the page will be shown.
| Эта страница не переведена на ваш язык, поэтому будет показана английская версия страницы.}}


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

Revision as of 01:23, 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 = 中文(台灣)
‎}}