Template:Native name/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Yahia.barie
Ookami (talk | contribs)
m 61 revisions imported
 
(17 intermediate revisions by 10 users not shown)
Line 1: Line 1:
<noinclude>{{documentation subpage}}</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}} and {{tl|ISO 639 name}}, 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 brackets and a smaller size:
{{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 even excluded, in which case there may be no visible changes to the text where it's used. It still, however, identifies the native name as a linguistic element using the [[HTML]] ''[[Span and div|span]]'' tag, which web browsers and [[screen reader]]s can use to select an appropriate font, pronunciation, etc.
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.


== Usage ==
== Syntax ==


===Syntax===
; Common
; Common
{{pre|{{((}}native name{{!}}''[[ISO 639]] language code''{{!}}''the native name''{{))}} }}
: {{tc|native name|<{{var|[[IETF language tag]]}}>|<{{var|the native name}}>}}


So, the code for the example at the start of this documentation would be:
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 ==


====Parameters====
Required parameters shown in '''''bold italics'''''.
Required parameters shown in '''''bold italics'''''.


Line 24: Line 24:
|-
|-
| '''''[first unnamed]'''''
| '''''[first unnamed]'''''
| The [[ISO 639]] code for the native language. French, for instance, is "fr"; Spanish is "es"; Arabic is "ar"; etc.
| The [[IETF language tag]] code for the native language. French, for instance, is "fr"; Spanish is "es"; Arabic is "ar"; etc.
|-
|-
|style="white-space:nowrap;"| '''''[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" (or "no") to disable displaying the native name in italics.
| Set to "off" or "no" to disable displaying the native name in italics.
: <code><nowiki>|italics=off</nowiki></code>
: {{para|italics|off}}
|-
|-
| ''paren''<br/>{{smaller|(or ''icon'')}}
| ''paren''<br/>{{smaller|(or ''icon'')}}
| Set to "off" (or "no") to suppress the appearance of the native language's name in brackets after the native name.
| Set to "omit", "off" or "no" to suppress the appearance of the native language's name in a parenthesis after the native name.
: <code><nowiki>|paren=off</nowiki></code>
: {{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.
: <code><nowiki>|nbsp=no</nowiki></code>
: {{para|nbsp|omit}}
|-
|-
| ''fontsize''
| ''parensize''<br/>{{smaller|(previously ''fontsize'')}}
| Use to set a font-size for the language name in brackets that differs from the default.
| 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.
: <code><nowiki>|fontsize=80%</nowiki></code>
: {{para|parensize|90%}}
|-
|-
| ''nolink''
| ''nolink''
| Set to anything (usually "yes") to suppress the appearance of the native language's name as a link.
| 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%}}


; More complex examples
Code and result for the same name "Deutschland" above but with ''italics'' and ''nbsp'' switched off, ''nolink'' switched on and a ''fontsize'' of 80%:
: <code><nowiki>{{native name|de|Deutschland|italics=off|nbsp=off|nolink=yes|fontsize=80%}}</nowiki></code>
: {{native name|de|Deutschland|italics=off|nbsp=off|nolink=yes|fontsize=80%}}
Retaining no italics but suppressing the parenthesis:
Retaining no italics but suppressing the parenthesis:
: <code><nowiki>{{native name|de|Deutschland|italics=off|paren=off}}</nowiki></code>
: <code><nowiki>{{native name|de|Deutschland|italics=off|paren=omit}}</nowiki></code>
: {{native name|de|Deutschland|italics=off|paren=off}}
: {{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>
|valign="middle"|
|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=off}}
| native_name = {{native name|fr|République française|paren=omit}}
}}
}}
</pre>
</pre>
|valign="middle"|
|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=off}}
| native_name = {{native name{{\sandbox}}|fr|République française|paren=omit}}
}}
}}
|}
|}


== Annotated code ==
<includeonly>{{Sandbox other||
 
[[Category:Wikipedia formatting and function templates]]
<pre style="overflow:auto;">
                              width 80 characters
--------------------------------------------------------------------------------
 
{{lang |{{{1}}}                                                      <!--[a]-->
|<!---->{{#switch:{{{italics|{{{italic|}}}}}}|no|off=|''}}<!--
      -->{{{2}}}<!--                                                  <!--[b]-->
      -->{{#switch:{{{italics|{{{italic|}}}}}}|no|off=|''}}
}}<!--
-->{{#switch:{{{paren|{{{icon|}}}}}}|no|off=                          <!--[c]-->
    |#default=&#38;nbsp;<!--
    -->{{#switch:{{{italics|{{{italic|}}}}}}|no|off=                <!--[d]-->
        |{{#ifeq:{{{nbsp|}}}|no |                                    <!--[e]-->
          |&#38;nbsp;}}<!--
      -->}}<!--
    --><span class="languageicon"
              style="font-size:{{{fontsize|85%}}};font-weight:normal;"><!--
      -->{{#if:{{{nolink|}}} |({{ISO 639 name|{{{1}}}}})            <!--[f]-->
          |{{#ifexist:Template:ISO 639 name {{{1}}}                  <!--[g]-->
              |([[{{ISO 639 name|{{{1}}}}} language|{{ISO 639 name|{{{1}}}}}]])
              |(language?)<!--                                        <!--[h]-->
          -->}}<!--
      -->}}<!--
    --></span><!--
-->}}
 
 
--------------------------------------------------------------------------------
Legend
[a] {{{1}}} = ISO 639 language code.
[b] {{{2}}} = the foreign-language placename. Displayed in italics unless
                                              italics (or italic) = off (or no).
[c] If paren (or icon) = off (or no), omit linked language name (in brackets).
[d] If placename in italics,
[e] then, unless nbsp=no, add an extra space after it (to stop italics leaning
                                            into the parenthesis that follows).
[f] If nolink set, display unlinked language name,
[g] else if a link for this language name exists, display it as
            "[[(name) language|(name)]]" (e.g. "([[French language|French]])"),
[h] else return the error query "(language?)".
</pre>
 
 
<includeonly>
[[Category:Wikipedia formatting and function templates|{{PAGENAME}}]]


[[bn:টেমপ্লেট:Native name]]
[[bn:টেমপ্লেট:Native name]]
[[mk:Шаблон:Изворно име]]
[[mk:Шаблон:Изворно име]]
</includeonly>
}}</includeonly>

Latest revision as of 22:54, 3 September 2020

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.
|italics=off
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.
|paren=omit
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.
|nbsp=omit
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.
|parensize=90%
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' Specifies the ISO 15924 script. E.g. "Cyrl", "Arab", "Hans"...
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".
The Hague

Den Haag  (Dutch)
{{Infobox country
| conventional_long_name = French Republic
| native_name = {{native name|fr|République française|paren=omit}}
}}
République française
French Republic