Template:Native name/doc: Difference between revisions
meta>Bjankuloski06en~enwiki mk |
m 61 revisions imported |
||
(19 intermediate revisions by 12 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{ | <noinclude>{{Documentation subpage}}</noinclude> | ||
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | <!----EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE----> | ||
An inline formatting template, based on {{tl|lang | {{lua|Module:Lang}} | ||
: {{native name|de|Deutschland}} | An inline formatting template, based on {{tl|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. For example: | ||
: {{native name{{\sandbox}}|de|Deutschland}} | |||
The template's defaults can be overridden and the parenthesis | 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 and div|span]]'', however, still identifies the native name as a linguistic element, meaning that web browsers and [[screen reader]]s can select a particular font, formatting, pronunciation, etc., for it. | ||
== | == Syntax == | ||
; Common | ; Common | ||
{{ | : {{tc|native name|<{{var|[[IETF language tag]]}}>|<{{var|the native name}}>}} | ||
The code for the example at the start of this documentation would, therefore, be: | |||
: <code><nowiki>{{native name|de|Deutschland}}</nowiki></code> | : <code><nowiki>{{native name|de|Deutschland}}</nowiki></code> | ||
== Parameters == | |||
Required parameters shown in '''''bold italics'''''. | Required parameters shown in '''''bold italics'''''. | ||
Line 24: | Line 24: | ||
|- | |- | ||
| '''''[first unnamed]''''' | | '''''[first unnamed]''''' | ||
| The [[ | | The [[IETF language tag]] code for the native language. French, for instance, is "fr"; Spanish is "es"; Arabic is "ar"; etc. | ||
|- | |- | ||
| '''''[second unnamed]''''' | |style="white-space:nowrap;"| '''''[second unnamed]''''' | ||
| The native name, in the native language (with accents, etc). | | The native name, in the native language (with accents, etc.). | ||
|- | |- | ||
| ''italics''<br/>{{smaller|(or ''italic'')}} | | ''italics''<br/>{{smaller|(or ''italic'')}} | ||
| Set to "off" | | Set to "off" or "no" to disable displaying the native name in italics. | ||
: | : {{para|italics|off}} | ||
|- | |- | ||
| ''paren''<br/>{{smaller|(or ''icon'')}} | | ''paren''<br/>{{smaller|(or ''icon'')}} | ||
| Set to "off" | | Set to "omit", "off" or "no" to suppress the appearance of the native language's name in a parenthesis after the native name. | ||
: | : {{para|paren|omit}} | ||
|- | |- | ||
| ''nbsp'' | | ''nbsp'' | ||
| Set to "no" to suppress the addition of a second space between the native name and the native language's name in brackets.<br/>Generally works in tandem with the ''italics'' or ''italic'' and/or ''paren'' or ''icon'' switches, as the automatic addition of the second space prevents the native name in italics from appearing to lean into the following bracket. | | Set to "omit" or "no" to suppress the addition of a second space between the native name and the native language's name in brackets.<br/>Generally works in tandem with the ''italics'' or ''italic'' and/or ''paren'' or ''icon'' switches, as the automatic addition of the second<br/>space prevents the native name in italics from appearing to lean into the following bracket. | ||
: | : {{para|nbsp|omit}} | ||
|- | |- | ||
| ''fontsize'' | | ''parensize''<br/>{{smaller|(previously ''fontsize'')}} | ||
| Use to | | 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. | ||
: | : {{para|parensize|90%}} | ||
|- | |- | ||
| ''nolink'' | | ''nolink'' | ||
| Set to anything ( | | Set to anything (e.g. "on") to suppress the appearance of the native language's name as a link. | ||
|- | |||
| ''script'' (deprecated) | |||
| when needed, include [[ISO 15924]] in <code><nowiki>{{{1}}}</nowiki></code> IETF language tag; e.g. 'sr-Cyrl' <s>Specifies the [[ISO 15924]] script. E.g. "Cyrl", "Arab", "Hans"...</s> | |||
|} | |} | ||
; More complex examples | |||
Code and result for the same name "Deutschland" above but with ''italics'' and ''nbsp'' switched off, ''nolink'' switched on and a ''parensize'' of 90%: | |||
: <code><nowiki>{{native name|de|Deutschland|italics=off|nbsp=omit|nolink=on|parensize=90%}}</nowiki></code> | |||
: {{native name{{\sandbox}}|de|Deutschland|italics=off|nbsp=omit|nolink=on|parensize=90%}} | |||
Retaining no italics but suppressing the parenthesis: | Retaining no italics but suppressing the parenthesis: | ||
: <code><nowiki>{{native name|de|Deutschland|italics=off|paren= | : <code><nowiki>{{native name|de|Deutschland|italics=off|paren=omit}}</nowiki></code> | ||
: {{native name|de|Deutschland|italics=off|paren= | : {{native name{{\sandbox}}|de|Deutschland|italics=off|paren=omit}} | ||
This result is the same as if the {{tl|lang}} template had been used. | This result is the same as if the {{tl|lang}} template had been used. | ||
Line 66: | Line 69: | ||
| <pre> | | <pre> | ||
{{Infobox settlement | {{Infobox settlement | ||
|name = The Hague | | name = The Hague | ||
|native_name = {{native name|nl|Den Haag}} | | native_name = {{native name|nl|Den Haag}} | ||
}} | }} | ||
</pre> | </pre> | ||
| | |style="vertical-align:middle;"| | ||
{{Infobox settlement | {{Infobox settlement | ||
|name = The Hague | | name = The Hague | ||
|native_name = {{native name|nl|Den Haag}} | | native_name = {{native name{{\sandbox}}|nl|Den Haag}} | ||
}} | }} | ||
|- | |- | ||
| <pre> | | <pre> | ||
{{Infobox country | {{Infobox country | ||
|conventional_long_name = French Republic | | conventional_long_name = French Republic | ||
|native_name = {{native name|fr|République française|paren= | | native_name = {{native name|fr|République française|paren=omit}} | ||
}} | }} | ||
</pre> | </pre> | ||
| | |style="vertical-align:topmiddle;"| | ||
{{Infobox country | {{Infobox country | ||
|conventional_long_name = French Republic | | conventional_long_name = French Republic | ||
|native_name = {{native name|fr|République française|paren= | | native_name = {{native name{{\sandbox}}|fr|République française|paren=omit}} | ||
}} | }} | ||
|} | |} | ||
<includeonly>{{Sandbox other|| | |||
[[Category:Wikipedia formatting and function templates]] | |||
< | |||
[[Category:Wikipedia formatting and function templates | |||
[[bn:টেমপ্লেট:Native name]] | |||
[[mk:Шаблон:Изворно име]] | [[mk:Шаблон:Изворно име]] | ||
</includeonly> | }}</includeonly> |
Latest revision as of 22:54, 3 September 2020
This is a documentation subpage for Template:Native name. It may contain usage information, categories and other content that is not part of the original template page. |
This template uses 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. For example:
- Deutschland (German)
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.
Syntax
- Common
{{native name|<IETF language tag>|<the native name>}}
The code for the example at the start of this documentation would, therefore, be:
{{native name|de|Deutschland}}
Parameters
Required parameters shown in bold italics.
Parameter name | Description and example/s |
---|---|
[first unnamed] | The IETF language tag code for the native language. French, for instance, is "fr"; Spanish is "es"; Arabic is "ar"; etc. |
[second unnamed] | The native name, in the native language (with accents, etc.). |
italics (or italic) |
Set to "off" or "no" to disable displaying the native name in italics.
|
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.
|
nbsp | Set to "omit" or "no" to suppress the addition of a second space between the native name and the native language's name in brackets. Generally works in tandem with the italics or italic and/or paren or icon switches, as the automatic addition of the second space prevents the native name in italics from appearing to lean into the following bracket.
|
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.
|
nolink | Set to anything (e.g. "on") to suppress the appearance of the native language's name as a link. |
script (deprecated) | when needed, include ISO 15924 in {{{1}}} IETF language tag; e.g. 'sr-Cyrl' |
- More complex examples
Code and result for the same name "Deutschland" above but with italics and nbsp switched off, nolink switched on and a parensize of 90%:
{{native name|de|Deutschland|italics=off|nbsp=omit|nolink=on|parensize=90%}}
- Deutschland (German)
Retaining no italics but suppressing the parenthesis:
{{native name|de|Deutschland|italics=off|paren=omit}}
- Deutschland
This result is the same as if the {{lang}} template had been used.
Other examples
Code | Result | |||
---|---|---|---|---|
{{Infobox settlement | name = The Hague | native_name = {{native name|nl|Den Haag}} }} |
Script error: No such module "Settlement short description".
| |||
{{Infobox country | conventional_long_name = French Republic | native_name = {{native name|fr|République française|paren=omit}} }} |
|