Template:LangPrefix/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:LangPrefix. It contains usage information, categories and other content or metadata that is not part of the original template. |
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}}