قالب:Native name
خطأ: الوظيفة "lang" غير موجودة. (in خطأ: الوظيفة "name_from_tag" غير موجودة.)
Convenience template to indicate what language a native name of a place (like that of a country or town) belongs to, appending the language name in an icon. Uses {{lang}} and {{language icon}}. It makes the native name appear in italics by default, although this can be overridden, as can the language icon be excluded. Therefore, the template may make no visible changes to the text, but it does add a span tag with language attributes around the native name to the page's source code, which can help web browsers choose the right font, screen readers use the right pronunciation and more.
Usage[تعديل]
- ('[...]' means 'optional', do not include the square brackets when using this template)
where
- language tag is the code for the native language (see the list of ISO 639 codes);
- text is the native name;
- icon is an optional parameter to exclude the language icon by setting the value to "no";
- italic is an optional parameter to prevent the name from appearing in italics by setting the value to "no".
Examples[تعديل]
|name=The Hague
|native_name={{native name|nl|Den Haag}}
results in
The Hague خطأ: الوظيفة "lang" غير موجودة. (in خطأ: الوظيفة "name_from_tag" غير موجودة.) |
---|
while
|name=French Republic
|native_name={{native name|fr|République française|icon=no}}
results in
French Republic
خطأ: الوظيفة "lang" غير موجودة.
|
---|
Note[تعديل]
When setting both the icon and italic parameters to "no" this template is equivalent to the {{lang}} template.