Difference between revisions of "Template:OtherLang"

From POV-Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
  {{OtherLang
+
This template adds available translations for the page to the top through the use of flags.
  | fr=Test:fr
 
  | de=Main_page:lang2
 
  }}
 
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'''.
 
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.
+
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 ==
 
== Syntax ==
 +
<pre>
 +
  {{otherlang
 +
  | noborder=true (OPTIONAL)
 +
  | title=localized page display title
 +
  | lang=page:lang
 +
  | lang2=page:lang2
 +
  | etc...
 +
  }}
 +
</pre>
  
<nowiki>{{OtherLang</nowiki>
+
Warning! Do not include the language of the current page. This will only confuse readers.
| ''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 ===
 
=== Example ===
 +
On a page called [[Test]]:
  
On an English wiki page named "Hello":
+
<pre>
 +
  {{otherlang
 +
  | title=Test
 +
  | de=Test:de
 +
  }}
 +
</pre>
  
<nowiki>{{OtherLang</nowiki>
+
Note that:
| fr=FR:Bonjour
+
* The language "en" is not included, as it is the language of the page that template is being used on.
| de=DE:Hallo
+
* title is assigned the translated name of the page, and will appear as the display title (heading) for the page. This can replace the existing {{wrongtitle}} and {{DISPLAYTITLE}} templates currently in common use.
| es=ES:Hola
+
* The English page has no suffix.
}}
+
* The same template must be used on the translated page (with the other language) to link back
 
 
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 <code>''UppercaseLanguageCode'':''TranslatedName''</code> ; as for English pages, they are named normally, without any <code>EN:</code> prefix.
 
  
 
== Available Languages ==
 
== Available Languages ==
 
 
{| class="table table-bordered" border="2" cellpadding="7"
 
{| class="table table-bordered" border="2" cellpadding="7"
 
! Language
 
! Language
 
! Syntax
 
! Syntax
 +
! Result
 +
|- id="en"
 +
|English
 +
|en=Page_name
 +
|[[File:En.png]]
 
|- id="de"
 
|- id="de"
 
|Deutsch
 
|Deutsch
|<code>de=DE:''TranslatedPageName''</code>
+
|de=Page_name:de
|- id="en"
+
|[[File:De.png]]
|English
 
|<code>en=PageName</code>
 
|- id="es"
 
|Spanish
 
|<code>es=ES:''TranslatedPageName''</code>
 
|- id="fr"
 
|French
 
|<code>fr=FR:''TranslatedPageName''</code>
 
 
|}
 
|}
 
+
</noinclude>
== See also ==
+
{{#if:{{{title|}}}|{{DISPLAYTITLE:{{{title}}}}}}}{{#if:{{{en|}}}|'''[[File:En.png|right|alt=English|link={{{en}}}]]'''}}{{#if:{{{de|}}}|'''[[File:De.png|right|alt=Deutsch|link={{{de}}}]]'''}}{{#if:{{{fr|}}}|'''[[File:Fr.png|right|alt=Français|link={{{fr}}}]]'''}}
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
 
 
 
</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:{{{de|}}}|'''[[{{{de}}}|Deutsch]] /'''}} {{
 
#if:{{{en|}}}|'''[[{{{en}}}|English]] /'''}} {{
 
#if:{{{es|}}}|'''[[{{{es}}}|español]] /'''}} {{
 
#if:{{{fr|}}}|'''[[{{{fr}}}|français]] /'''}} {{
 
#if:{{{it|}}}|'''[[{{{it}}}|italiano]] /'''}} {{
 
#if:{{{lt|}}}|'''[[{{{lt}}}|lietuvių]] /'''}}
 
</div>
 

Revision as of 23:02, 26 December 2024

This template adds available translations for the page to the top through the use of flags.

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
  | noborder=true (OPTIONAL)
  | title=localized page display title
  | lang=page:lang
  | lang2=page:lang2
  | etc...
  }}

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

Example

On a page called Test:

  {{otherlang
  | title=Test
  | de=Test:de
  }}

Note that:

  • The language "en" is not included, as it is the language of the page that template is being used on.
  • title is assigned the translated name of the page, and will appear as the display title (heading) for the page. This can replace the existing Template:wrongtitle and Template:DISPLAYTITLE templates currently in common use.
  • 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

Language Syntax Result
English en=Page_name File:En.png
Deutsch de=Page_name:de File:De.png

{{#if:|}}{{#if:|

}}{{#if:|

}}{{#if:|

}}