![]() | This template employs intricate features of template syntax. You are encouraged to familiarise yourself with its setup andparser functions before editing the template. If your edit causes unexpected problems, pleaseundo it quickly, as this template may appear on a large number of pages. You can conduct experiments, and should test all major changes, in eitherthis template's sandbox, thegeneral template sandbox, or your user space before changing anything here. |
The purpose of this template is similar to other continent and region topic templates, however instead of the name of countries being affixed to changeable strings, the country's demonym is affixed. This template is distinct from the other continent and region topic templates because many national concepts, such as cuisine and literature, are more commonly referred to by using the demonym (Australian cuisine,Australian literature) than the country name ("Cuisine of Australia," "Literature of Australia").
The continent/region-topic templates allow quick creation of anavigational template for groups of articles about a common topic in different countries of a continent/region. It usesTemplate:Navbox to create the navigation box.
The lists of countries included in the "Continent topic" templates are broadly those found in the "Countries of" templates. Discussions on which countries to include are best conducted on the talk pages of these latter templates.
For example, Oceania generally includes Australia and the nations of the Pacific and islands in the Pacific Ocean that have closer ties to Asia or the Americas are usually grouped accordingly.
The most basic usage of template is with a single unnamed parameter in the format{{Continent/region topic |Topic [of/in]}}
, replacingContinent/region with the name of a continent or region andTopic with the name of a topic followed by "of" or "in". For example,{{Africa topic |Geography of}}
generates a navigation box titled "Geography of Africa" with a list of country names linked to articles such asGeography of Angola, etc.
{{Africa topic|Geography of}}
The named parameterprefix can be used in place of the unnamed 1st parameter.
{{Asia topic|prefix=Geography of}}
The template accepts a second unnamed parameter for text to be placed after the country name. There is no space between the country name and the suffix, to allow for links to articles such asList of Spain-related topics.
{{Europe topic|List of|-related topics}}
An underscore can be used to place a space between the country name and the text:
{{North America topic|List of basic| topics}}
Note that in the above example the links work but the underscore is displayed in the title. This can be fixed by specifying a title (see next section) or by using the named parametersuffix which always places a space between the country name and text.
{{South America topic|prefix=List of basic|suffix=topics}}
Thetitle parameter is used to specify text which appears in the title bar at the top of the navigation box. This is optional because the use ofprefix,suffix or both will automatically generate a title, as shown in the previous examples. This title is not automaticallywiki-linked, so add brackets as needed.
The following shows a navigation box with links to articles such asFlag of Australia, but replaces the default title "Flag of Oceania" with the specified title "Flags of Oceania".
{{Oceania topic|Flag of|title=[[Flags of Oceania]]}}
These navigation boxes are set toautocollapse
when there is more than one on a page. To force it into collapsed or expanded mode use thestate parameter. If set tocollapsed
, the navbox will always start out in a collapsed state. If set to blank or anything other thanautocollapse
orcollapsed
, the navbox will always start out in an expanded state.
{{Africa topic|prefix=Geography of|state=expand}}
Not alldependencies or similar territories have their own articles on particular topics. To disable the inclusion of such territories in a template (that would otherwise appear asred links), include the parameter "countries_only=yes".
{{Europe topic|prefix=Islam in|state=expanded|countries_only=yes}}
Although these templates can be used in an article, they can also be used to create a new template. Thename parameter is mandatory when creating a new template, because it allows the "V T E" links to work properly. The following example shows code that could be used to createTemplate:Flags of Europe.
{{Europe topic| name= Flags of Europe| state={{{state|{{{1|}}}}}}| title=[[Flags of Europe]]| prefix= Flag of}}<noinclude>[[Category:Europe templates]]</noinclude>
The template can then be added to articles using{{Flags of Europe}}
or{{Flags of Europe |state=expand}}
.
Examples of appropriate articles for these templates are {{Africa topic |Culture of}} or {{North America topic |List of airports in}}, both of which have a number of blue links, and where the majority of red links could have a reasonable article written about them.
Examples of inappropriate articles for these templates are {{North America topic |Maya in}}, where articles could only be written for a small number of nations and {{Oceania topic |Music of}}, where articles already have templates which use a different navigational scheme.
When there are a small number of links for which an article is not appropriate, consider making a redirect to the broader article in which the topic is included. For example,Hinduism in Cambodia redirects toHinduism in Southeast Asia andGeography of Christmas Island redirects toChristmas Island#Geography.
Navigational templates are usually placed at the end of an article.