模板:Native name
此模板使用Lua語言: |
An inline formatting template, based on {{Lang}}, for indicating the language in which a native name has been given. 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}}
語法
{{Native name|<IETF语言标签>|<本土語名稱>}}
參數
參數名稱 | 描述和舉例 | 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 |
italics (or italic )
|
Set to "off" or "no" to disable displaying the native name in italics.
Example: |
no |
paren (or icon )
|
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 |
parensize (previously fontsize )
|
Use to specify a font-size for the parenthesis. Per MOS:FONTSIZE, do not make this text smaller in infoboxes, since the text is already at 88% of normal.
Example: |
no |
nolink
|
Set to anything (e.g. "on") to suppress the appearance of the native language's name as a link. | no |
script (deprecated)
|
when needed, include ISO 15924 in {{{1}}} IETF language tag; e.g. 'sr-Cyrl' |
no |
示例
- Common usage:
{{Native name|de|Deutschland}}
⇒ Deutschland(德語)
- Code and result for the same name "Deutschland" above but with italics switched on, nolink switched on and a parensize of 90%:
{{Native name|de|Deutschland|italics= yes|nolink=on|parensize=90%}}
⇒ Deutschland(德語)
- 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}}
⇒ Deutschland
- Language does not have an ISO code
{{Native name|mis|Banib}} ([[Boonwurrung language]])
⇒ Banib (Boonwurrung language)
- Language is not known
{{Native name|und|Bakoma|paren=omit}}
⇒ Bakoma
其他例子
代碼 | 結果 | ||
---|---|---|---|
{{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}} }} |
|
追蹤分類
模板數據
Foreign language name formatting
參數 | 描述 | 類型 | 狀態 | |
---|---|---|---|---|
language | tag | language code
| 字串 | 必填 |
name | name | Name in foreign language
| 字串 | 必填 |
italics | italic italics | "off" will prevent italicising the name
| 布林值 | 非必填 |
language name | paren | Language name in parenthesis
| 布林值 | 非必填 |
language fontsize | parensize | font-size of the language (parenthesised)
| 數值 | 非必填 |