Template: Languages

From LibrePlanet
Jump to: navigation, search
m (small fixes in table layout)
(Added SMW 'Content language' property setting)
Line 29: Line 29:
 
* <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)
 
* <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 property 'Language code' of the calling page to the <LangCode> parameter.
+
'''''Note''''' - This also set the MediaWiki properties 'Language code' and 'Content language' of the calling page to the <LangCode> parameter.
  
 
'''Example'''
 
'''Example'''
Line 63: Line 63:
 
}}
 
}}
 
<div style="display: none; read: none;">
 
<div style="display: none; read: none;">
[[master page::{{{master page}}}]] [[language code::{{{language}}}]]
+
[[master page::{{{master page}}}]] [[language code::{{{language}}}]] [[Content language::{{{language}}}]]
 
</div></includeonly>
 
</div></includeonly>

Revision as of 18:01, 29 January 2011

This is the "Languages" template. Edit the page to see the template text.

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}}