Difference between revisions of "Template:OtherLang"

From POV-Wiki
Jump to navigation Jump to search
m
m
 
(39 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<includeonly>
 +
{{{if: {{{title}}} | {{DISPLAYTITLE:{{{title}}}}} }}}
 +
<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">
 +
'''🌎'''&nbsp;&nbsp;&nbsp;<!--
 +
-->{{{if: {{{en|}}} | ''' [[ {{{en}}} | 🇬🇧]] / ''' |}}}<!--
 +
-->{{{if: {{{fr|}}} | ''' [[ {{{fr}}} | 🇫🇷]] / ''' |}}}<!--
 +
-->{{{if: {{{it|}}} | ''' [[ {{{it}}} | 🇮🇹]] / ''' |}}}</div></includeonly>
 
<noinclude>
 
<noinclude>
 
   {{OtherLang
 
   {{OtherLang
 
   | title=OtherLang template
 
   | title=OtherLang template
   | de=Test:de
+
   | en=Template:OtherLang
   | fr=Main_page:lang2
+
   | fr=FR:Bonjour
 +
  | it=IT:UnaMatina
 
   }}
 
   }}
 
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 14: Line 22:
  
 
  <nowiki>{{otherlang</nowiki>
 
  <nowiki>{{otherlang</nowiki>
 +
| title=''Current Page Title (one you want to see with spaces instead of underscores, no language code, etc.)''
 
  | ''LowercaseLanguageCode1''=''PageName1''
 
  | ''LowercaseLanguageCode1''=''PageName1''
 
  | ''LowercaseLanguageCode2''=''PageName2''
 
  | ''LowercaseLanguageCode2''=''PageName2''
Line 19: Line 28:
 
  }}
 
  }}
  
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.
+
<s>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.</s>
  
 
=== Example ===
 
=== Example ===
Line 26: Line 35:
  
 
  <nowiki>{{OtherLang</nowiki>
 
  <nowiki>{{OtherLang</nowiki>
  | de=DE:Hallo
+
  | en=Hello
 
  | fr=FR:Bonjour
 
  | fr=FR:Bonjour
  | es=ES:Hola
+
  | it=IT:Ciao
 
  }}
 
  }}
  
Notice that there is no line for the English language, as it is the language of the page that template is being used on.
+
<s>Notice that there is no line for the English language, as it is the language of the page that template is being used on.</s>
  
 
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.
 
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.
Line 40: Line 49:
 
! Language
 
! Language
 
! Syntax
 
! Syntax
|- id="de"
 
|Deutsch
 
|<code>de=DE:''TranslatedPageName''</code>
 
 
|- id="en"
 
|- id="en"
 
|English
 
|English
 
|<code>en=PageName</code>
 
|<code>en=PageName</code>
|- id="es"
 
|Spanish
 
|<code>es=ES:''TranslatedPageName''</code>
 
 
|- id="fr"
 
|- id="fr"
|French
+
|Français
 
|<code>fr=FR:''TranslatedPageName''</code>
 
|<code>fr=FR:''TranslatedPageName''</code>
 +
|- id="it"
 +
|Italiano
 +
|<code>it=IT:''TranslatedPageName''</code>
 
|}
 
|}
  
Line 66: Line 72:
 
[[Category:Utility templates|{{PAGENAME}}]]
 
[[Category:Utility templates|{{PAGENAME}}]]
 
</noinclude>
 
</noinclude>
{{{if: {{{title}}} | {{DISPLAYTITLE:{{{title}}}}} }}}
 
<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">
 
'''🌎 '''<!--
 
-->{{{if: {{{en}}} | '''[[{{{en}}}|English]] /''' | '''-'''}}}<!--
 
-->{{{if: {{{fr}}} | '''[[{{{fr}}}|français]] /''' | '''-'''}}}<!--
 
-->{{{if: {{{it}}} | '''[[{{{it}}}|italiano]] /''' | '''-'''}}}<!--
 
-->{{{if: {{{de}}} | '''[[{{{de}}}|Deutsch]] /''' | '''-'''}}}<!--
 
-->{{{if: {{{es}}} | '''[[{{{es}}}|español]] /''' | '''-'''}}}</div>
 

Latest revision as of 21:54, 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 (one you 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
}}

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
Français fr=FR:TranslatedPageName
Italiano it=IT:TranslatedPageName

See also

Otherlang has been inspired by:

See also other ways to do it: