Template:LangPrefix
Jump to navigation
Jump to search
This documentation is transcluded from Template:LangPrefix/doc. (Edit | history)
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
This template provides the language prefix for wiki page name from a language code.
Usage
- {{LangPrefix}} returns the language prefix (with :) from the language code infered from the current page (using {{Langcode}}).
- {{LangPrefix|language-code}} returns the language prefix (with :) from the language code.
- {{LangPrefix|language-code|fallback= yes }} returns the language prefix for the fallback language of the specified language.
Examples
Wikitext | Produces |
---|---|
"{{LangPrefix}}" | "" |
"{{LangPrefix|}}" | "" |
"{{LangPrefix|en}}" | "" |
"{{LangPrefix|ja}}" | "JA:" |
"{{LangPrefix|ain}}" | "ain:" |
"{{LangPrefix|ain|fallback=yes}}" | "JA:" |
"{{LangPrefix|de-ch}}" | "de-ch:" |
"{{LangPrefix|de-ch|fallback=yes}}" | "DE:" |
"{{LangPrefix|br}}" | "br:" |
"{{LangPrefix|br|fallback=yes}}" | "FR:" |
See also
- {{Langcode}}
- {{LangSwitch}}, returning one of several translations available for a specific language (or its associated fallback language).
- {{LLS}}, {{LLC}}, {{LLT}}
- {{DescriptionStatus}}