Changes

Jump to navigation Jump to search
1,901 bytes added ,  09:26, 14 May 2020
Template to add language versions of the page
<noinclude>
{{otherlang
| de=Test:de
| fr=Main_page:lang2
}}
This template adds 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 ==
<pre>
{{otherlang
| de=Test:de
| fr=Main_page:lang2
| etc...
}}
</pre>

Warning! Do not include the language of the current page. This will only confuse readers.

=== Example ===
On a page called [[Test]]:

<pre>
{{otherlang
| de=Test:de
}}
</pre>

Note that:
* The language "en" is not included, as it is the language of the page that template is being used on.
* The English page has no suffix.
* The same template must be used on the translated page (with the other language) to link back

== Available Languages ==
{| class="table table-bordered" border="2" cellpadding="7"
! Language
! Syntax
|- id="en"
|English
|en=Page_name
|- id="de"
|Deutsch
|de=Page_name:de
|}

== See also ==
Otherlang has been inspired by:
* https://developer.valvesoftware.com/wiki/Template:Otherlang2
* https://developer.valvesoftware.com/wiki/Template:Lang
* https://wiki.micdoodle8.com/wiki/Template:Otherlang
* https://www.mediawiki.org/wiki/Template:Languages

</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>
'''/''' {{
#if:{{{en|}}}|'''[[{{{en}}}|english]] /'''}} {{
#if:{{{de|}}}|'''[[{{{de}}}|deutsch]] /'''}} {{
#if:{{{es|}}}|'''[[{{{es}}}|español]] /'''}} {{
#if:{{{fr|}}}|'''[[{{{fr}}}|français]] /'''}} {{
#if:{{{it|}}}|'''[[{{{it}}}|italiano]] /'''}}
</div>

Navigation menu