Template:Lang: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(you literally just broke half the pages on this site doing that. nice.)
mNo edit summary
Line 101: Line 101:


html to make the buttons appear in the header space
html to make the buttons appear in the header space
--><div style="position:relative;top:-32px;margin-bottom: -40px;float:right;text-align:right;padding:2px;line-height:11px;background:#262626;<!--
--><div style="position:relative;top:-33px;margin-bottom: -40px;float:right;padding:2px;line-height:11px;background:#262626;<!--


optional taking away of the icon borders
taking away of the icon borders
-->{{#if: {{{noborder|}}} | margin-top:5px;border:0; | border:1px solid #65635F;border-bottom:0;}}"><!--
-->{{#if: {{{noborder|}}} | margin-top:5px;border:0; | border:1px solid #65635F;border-bottom:0;}}"><!--


For English:
English
Test if {{{1}}} is equal to {{ARTICLEPAGENAME}}.
-->{{#ifexist: {{{1}}} | {{#ifeq: {{{1}}} | {{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:en.png|English|link={{{1}}}]]</mark> | [[File:en.png|English|link={{{1}}}]] }} | }} <!--
-If they match, then we must be on the English page already, therefore don't display the English icon.
-If they do not match, show the English link, cause this is NOT the English page.
We're not going to test if the English page exists or not. It damn well better.
-->{{#ifeq: {{{1}}} | {{ARTICLEPAGENAME}} | | [[File:en.png|alt=English|link={{{1}}}]]}}<!--
 
Other languages are a little more complex:
Test if the page {{{1}}}:[X language suffix] exists.
-If the page does exist, check if we're on that page right now by testing if {{{1}}}:[X language suffix] is equal to {{ARTICLEPAGENAME}}.
--If they match, don't show the icon for this language, because we're already on that page.
--If they do not match, show the icon for the language, because that page exists AND we currently are not on it.
-If the page does not exist, don't show the icon for it obviously.


Catalan - ca
Catalan - ca
-->{{#ifexist: {{{1}}}:ca | <!--
-->{{#ifexist: {{{1}}}:ca | {{#ifeq: {{{1}}}:ca | {{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:ca.png|Català|link={{{1}}}:ca]]</mark>&nbsp; | [[File:ca.png|Català|link={{{1}}}:ca]]&nbsp; }} | }} <!--
  -->{{#ifeq: {{{1}}}:ca | {{ARTICLEPAGENAME}} | | [[File:ca.png|alt=Català|link={{{1}}}:ca]]&nbsp;}}<!--
--> | }} <!--


Czech - cs
Czech - cs
-->{{#ifexist: {{{1}}}:cs | <!--
-->{{#ifexist: {{{1}}}:cs | {{#ifeq: {{{1}}}:cs|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:cs.png|Čeština|link={{{1}}}:cs]]</mark>&nbsp; | [[File:cs.png|Čeština|link={{{1}}}:cs]]&nbsp;}} | }} <!--
  -->{{#ifeq: {{{1}}}:cs | {{ARTICLEPAGENAME}} | | [[File:cs.png|alt=Čeština|link={{{1}}}:cs]]&nbsp;}}<!--
--> | }} <!--


German - de
German - de
-->{{#ifexist: {{{1}}}:de | <!--
-->{{#ifexist: {{{1}}}:de | {{#ifeq: {{{1}}}:de|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:de.png|Deutsch|link={{{1}}}:de]]</mark>&nbsp; | [[File:de.png|Deutsch|link={{{1}}}:de]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:de | {{ARTICLEPAGENAME}} | | [[File:de.png|alt=Deutsch|link={{{1}}}:de]]&nbsp;}}<!--
--> | }}<!--


Spanish - es
Spanish - es
-->{{#ifexist: {{{1}}}:es | <!--
-->{{#ifexist: {{{1}}}:es | {{#ifeq: {{{1}}}:es|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:es.png|Español|link={{{1}}}:es]]</mark>&nbsp; | [[File:es.png|Español|link={{{1}}}:es]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:es | {{ARTICLEPAGENAME}} | | [[File:es.png|alt=Español|link={{{1}}}:es]]&nbsp;}}<!--
--> | }}<!--


French - fr
French - fr
-->{{#ifexist: {{{1}}}:fr | <!--
-->{{#ifexist: {{{1}}}:fr | {{#ifeq: {{{1}}}:fr|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:fr.png|Français|link={{{1}}}:fr]]</mark>&nbsp; | [[File:fr.png|Français|link={{{1}}}:fr]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:fr | {{ARTICLEPAGENAME}} | | [[File:fr.png|alt=Français|link={{{1}}}:fr]]&nbsp;}}<!--
--> | }}<!--


Hungarian - hu
Hungarian - hu
-->{{#ifexist: {{{1}}}:hu | <!--
-->{{#ifexist: {{{1}}}:hu | {{#ifeq: {{{1}}}:hu|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:hu.png|Magyar|link={{{1}}}:hu]]</mark>&nbsp; | [[File:hu.png|Magyar|link={{{1}}}:hu]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:hu | {{ARTICLEPAGENAME}} | | [[File:hu.png|alt=Magyar|link={{{1}}}:hu]]&nbsp;}}<!--
--> | }}<!--


Italian - it
Italian - it
-->{{#ifexist: {{{1}}}:it | <!--
-->{{#ifexist: {{{1}}}:it | {{#ifeq: {{{1}}}:it|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:it.png|Italiano|link={{{1}}}:it]]</mark>&nbsp; | [[File:it.png|Italiano|link={{{1}}}:it]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:it | {{ARTICLEPAGENAME}} | | [[File:it.png|alt=Italiano|link={{{1}}}:it]]&nbsp;}}<!--
--> | }}<!--


Dutch - nl
Dutch - nl
-->{{#ifexist: {{{1}}}:nl | <!--
-->{{#ifexist: {{{1}}}:nl | {{#ifeq: {{{1}}}:nl|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:nl.png|Nederlands|link={{{1}}}:nl]]</mark>&nbsp; | [[File:nl.png|Nederlands|link={{{1}}}:nl]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:nl | {{ARTICLEPAGENAME}} | | [[File:nl.png|alt=Nederlands|link={{{1}}}:nl]]&nbsp;}}<!--
--> | }}<!--


Norwegian - no
Norwegian - no
-->{{#ifexist: {{{1}}}:no | <!--
-->{{#ifexist: {{{1}}}:no | {{#ifeq: {{{1}}}:no|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:no.png|Norsk|link={{{1}}}:no]]</mark>&nbsp; | [[File:no.png|Norsk|link={{{1}}}:no]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:no | {{ARTICLEPAGENAME}} | | [[File:no.png|alt=Norsk|link={{{1}}}:no]]&nbsp;}}<!--
--> | }}<!--


Polish - pl
Polish - pl
-->{{#ifexist: {{{1}}}:pl | <!--
-->{{#ifexist: {{{1}}}:pl | {{#ifeq: {{{1}}}:pl|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:pl.png|Polski|link={{{1}}}:pl]]</mark>&nbsp; | [[File:pl.png|Polski|link={{{1}}}:pl]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:pl | {{ARTICLEPAGENAME}} | | [[File:pl.png|alt=Polski|link={{{1}}}:pl]]&nbsp;}}<!--
--> | }}<!--


Portuguese - pt
Portuguese - pt
-->{{#ifexist: {{{1}}}:pt | <!--
-->{{#ifexist: {{{1}}}:pt | {{#ifeq: {{{1}}}:pt|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:pt.png|Português|link={{{1}}}:pt]]</mark>&nbsp; | [[File:pt.png|Português|link={{{1}}}:pt]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:pt | {{ARTICLEPAGENAME}} | | [[File:pt.png|alt=Português|link={{{1}}}:pt]]&nbsp;}}<!--
--> | }}<!--


Brazilian Portuguese - pt-br
Brazilian Portuguese - pt-br
-->{{#ifexist: {{{1}}}:pt-br | <!--
-->{{#ifexist: {{{1}}}:pt-br | {{#ifeq: {{{1}}}:pt-br|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:pt-br.png|Português-Brasileiro|link={{{1}}}:pt-br]]</mark>&nbsp; | [[File:pt-br.png|Português-Brasileiro|link={{{1}}}:pt-br]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:pt-br | {{ARTICLEPAGENAME}} | | [[File:pt-br.png|alt=Português-Brasileiro|link={{{1}}}:pt-br]]&nbsp;}}<!--
--> | }}<!--


Russian - ru
Russian - ru
-->{{#ifexist: {{{1}}}:ru | <!--
-->{{#ifexist: {{{1}}}:ru | {{#ifeq: {{{1}}}:ru|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:ru.png|Русский|link={{{1}}}:ru]]</mark>&nbsp; | [[File:ru.png|Русский|link={{{1}}}:ru]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:ru | {{ARTICLEPAGENAME}} | | [[File:ru.png|alt=Русский|link={{{1}}}:ru]]&nbsp;}}<!--
--> | }}<!--


Ukrainian - ua
Ukrainian - ua
-->{{#ifexist: {{{1}}}:ua | <!--
-->{{#ifexist: {{{1}}}:ua | {{#ifeq: {{{1}}}:ua|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:ua.png|Українська|link={{{1}}}:ua]]</mark>&nbsp; | [[File:ua.png|Українська|link={{{1}}}:ua]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:ua | {{ARTICLEPAGENAME}} | | [[File:ua.png|alt=Українська|link={{{1}}}:ua]]&nbsp;}}<!--
--> | }}<!--


Swedish - sv
Swedish - sv
-->{{#ifexist: {{{1}}}:sv | <!--
-->{{#ifexist: {{{1}}}:sv | {{#ifeq: {{{1}}}:sv | {{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:sv.png|Svenska|link={{{1}}}:sv]]</mark>&nbsp; | [[File:sv.png|Svenska|link={{{1}}}:sv]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:sv | {{ARTICLEPAGENAME}} | | [[File:sv.png|alt=Svenska|link={{{1}}}:sv]]&nbsp;}}<!--
--> | }}<!--


Turkish - tr
Turkish - tr
-->{{#ifexist: {{{1}}}:tr | <!--
-->{{#ifexist: {{{1}}}:tr | {{#ifeq: {{{1}}}:tr|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:tr.png|Türkçe|link={{{1}}}:tr]]</mark>&nbsp; | [[File:tr.png|Türkçe|link={{{1}}}:tr]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:tr | {{ARTICLEPAGENAME}} | | [[File:tr.png|alt=Türkçe|link={{{1}}}:tr]]&nbsp;}}<!--
--> | }}<!--


Japanese - jp
Japanese - jp
-->{{#ifexist: {{{1}}}:jp | <!--
-->{{#ifexist: {{{1}}}:jp | {{#ifeq: {{{1}}}:jp|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:jp.png|日本語|link={{{1}}}:jp]]</mark>&nbsp; | [[File:jp.png|日本語|link={{{1}}}:jp]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:jp | {{ARTICLEPAGENAME}} | | [[File:jp.png|alt=日本語|link={{{1}}}:jp]]&nbsp;}}<!--
--> | }}<!--


Simplified Chinese - zh-cn
Simplified Chinese - zh-cn
-->{{#ifexist: {{{1}}}:zh-cn | <!--
-->{{#ifexist: {{{1}}}:zh-cn | {{#ifeq: {{{1}}}:zh-cn|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:cn.png|简体中文|link={{{1}}}:zh-cn]]</mark>&nbsp; | [[File:cn.png|简体中文|link={{{1}}}:zh-cn]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:zh-cn | {{ARTICLEPAGENAME}} | | [[File:cn.png|alt=简体中文|link={{{1}}}:zh-cn]]&nbsp;}}<!--
--> | }}<!--


Taiwanese Mandarin - zh-tw
Taiwanese Mandarin - zh-tw
-->{{#ifexist: {{{1}}}:zh-tw | <!--
-->{{#ifexist: {{{1}}}:zh-tw | {{#ifeq: {{{1}}}:zh-tw|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:tw.png|简体中文|link={{{1}}}:zh-tw]]</mark>&nbsp; | [[File:tw.png|简体中文|link={{{1}}}:zh-tw]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:zh-tw | {{ARTICLEPAGENAME}} | | [[File:tw.png|alt=简体中文|link={{{1}}}:zh-tw]]&nbsp;}}<!--
--> | }}<!--


Korean - ko
Korean - ko
-->{{#ifexist: {{{1}}}:ko | <!--
-->{{#ifexist: {{{1}}}:ko | {{#ifeq: {{{1}}}:ko|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:ko.png|한국어|link={{{1}}}:ko]]</mark>&nbsp; | [[File:ko.png|한국어|link={{{1}}}:ko]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:ko | {{ARTICLEPAGENAME}} | | [[File:ko.png|alt=한국어|link={{{1}}}:ko]]&nbsp;}}<!--
--> | }}<!--


Georgian - ka
Georgian - ka
-->{{#ifexist: {{{1}}}:ka | <!--
-->{{#ifexist: {{{1}}}:ka | {{#ifeq: {{{1}}}:ka|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:ka.png|ქართული ენა|link={{{1}}}:ka]]</mark>&nbsp; | [[File:ka.png|ქართული ენა|link={{{1}}}:ka]]&nbsp;}} | }}<!--
  -->{{#ifeq: {{{1}}}:ka | {{ARTICLEPAGENAME}} | | [[File:ka.png|alt=ქართული ენა|link={{{1}}}:ka]]&nbsp;}}<!--
--> | }}<!--


Hebrew - he
Hebrew - he
-->{{#ifexist: {{{1}}}:he | <!--
-->{{#ifexist: {{{1}}}:he | {{#ifeq: {{{1}}}:he|{{ARTICLEPAGENAME}} | <mark style="background:#3A3A3A;border:1px solid #65635F;">[[File:he.png|עִברִית|link={{{1}}}:he]]</mark>&nbsp; | [[File:he.png|עִברִית|link={{{1}}}:he]]&nbsp;}} | }}</div>
  -->{{#ifeq: {{{1}}}:he | {{ARTICLEPAGENAME}} | | [[File:he.png|alt=עִברִית|link={{{1}}}:he]]&nbsp;}}<!--
--> | }}</div>

Revision as of 10:09, 1 May 2021

This template is an improved version of Template:Otherlang2. It retains all the functionality, adds Hebrew properly, and automatically detects which languages a page has been translated into. It works on English and non-English pages, with or without namespaces. Otherlang2 may still be used, in the rare case that a translated page does not follow the wiki's standard method for translated page titles.

Unlike otherlang2, this template requires an unnamed parameter to be defined to work. The contents of it should be the full name of the page the template is being applied on, including namespaces such as Help:. It should not include any language suffixes, however, such as :ru. Capitalization matters, even on the first letter of the page name! Underscores must be replaced with spaces. ai_changehintgroup must be written as Ai changehintgroup.

The title parameter can be used to change the text of the page titlebar (logically, into the text that should be displayed for the language of the page).

The noborder parameter can be set to 1 to hide the border around icons. If you don't plan on using it, don't bother defining it.

Here's an example for a hypothetical Spanish page called Category:Hello:es:

{{lang
|Category:Hello
|title=Categoría:Hola
|noborder=1
}}

This will add icons for all the versions of this page in different languages. It will also change the displayed title to a Spanish version of the name, and hide the icon borders.


Currently supported languages:

Language Page name Icon
English Page_name En.png
Catalan Page_name:ca Ca.png
Chinese (PRC) Page_name:zh-cn Cn.png
Chinese (Taiwan) Page_name:zh-tw Tw.png
Czech Page_name:cs Cs.png
Dutch Page_name:nl Nl.png
French Page_name:fr Fr.png
Georgian Page_name:ka Ka.png
German Page_name:de De.png
Hebrew Page_name:he He.png
Hungarian Page_name:hu Hu.png
Italian Page_name:it It.png
Japanese Page_name:jp Jp.png
Korean Page_name:ko Ko.png
Norwegian Page_name:no No.png
Polish Page_name:pl Pl.png
Portuguese Page_name:pt Pt.png
Portuguese (Brazilian) Page_name:pt-br Pt-br.png
Russian Page_name:ru Ru.png
Ukrainian Page_name:ua Ua.png
Spanish Page_name:es Es.png
Swedish Page_name:sv Sv.png
Turkish Page_name:tr Tr.png

For information on how the template detects other languages, view this page's source code.