Template:Arc de Triomphe
Name of city or country translated to user's language and with links to Wikipedia articles in user's language. Intended to be used for locations in Creator templates, Book templates, Institution templates etc.
Usage
{{Arc de Triomphe}}
Template parameters
- TemplateData
TemplateData is a way to store information about template parameters (the description of those and of the whole template) for both humans and machines. It is used by VisualEditor and possibly other tools like Upload Wizard.
Existing template documentation
At Wikimedia Commons, it is recommended to use {{TemplateBox}} with either useTemplateData=1
or useTemplateData=only
on the /doc
subpage and transcluding it with {{Documentation}} into the template. <nowiki>
-tags can be wrapped around the arguments, if required, to avoid templates being expanded.
Newly created template documentation and imports
Another option, especially for imported templates, or for users with JSON experience, is placing raw <templatedata>
-tags into the Wikitext of the template, as described in various Wikipediae.
Wikipedia's help about TemplateData • Commons-specific information
Name of city or country translated to user's language and with links to Wikipedia articles in user's language. Intended to be used for locations in Creator templates, Book templates, Institution templates etc.
Parameter | Description | Type | Status | |
---|---|---|---|---|
language | 1 | {{Arc de Triomphe|xx}} (where xx is BCP 47/ISO 639 language code) for output in the specified language. | Line | optional |
no link | nolink | "nolink=1" will remove interwiki link to wikipedia article | Line | optional |
Additional information
The template is intended to be used in the following namespaces: all namespaces
The template is intended to be used by the following user groups: all users
Relies on:
{{Label}}
See also
Localization
This template is localized by utilizing Wikidata, via {{Label}} template or similar approach.
Examples
{{Arc de Triomphe}}
– Will display the location name in the language specified by user's preferences (English): Arc de Triomphe{{Arc de Triomphe|ar}}
– Will always display the location name in Arabic: قوس النصر{{Arc de Triomphe|de}}
– Will always display the location name in German: Triumphbogen{{Arc de Triomphe|en}}
– Will always display the location name in English: Arc de Triomphe{{Arc de Triomphe|fr}}
– Will always display the location name in French: arc de triomphe de l'Étoile{{Arc de Triomphe|it}}
– Will always display the location name in Italian: Arco di Trionfo{{Arc de Triomphe|ja}}
– Will always display the location name in Japanese: エトワール凱旋門{{Arc de Triomphe|pt|nolink=1}}
– Will always display the location name, without link to Wikipedia, in Portuguese: Arco do Triunfo{{Arc de Triomphe|ru|nolink=1}}
– Will always display the location name, without link to Wikipedia, in Russian: Триумфальная арка
Creation of new multilingual templates
Help page Help:Creating multilingual tags with interwiki links documents steps of creating multilingual templates.