Template:LanguageSelector

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Template documentationview · edit · history · purge ]
This documentation is transcluded from Template:LanguageSelector/doc.

Displays a configurable set of links that switch the page it's used on to another language. It is intended to complement {{LangSwitch}}, but you might find previously unintended uses. ;)

Usage

{{LanguageSelector |icons= |<unnamed parameters, numbered 2..40>= |notpiol= |action= }}

  • The switch only applies to the page the template is transcluded on, clicking other links will return you to the language set in your MediaWiki preferences. This does not generally apply to script calls, e. g. "hide/show" links, or controls for sortable tables or other embedded stuff.
  • The template can be used inline, it should not break any layout.

Template parameters

ParameterDescriptionDefaultStatus
iconsdetermines what is displayed
  • yes: icons and text
  • only: only icons, no text
  • code: English language codes
  • anything else: only text, no icons
yesoptional
<unnamed parameters, numbered 2..40>A language code. If present, a link for the corresponding language will be produced. Up to 19 language codes can currently be specified, and will display in the order indicated by the parameter sequence. If no unnamed parameters are specified, all languages will be displayed in the default order.optionaloptional
notpioldummy parameter, if assigned any value, it will suppress the 'This page in other languages: ' textoptionaloptional
actionpassed through to {{UselangLink}}, read documentation there for further informationoptionaloptional

Additional information

The template is intended to be used in the following namespaces: all namespaces

The template is intended to be used by the following user groups: all users

Relies on:

See also

Related templates

Language resources

If you want to add languages, the following resources might be useful

Examples

CodeRendering on page
{{LanguageSelector|de|en|fr|invalid}}
{{LanguageSelector|de|en|fr|invalid|action=edit}}
{{LanguageSelector|de|en|fr|invalid|icons=code}}
{{LanguageSelector|de|en|fr|notpiol=1}}
{{LanguageSelector|de|en|fr|notpiol=1|icons=yes}}
{{LanguageSelector|de|en|fr|notpiol=1|icons=code}}
{{LanguageSelector|de|en|fr|notpiol=1|icons=only}}

There are more examples with the default full list of languages on Template:LanguageSelector/doc/examples.

(Dont put examples with all languages here at it would break the transclusion of the documentation subpage in the main template page).