Difference between revisions of "Template:Multi-lang"

From Second Life Wiki
Jump to navigation Jump to search
m (fixed (forgot the alpha ^^))
Line 26: Line 26:
{{Languages/Lang|zh-Hans|{{#var:langbase}}|中文(简体)|}}
{{Languages/Lang|zh-Hans|{{#var:langbase}}|中文(简体)|}}
{{Languages/Lang|zh-Hant|{{#var:langbase}}|中文(繁體)|}}
{{Languages/Lang|zh-Hant|{{#var:langbase}}|中文(繁體)|}}
</td></tr></table></div>{{#ifeq:{{{categorise|}}}|*|[[{{#var:lang}}]]|}}}}{{#vardefine:ml-included|{{#if:{{{multiple|}}}||*}}}}</onlyinclude>
</td></tr></table></div>}}{{#vardefine:ml-included|{{#if:{{{multiple|}}}||*}}}}</onlyinclude>


== Syntax ==
== Syntax ==
  <nowiki>{{{Multi-lang|PageName}}}</nowiki>
  <nowiki>{{{Multi-lang|PageName|Language Code}}}</nowiki>


* '''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 <code><nowiki>{{{Multi-lang|MediaWiki}}}</nowiki></code> and not <code><nowiki>{{{Multi-lang|MediaWiki/fr}}}</nowiki></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 <code><nowiki>{{{Multi-lang|MediaWiki}}}</nowiki></code> and not <code><nowiki>{{{Multi-lang|MediaWiki/fr}}}</nowiki></code>).
Line 38: Line 38:
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).  
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 <code><nowiki>{{{Multi-lang}}}</nowiki></code>, 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. <tt>Main Page/ja<tt>, <tt>Main Page/fr</tt>, and ignores non-existant languages.
For example, on the Main Page you would include the text <code><nowiki>{{{Multi-lang}}}</nowiki></code>, 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. <tt>Main Page/ja</tt>, <tt>Main Page/fr</tt>, and ignores non-existent languages.


See [[Project:Languages]] for further details about translating pages.
See [[Project:Languages]] for further details about translating pages.
Line 44: Line 44:
== Supported languages ==
== 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.
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.
*[[Special:Whatlinkshere/Needs Translation/de|Deutsch]]
*[[Special:Whatlinkshere/Needs Translation/es|Español]]
*[[Special:Whatlinkshere/Needs Translation/el|ελληνικά]]
*[[Special:Whatlinkshere/Needs Translation/fr|Français]]
*[[Special:Whatlinkshere/Needs Translation/he|עברית]]
*[[Special:Whatlinkshere/Needs Translation/it|Italiano]]
*[[Special:Whatlinkshere/Needs Translation/ja|日本語]]
*[[Special:Whatlinkshere/Needs Translation/ko|한국어]]
*[[Special:Whatlinkshere/Needs Translation/nl|Nederlands]]
*[[Special:Whatlinkshere/Needs Translation/no|Norsk]]
*[[Special:Whatlinkshere/Needs Translation/da|Dansk]]
*[[Special:Whatlinkshere/Needs Translation/sv|Svenska]]
*[[Special:Whatlinkshere/Needs Translation/pl|Polski]]
*[[Special:Whatlinkshere/Needs Translation/pt|Português]]]
*[[Special:Whatlinkshere/Needs Translation/zh-Hans|中文(简体)]]
*[[Special:Whatlinkshere/Needs Translation/zh-Hant|中文(繁體)]]


== Origin ==
== Origin ==
This template is originaly taken from [http://www.mediawiki.org/wiki/Template:Languages Template:Languages on the MediaWiki web site].
This template is originally taken from [http://www.mediawiki.org/wiki/Template:Languages Template:Languages on the MediaWiki web site].

Revision as of 23:49, 25 June 2008

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.


Origin

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