Difference between revisions of "Template:OtherLang"

From POV-Wiki
Jump to navigation Jump to search
m
m
Line 11: Line 11:
 
   {{OtherLang
 
   {{OtherLang
 
   | title=OtherLang template
 
   | title=OtherLang template
 +
 +
  | en=Template:OtherLang
 +
  | fr=FR:Bonjour
 +
  | it=IT:UnaMatina
 
   | de=Test:de
 
   | de=Test:de
   | fr=Main_page:lang2
+
   | es=Main_page:lang2
 
   }}
 
   }}
 
This template adds links to available translations for the page to the top.
 
This template adds links to available translations for the page to the top.
Line 23: Line 27:
  
 
  <nowiki>{{otherlang</nowiki>
 
  <nowiki>{{otherlang</nowiki>
 +
| title=''Current Page Title (oneyou want to see with spaces instead of underscores, no language code, etc.)''
 
  | ''LowercaseLanguageCode1''=''PageName1''
 
  | ''LowercaseLanguageCode1''=''PageName1''
 
  | ''LowercaseLanguageCode2''=''PageName2''
 
  | ''LowercaseLanguageCode2''=''PageName2''
Line 53: Line 58:
 
|- id="en"
 
|- id="en"
 
|English
 
|English
|<code>fr=''TranslatedPageName''</code>
+
|<code>en=PageName</code>
 
|- id="fr"
 
|- id="fr"
 
|French
 
|French
Line 60: Line 65:
 
|Deutsch
 
|Deutsch
 
|<code>de=DE:''TranslatedPageName''</code>
 
|<code>de=DE:''TranslatedPageName''</code>
|- id="en"
 
|English
 
|<code>en=PageName</code>
 
 
|- id="es"
 
|- id="es"
 
|Spanish
 
|Spanish

Revision as of 08:35, 28 December 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
| title=Current Page Title (oneyou want to see with spaces instead of underscores, no language code, etc.)
| 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
| en=Hello
| fr=FR:Bonjour
| it=IT:Ciao
| de=DE:Hallo
| 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
English en=PageName
French fr=FR:TranslatedPageName
Deutsch de=DE:TranslatedPageName
Spanish es=ES:TranslatedPageName

See also

Otherlang has been inspired by:

See also other ways to do it: