Template:Multilingual description/doc

From AerialWiki
Jump to navigation Jump to search

Allows to write a description in several languages, to display only the one set in the user preferences and to allow to read the others using a form.

Usage

{{Multilingual description|xx=}}

This template is linked with a mediawiki javascript which was integrated to Commons. More information is available at meta:Meta:Language select and meta:template:Ls.
An alternative version of this javascript is available, to try it you need to add that line in your user vector.js:

  importScript('MediaWiki:Multilingual description.js');

Parameters

Parameter name Description Default value required or optional?

xx xx can be any number of any supported language codes string in language xx optional

Additional information

The template is intended to be used in the following namespaces: no namespace specified

The template is intended to be used by the following user groups: no user group specified

See also

Localization

This template is not intended to be localized.

Example

{{Multilingual description
|de=deutscher Text
|diq=No nuşte Zazakiyo
|en=English text, if the text corresponding to the chosen language to display is not available, all languages will be displayed by default.
|fr=texte français, si le texte correspondant à la langue choisie n’est pas disponible, toutes les langues seront affichées par défaut.
|it=parole italiane
|ja=日本語の文字。もし選択した言語に対応したテキストが正しく表示されない場合、デフォルトで全ての言語で表示されます。
|mk=Текст на македонски. Ако нема текст што соодветствува на одбраниот јазик, тогаш по основно ќе се прикажат сите јазици.
|ru=Русский текст
}}

produces:

Deutsch⧼colon⧽ deutscher Text
English⧼colon⧽ English text, if the text corresponding to the chosen language to display is not available, all languages will be displayed by default.
Français⧼colon⧽ texte français, si le texte correspondant à la langue choisie n’est pas disponible, toutes les langues seront affichées par défaut.
Italiano⧼colon⧽ parole italiane
Македонски⧼colon⧽ Текст на македонски. Ако нема текст што соодветствува на одбраниот јазик, тогаш по основно ќе се прикажат сите јазици.
Русский⧼colon⧽ Русский текст
日本語⧼colon⧽ 日本語の文字。もし選択した言語に対応したテキストが正しく表示されない場合、デフォルトで全ての言語で表示されます。