Difference between revisions of "User:Strife Onizuka/Sandbox/Switch/Template:Multi-lang"

From Second Life Wiki
Jump to navigation Jump to search
(I'm feeling clever :p)
 
(13 intermediate revisions by the same user not shown)
Line 17: Line 17:
{{#vardefine:ml-base-version|{{#ifexist:{{#var:langbase}}/version|{{{{#var:langbase}}/version|ml-base-version}}|-1.0}}}}
{{#vardefine:ml-base-version|{{#ifexist:{{#var:langbase}}/version|{{{{#var:langbase}}/version|ml-base-version}}|-1.0}}}}


}}{{#if:{{#var:lang}}
|
{{#ifexpr:({{#var:ml-base-version}} > 0.0) and ({{#if:{{{version|}}}|{{{version|}}}|0.0}} >= 0.0)|
{{#switch:{{#sub:{{#expr:{{#var:ml-base-version}} - {{#if:{{{version|}}}|{{{version|}}}|0.0}}}}|0|1}}
|-=<span style="color:red;">Article version exceeds base article version!!!</span>
|0=
|[[Category:Articles in need of updating{{#var:ml-cat}}{{#var:lang}}]]
}}
}}
|
{{#ifexpr:{{#var:ml-base-version}} < 0.0|[[Category:Articles in need of version number{{#var:ml-cat}}{{#var:lang}}]]|}}
}}{{#if:{{#var:ml-included}}||<div class="LanguageLinks" style="margin: 1em 0;">
}}{{#if:{{#var:ml-included}}||<div class="LanguageLinks" style="margin: 1em 0;">
<table width="100%" style="clear: both; border: 1px solid #aaaaaa; border-collapse: collapse; padding: 0.2em; margin: 0; font-size: 85%; margin: 0 1px;">
<table width="100%" style="clear: both; border: 1px solid #aaaaaa; border-collapse: collapse; padding: 0.2em; margin: 0; font-size: 85%; margin: 0 1px;">
Line 53: Line 42:
<div width="0" height="0" id="PageLanguage" style="display:none;">{{#var:lang}}</div>
<div width="0" height="0" id="PageLanguage" style="display:none;">{{#var:lang}}</div>
<div width="0" height="0" id="PageCategory" style="display:none;">{{#var:ml-cat}}</div>
<div width="0" height="0" id="PageCategory" style="display:none;">{{#var:ml-cat}}</div>
</div>}}{{#vardefine:ml-included|{{#if:{{{multiple|}}}||*}}}}</onlyinclude>
{{#if:{{#var:lang}}|
{{#ifexpr:({{#var:ml-base-version}} > 0.0) and ({{#if:{{{version|}}}|{{{version|}}}|0.0}} >= 0.0)|
{{#ifexpr:{{#var:ml-base-version}} > {{#if:{{{version|}}}|{{{version|}}}|0.0}}
|[[Category:Articles in need of updating{{#var:ml-cat}}{{#var:lang}}]]{{#if:{{#var:ml-base-message}}|
{{Help/Box|1={{#if:{{#var:ml-base-message-title}}|{{#var:ml-base-message-title}}|Page in need of update}}|2=
{{#var:ml-base-message}}}}}}
|{{#ifexpr:{{#var:ml-base-version}} < {{#if:{{{version|}}}|{{{version|}}}|0.0}}|
{{Help/Box|1=[[Multi-lang]] Usage Error|2=
Article version supplied exceeds base article version!!!
*Max article version supported: [[{{#var:langbase}}/version#Article_Version|{{#var:ml-base-version}}]]
*Article version supplied: {{{version|}}}
}}}}}}}}|{{#ifexpr:{{#var:ml-base-version}} < 0.0|[[Category:Articles in need of version number{{#var:ml-cat}}{{#var:lang}}]]|}}}}</div>}}{{#vardefine:ml-included|{{#if:{{{multiple|}}}||*}}}}</onlyinclude>


== Syntax ==
== Syntax ==

Latest revision as of 15:38, 17 December 2010

Template

Syntax

{{Multi-lang|PageName|Language Code}}
  • PageName (optional) - the name of the page to display language links for. If omitted then the English version of the current page is used. This parameter can normally be omitted, as it is only required if you want to link to a page other than the one you place the template on, which is very uncommon. If this parameter is used on a sub-page make sure you supply the root name, not the full page name (e.g. on MediaWiki/fr you would need to use {{Multi-lang|MediaWiki}} and not {{Multi-lang|MediaWiki/fr}}).

Usage

The template should be placed on pages that exist in more than one language, and it should be placed in the same location on each translation of the page.

The English version of a page is always the main version, with all other languages as sub-pages, named using the appropriate language code (see below).

For example, on the Main Page you would include the text {{Multi-lang}}, both on Main Page itself, and on each of its language sub-pages. The template automatically creates links to any language sub-pages that exist, e.g. Main Page/ja, Main Page/fr, and ignores non-existent languages.

See Project:Languages for further details about translating pages.

Supported languages

The template includes a list of supported languages in it. Although it is easy to add a new language to the list, it is not recommended to add unnecessary languages. The language that has no pages in that language should be kept out of the list.

Articles in need of translation

The following link to articles in need of translation. They are in no particular order.

Related:

Origin

This template is originally taken from Template:Languages on the MediaWiki web site.