Template:CURRENTCONTENTLANGUAGE

From TestWiki
Revision as of 22:16, 28 October 2013 by Seb35 (talk | contribs) (creation of a sort of current content language)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template returns the "content language" of the current page; more precisely it checks if the current title ends with a language code, and if it is the case it returns this language code, else "en" for English.

Examples:

  • on "Foo/bar", this template returns "en";
  • on "Foo/bar/hu", this template return "hu".

This template takes no argument, and acts as a magic word. If such a magic word is created in MediaWiki, this template could be deleted. Note that the definition of "content language" here is broader than the (page-specific) content language in MediaWiki, which can currently only be set by the Translate extension or some very special pages.