Template: Languages

From LibrePlanet
Jump to: navigation, search

This is the "Languages" template. It provides a bar linking to the available translations of a page in the LibrePlanet wiki.
PLEASE - Do not edit if you are not REALLY sure about what you are doing: it could broke the LibrePlanet wiki pages!

Description

This template shows a bar linking to the available translations of a page. Only works for the pages (should be the "original" master page and its translations) which include this template itself.

This template should be included, either in the "original" master page and in all its translations, ONLY IF almost one translation of the master page really exist in the wiki.

It also set the MediaWiki property 'Language code' of the page in which the template itself has being included (see below).

This template calls:

  • the "LanguageOtherMsg" sub-template
  • the "LanguageNativeLink" sub-template

Usage

It should be called in the following format:

{{Languages|master page=<MasterPage>|language=<LangCode>}}

where:

  • <MasterPage> is the "original" master page
  • <LangCode> is the (2-digit lowercase) language code (ISO 639-1) of the content in the page in which the template itself has being included (either if it is the "original" master page or one of its translations)

Note - This also set the MediaWiki properties 'Language code' and 'Content language' of the calling page to the <LangCode> parameter.

Example

If the "original" master page 'MyPage' is written in English (as more often is) and it has an Italian translation at the page 'MyPage/it", then:

  • into 'MyPage', include this:
{{Languages|master page=MyPage|language=en}}
  • in 'MyPage/it', include this:
{{Languages|master page=MyPage|language=it}}