Template:Native name/doc
| This is a documentation subpage for Template:Native name (see that page for the template itself). It contains usage information, categories, interlanguage links and other content that is not part of the original template page. |
| This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
| Uses Lua: |
For {{native name}} error messages appearing in various infoboxes, see Wikipedia talk:WikiProject Infoboxes/Archive 11#native name parameters. |
An inline formatting template, based on {{Lang}}, for indicating the official/defacto name in a language other than English. By default, the native name is displayed in italics, followed by the language's name in parentheses.
The template's defaults can be overridden and the parenthesis excluded, in which case there may be no visible changes to the text where it's used. An HTML <span>, however, still identifies the native name as a linguistic element, meaning that web browsers and screen readers can select a particular font, formatting, pronunciation, etc., for it.
For multiple native names, use {{native name list}}
Syntax
[རྩོམ་སྒྲིག]- {{Native name|<Template:Var>|<Template:Var>}}
Parameters
[རྩོམ་སྒྲིག]| Parameter name | Description and examples | Required |
|---|---|---|
| [first unnamed] | The IETF language tag code for the native language. French, for instance, is "fr"; Spanish is "es"; Arabic is "ar"; etc. | yes |
| [second unnamed] | The native name, in the native language (with accents, etc.). | yes |
| Template:Code Template:Smaller |
Set to "off" or "no" to disable displaying the native name in italics.
Example: |
no |
| Template:Code Template:Smaller |
Set to "omit", "off" or "no" to suppress the appearance of the native language's name in a parenthesis after the native name.
Example: |
no |
| Template:Code Template:Smaller |
Use to specify a font-size for the parenthesis. Per , do not make this text smaller in infoboxes, since the text is already at 88% of normal.
Example: |
no |
| Template:Code | Set to anything (e.g. "on") to suppress the appearance of the native language's name as a link. | no |
| Template:Code (deprecated) | when needed, include ISO 15924 in {{{1}}} IETF language tag; e.g. 'sr-Cyrl' |
no |
Examples
[རྩོམ་སྒྲིག]- Common usage:
- {{Native name|de|Deutschland}} –> Lua error in package.lua at line 80: module 'Module:Lang' not found.
- Code and result for the same name "Deutschland" above but with italics switched off, nolink switched on and a parensize of 90%:
- {{Native name|de|Deutschland|italics=off|nolink=on|parensize=90%}} –> Lua error in package.lua at line 80: module 'Module:Lang' not found.
- Retaining no italics but suppressing the parenthesis which produces the same as if the {{lang}} template had been used:
- {{Native name|de|Deutschland|italics=off|paren=omit}} –> Lua error in package.lua at line 80: module 'Module:Lang' not found.
- Language does not have an ISO code
Template:Tlg ([[Boonwurrung language]])–> Lua error in package.lua at line 80: module 'Module:Lang' not found. (Boonwurrung language)
- Language is not known
- {{Native name|und|Bakoma|paren=omit}} –> Lua error in package.lua at line 80: module 'Module:Lang' not found.
Other examples
[རྩོམ་སྒྲིག]| Code | Result | |||
|---|---|---|---|---|
{{Infobox settlement
| name = The Hague
| native_name = {{Native name|nl|Den Haag}}
}}
|
| |||
{{Infobox country
| conventional_long_name = French Republic
| native_name = {{Native name|fr|République française|paren=omit}}
}}
|
| |||
Tracking category
[རྩོམ་སྒྲིག]Template data
[རྩོམ་སྒྲིག]Foreign language name formatting
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| language | tag | language code
| String | required |
| name | name | Name in foreign language (use ISO 639 language codes)
| String | required |
| italics | italic italics | "off" will prevent italicising the name
| Boolean | optional |
| language name | paren | Language name in parenthesis
| Boolean | optional |
| language fontsize | parensize | font-size of the language (parenthesised)
| Number | optional |