Difference between revisions of "Template:OtherLang"

From POV-Wiki
Jump to navigation Jump to search
m
m
Line 67: Line 67:
 
'''Other languages:'''<br>
 
'''Other languages:'''<br>
 
'''/''' {{
 
'''/''' {{
#if||{{{de|}}}|'''[[{{{de}}}|Deutsch]] /'''}} {{
+
#if|{{{de|}}}|'''{{{de}}}|Deutsch /'''}} {{
#if||{{{en|}}}|'''[[{{{en}}}|English]] /'''}} {{
+
#if|{{{en|}}}|'''{{{en}}}|English /'''}} {{
#if||{{{es|}}}|'''[[{{{es}}}|español]] /'''}} {{
+
#if|{{{es|}}}|'''{{{es}}}|español /'''}} {{
#if||{{{fr|}}}|'''[[{{{fr}}}|français]] /'''}} {{
+
#if|{{{fr|}}}|'''{{{fr}}}|français /'''}} {{
#if||{{{it|}}}|'''[[{{{it}}}|italiano]] /'''}} {{
+
#if|{{{it|}}}|'''{{{it}}}|italiano /'''}} {{
#if||{{{lt|}}}|'''[[{{{lt}}}|lietuvių]] /'''}}
+
#if|{{{lt|}}}|'''{{{lt}}}|lietuvių /'''}}
 
</div>
 
</div>
 
[[Category:Mediawiki Template]]
 
[[Category:Mediawiki Template]]

Revision as of 00:27, 27 December 2024

Other languages:
/ {{

  1. if|Test:de|Test:de|Deutsch /}} {{
  2. if||{{{en}}}|English /}} {{
  3. if||{{{es}}}|español /}} {{
  4. if|Main_page:lang2|Main_page:lang2|français /}} {{
  5. if||{{{it}}}|italiano /}} {{
  6. if||{{{lt}}}|lietuvių /}}

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:

See also other ways to do it:

Other languages:
/ {{

  1. if||{{{de}}}|Deutsch /}} {{
  2. if||{{{en}}}|English /}} {{
  3. if||{{{es}}}|español /}} {{
  4. if||{{{fr}}}|français /}} {{
  5. if||{{{it}}}|italiano /}} {{
  6. if||{{{lt}}}|lietuvių /}}