Difference between revisions of "Template:Otherlang"
(Fixes the wrong instructions, improves the formatting, improves explanations, and gives a better example.) |
(Fixes alphabetical order of language links.) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 39: | Line 39: | ||
! Language | ! Language | ||
! Syntax | ! Syntax | ||
+ | |- id="de" | ||
+ | |Deutsch | ||
+ | |<code>de=DE:''TranslatedPageName''</code> | ||
|- id="en" | |- id="en" | ||
|English | |English | ||
− | |en= | + | |<code>en=PageName</code> |
− | |- id=" | + | |- id="es" |
− | | | + | |Spanish |
− | | | + | |<code>es=ES:''TranslatedPageName''</code> |
+ | |- id="fr" | ||
+ | |French | ||
+ | |<code>fr=FR:''TranslatedPageName''</code> | ||
|} | |} | ||
Line 51: | Line 57: | ||
* https://developer.valvesoftware.com/wiki/Template:Otherlang2 | * https://developer.valvesoftware.com/wiki/Template:Otherlang2 | ||
* https://developer.valvesoftware.com/wiki/Template:Lang | * https://developer.valvesoftware.com/wiki/Template:Lang | ||
− | * https://wiki.micdoodle8.com/wiki/Template:Otherlang | + | * https://web.archive.org/web/20220125082843/https://wiki.micdoodle8.com/wiki/Template:Otherlang |
* https://www.mediawiki.org/wiki/Template:Languages | * https://www.mediawiki.org/wiki/Template:Languages | ||
Line 59: | Line 65: | ||
</noinclude><div class="languages" style="clear:both;font-size:95%;line-height:normal;margin:2px 0;border:1px solid #AAA;background:#EEE;padding:1 rem;text-align: center;" dir="ltr"> | </noinclude><div class="languages" style="clear:both;font-size:95%;line-height:normal;margin:2px 0;border:1px solid #AAA;background:#EEE;padding:1 rem;text-align: center;" dir="ltr"> | ||
− | '''Other languages'''<br> | + | '''Other languages:'''<br> |
'''/''' {{ | '''/''' {{ | ||
− | #if:{{{ | + | #if:{{{de|}}}|'''[[{{{de}}}|Deutsch]] /'''}} {{ |
− | #if:{{{ | + | #if:{{{en|}}}|'''[[{{{en}}}|English]] /'''}} {{ |
#if:{{{es|}}}|'''[[{{{es}}}|español]] /'''}} {{ | #if:{{{es|}}}|'''[[{{{es}}}|español]] /'''}} {{ | ||
#if:{{{fr|}}}|'''[[{{{fr}}}|français]] /'''}} {{ | #if:{{{fr|}}}|'''[[{{{fr}}}|français]] /'''}} {{ |
Latest revision as of 08:39, 7 September 2024
This template adds links to available translations for the page to the top.
To prevent issues, this template must be placed at the very beginning of a page.
Tip: When contributing a new translation to a document that already has other translations, please carry over the existing translations to the otherlang template of your contributed page. This way all multilingual pages are linked.
Syntax
{{otherlang | LowercaseLanguageCode1=PageName1 | LowercaseLanguageCode2=PageName2 | [...] }}
Note: Do not include a line for the language of the current page : this will add a link to the current page, which is useless and will only confuse readers.
Example
On an English wiki page named "Hello":
{{otherlang | de=DE:Hallo | fr=FR:Bonjour | es=ES:Hola }}
Notice that there is no line for the English language, as it is the language of the page that template is being used on.
Note: The template will accept any page name. By convention however, translated pages are named according to the syntax UppercaseLanguageCode:TranslatedName
; as for English pages, they are named normally, without any EN:
prefix.
Available Languages
Language | Syntax |
---|---|
Deutsch | de=DE:TranslatedPageName
|
English | en=PageName
|
Spanish | es=ES:TranslatedPageName
|
French | fr=FR:TranslatedPageName
|
See also
Otherlang has been inspired by:
- https://developer.valvesoftware.com/wiki/Template:Otherlang2
- https://developer.valvesoftware.com/wiki/Template:Lang
- https://web.archive.org/web/20220125082843/https://wiki.micdoodle8.com/wiki/Template:Otherlang
- https://www.mediawiki.org/wiki/Template:Languages
See also other ways to do it:
- https://wiki.openstreetmap.org/wiki/Template:Languages/div
- https://wiki.openstreetmap.org/wiki/Template:Languages
Other languages:
/