Template:Native name/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Sardanaphalus
\sandbox, tc, headings
meta>Sardanaphalus
update (some rephrasing (lead), "parensize", {{para}}, code)
Line 2: Line 2:
<!----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 parentheses in a smaller font size. For example:
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 a smaller-sized parenthesis. For example:
: {{native name{{\sandbox}}|de|Deutschland}}
: {{native name{{\sandbox}}|de|Deutschland}}


The template's defaults can be overridden and the parentheses 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.


== Syntax ==
== Syntax ==
Line 30: Line 30:
|-
|-
| ''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<br/>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 parentheses different from the default<!-- (85%)-->.
| Use to specify a font-size for the parenthesis language name in parentheses different from the default<!-- (85%)-->.
: <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.
|}
|}


; More complex examples
; 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 and result for the same name "Deutschland" above but with ''italics'' and ''nbsp'' switched off, ''nolink'' switched on and a ''parensize'' of 80%:
: <code><nowiki>{{native name|de|Deutschland|italics=off|nbsp=off|nolink=yes|fontsize=80%}}</nowiki></code>
: <code><nowiki>{{native name|de|Deutschland|italics=off|nbsp=omit|nolink=on|parensize=80%}}</nowiki></code>
: {{native name{{\sandbox}}|de|Deutschland|italics=off|nbsp=off|nolink=yes|fontsize=80%}}
: {{native name{{\sandbox}}|de|Deutschland|italics=off|nbsp=omit|nolink=on|parensize=80%}}
 
Retaining no italics but suppressing the parentheses:
: <code><nowiki>{{native name|de|Deutschland|italics=off|paren=off}}</nowiki></code>
: {{native name{{\sandbox}}|de|Deutschland|italics=off|paren=off}}


Retaining no italics but suppressing the parenthesis:
: <code><nowiki>{{native name|de|Deutschland|italics=off|paren=omit}}</nowiki></code>
: {{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 80: Line 79:
{{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>
Line 86: Line 85:
{{Infobox country
{{Infobox country
| conventional_long_name = French Republic
| conventional_long_name = French Republic
| native_name = {{native name{{\sandbox}}|fr|République française|paren=off}}
| native_name = {{native name{{\sandbox}}|fr|République française|paren=omit}}
}}
}}
|}
|}
Line 95: Line 94:
                               width 80 characters
                               width 80 characters
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
                                                                        Notes
  {{lang
    |  {{{1}}}<!--                                                      [a]
-->|  {{#switch:{{{italics|{{{italic|}}}}}}|off|no=|''}}<!--
    -->{{{2}}}<!--                                                      [b]
    -->{{#switch:{{{italics|{{{italic|}}}}}}|off|no=|''}}
  }}<!--


{{lang |{{{1}}}                                                      <!--[a]-->
-->{{#switch:{{{paren|{{{icon|}}}}}} |omit|off|no= <!--                   [c]
|<!---->{{#switch:{{{italics|{{{italic|}}}}}}|no|off=|''}}<!--
-->|#default=&#38;nbsp;<!--
      -->{{{2}}}<!--                                                  <!--[b]-->
     -->{{#switch:{{{italics|{{{italic|}}}}}} |off|no= <!--               [d]
      -->{{#switch:{{{italics|{{{italic|}}}}}}|no|off=|''}}
      -->|{{#switch|{{{nbsp|}}}|omit|no=|&#38;nbsp;}}<!--                 [e]
}}<!--
    -->}}<!--
-->{{#switch:{{{paren|{{{icon|}}}}}}|no|off=                          <!--[c]-->
     --><span class="languageicon" style="font-size:{{{parensize|[default]}}};
    |#default=&#38;nbsp;<!--
                                          font-weight:normal;"><!--
     -->{{#switch:{{{italics|{{{italic|}}}}}}|no|off=                 <!--[d]-->
        -->{{#if:{{{nolink|}}} |({{ISO 639 name|{{{1}}}}}) <!--         [f]
        |{{#ifeq:{{{nbsp|}}}|no |                                    <!--[e]-->
          -->| {{#ifexist:Template:ISO 639 name {{{1}}} <!--             [g]
          |&#38;nbsp;}}<!--
              -->| ([[{{ISO 639 name|{{{1}}}}} language|{{ISO 639 name|{{{1}}}}}]])
      -->}}<!--
                | (language?)<!--                                        [h]
     --><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><!--
     --></span><!--
-->}}
-->}}
Line 120: Line 119:


--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Legend
Notes legend
[a] {{{1}}} = ISO 639 language code.
[a] {{{1}}} = ISO 639 language code.
[b] {{{2}}} = the foreign-language placename. Displayed in italics unless
[b] {{{2}}} = the foreign-language name/phrase, displayed in italics unless
                                              italics (or italic) = off (or no).
                                                        italics/italic = off/no.
[c] If paren (or icon) = off (or no), omit linked language name (in brackets).
[c] If paren/icon = omit/off/no, omit following parenthesis;
[d] If placename in italics,
[d] else if name/phrase is in italics
[e] then, unless nbsp=no, add an extra space after it (to stop italics leaning
[e] and nbsp isn't omit/no, add an extra space (to ensure italics doesn't lean
                                            into the parenthesis that follows).
                                                          into the parenthesis).
[f] If nolink set, display unlinked language name,
[f] If nolink set, display unlinked language name in the parenthesis;
[g] else if a link for this language name exists, display it as
[g] else if an article for this language exists, link to it as "[[(name)
            "[[(name) language|(name)]]" (e.g. "([[French language|French]])"),
      language|(name)]]" in the parenthesis (eg "([[French language|French]])");
[h] else return the error query "(language?)".
[h] else return the error query "(language?)".
--------------------------------------------------------------------------------
</pre>
</pre>



Revision as of 21:02, 12 September 2014

An inline formatting template, based on {{lang}} and {{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 a smaller-sized parenthesis. 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|ISO 639 language code|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 ISO 639 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 language name in parentheses different from the default.
|parensize=90%
nolink Set to anything (e.g. "on") to suppress the appearance of the native language's name as a link.
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 80%:

{{native name|de|Deutschland|italics=off|nbsp=omit|nolink=on|parensize=80%}}
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

Annotated code

                              width 80 characters
--------------------------------------------------------------------------------
                                                                         Notes
   {{lang
    |   {{{1}}}<!--                                                       [a]
 -->|   {{#switch:{{{italics|{{{italic|}}}}}}|off|no=|''}}<!--
     -->{{{2}}}<!--                                                       [b]
     -->{{#switch:{{{italics|{{{italic|}}}}}}|off|no=|''}}
   }}<!--

-->{{#switch:{{{paren|{{{icon|}}}}}} |omit|off|no= <!--                   [c]
 -->|#default=&nbsp;<!--
     -->{{#switch:{{{italics|{{{italic|}}}}}} |off|no= <!--               [d]
      -->|{{#switch|{{{nbsp|}}}|omit|no=|&nbsp;}}<!--                 [e]
     -->}}<!--
     --><span class="languageicon" style="font-size:{{{parensize|[default]}}};
                                          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><!--
-->}}


--------------------------------------------------------------------------------
Notes legend
 [a] {{{1}}} = ISO 639 language code.
 [b] {{{2}}} = the foreign-language name/phrase, displayed in italics unless
                                                        italics/italic = off/no.
 [c] If paren/icon = omit/off/no, omit following parenthesis;
 [d] else if name/phrase is in italics
 [e] and nbsp isn't omit/no, add an extra space (to ensure italics doesn't lean
                                                          into the parenthesis).
 [f] If nolink set, display unlinked language name in the parenthesis;
 [g] else if an article for this language exists, link to it as "[[(name)
      language|(name)]]" in the parenthesis (eg "([[French language|French]])");
 [h] else return the error query "(language?)".
--------------------------------------------------------------------------------