Feed The Beast Wiki

Follow the Feed The Beast Wiki on Discord or Mastodon!

READ MORE

Feed The Beast Wiki
Advertisement
Template-info Documentation

This template returns the language name or language code of the page provided. If the detected language is invalid or there is no language code, defaults to English. {{Language}} is used to make this work. By default, this template returns the language name in its native language. If code is set, returns the detected language code or en if invalid.

Parameters[]

  • 1: (Default: {{FULLPAGENAME}}) The title of the page to be checked.
  • code: (Optional) If set, returns the language code of the detected language.
  • en: (Optional) If set, returns the language name of the detected language in English.


Examples[]

{{PageLanguage}}

produces English

{{PageLanguage|Main Page/fr}}

produces Français

{{PageLanguage|Main Page/de|code=1}}

produces de

{{PageLanguage|Main Page/zh|en=1}}

produces Chinese

See also[]

Advertisement