Misplaced Pages

Template:Oceania topic: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editContent deleted Content addedVisualWikitext
Revision as of 04:59, 17 June 2006 view sourceScottMainwaring (talk | contribs)Extended confirmed users8,022 edits added East Timor to Melanesia← Previous edit Latest revision as of 09:07, 25 September 2024 view source Ianblair23 (talk | contribs)Administrators109,554 edits removing Clipperton Island as it is the only uninhabited entry in this templateTag: Manual revert 
(208 intermediate revisions by 94 users not shown)
Line 1: Line 1:
{{Navbox
<noinclude>See ] for advice on using this template.</noinclude>
| name = {{{name|Oceania topic}}}
{{Dynamic navigation small
| state = {{{state<includeonly>|autocollapse</includeonly>}}}
|BGCOLOR=#c8d8FF
|{{#if: {{{2|}}}| | border = {{{border|}}}
TITLE=]| | navbar = {{{navbar|}}}
| titlestyle = {{{titlestyle|}}}
TITLE=]}}
| title =
|CONTENT=] Australia - '''{{{1}}}''': ] · ]
{{#if:{{{title|}}} |{{{title}}}
|{{#ifexist:{{{1|{{{prefix|}}}}}}_Oceania{{{2| {{{suffix|}}}}}}
| ]
| {{{1|{{{prefix|}}}}}} Oceania{{{2| {{{suffix|}}}}}}
}}
}}
| groupstyle = {{{groupstyle|}}}
| listclass = hlist
| liststyle = {{{liststyle|}}}


| group1 = Sovereign states
] Melanesia - '''{{{1}}}''': ] · ] · ] · ] · ] · ]
| list1 =
* ]
* ]
* ]
* ]
* ]
* ]
* ]
* ]
* ]
* ]
* ]
* ]
* ]
* ]


| group2 = Associated states<br/>of New Zealand
] Micronesia - '''{{{1}}}''': ] · ] · ] · ] · ] · ] · ]
| list2 =
* ]
* ]


| group3 = {{#if:{{{countries_only|}}} | |Dependencies<br/>and other territories}}
] Polynesia - '''{{{1}}}''': ] · ] · ] · ] · ] · ] · ] · ] · ] · ] · ]
| list3 =
|SMALLCONTENT=
{{#if:{{{countries_only|}}} | |
}}
* ]
* ]
* ]
* ]
* ]
* ]
* ]
* ]
* ]
* ]
* ]
* ]
* ]<!--
-->}}


}}<includeonly>{{#if:{{{2|}}}{{{suffix|}}}|]}}</includeonly><noinclude>
<noinclude>
{{documentation}}
Note that Oceania is a political grouping involving Australia and the nations of the Pacific. Islands in the Pacific Ocean that have closer ties to Asia or the Americas are usually grouped accordingly.
<!-- Please add metadata to the <includeonly> section at the bottom of the /doc subpage -->
</noinclude> </noinclude>

Latest revision as of 09:07, 25 September 2024

Oceania
Sovereign states
Associated states
of New Zealand
Dependencies
and other territories
Template documentation[view] [edit] [history] [purge]
WarningThis template is used on approximately 3,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.

General documentation on continent-topic templates

This documentation is transcluded from Template:About continent and region topic templates.

The continent/region-topic templates allow quick creation of a navigational template for groups of articles about a common topic in different countries of a continent/region. It uses Template: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.

Usage

1st parameter (prefix)

The most basic usage of template is with a single unnamed parameter in the format {{Continent/region topic |Topic }}, replacing Continent/region with the name of a continent or region and Topic 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 as Geography of Angola, etc.

Code
{{Africa topic |Geography of}}
Result
Geography of Africa
Sovereign states
States with limited
recognition
Dependencies and
other territories


The named parameter prefix can be used in place of the unnamed 1st parameter.

Code
{{Asia topic |prefix=Geography of}}
Result
Geography of Asia
Sovereign states
States with
limited recognition
Dependencies and
other territories


2nd parameter (suffix)

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 as List of Spain-related topics.

Code
{{Europe topic |List of |-related topics}}
Result
List of Europe-related topics
Sovereign states
States with limited
recognition
Dependencies and
other entities


An underscore can be used to place a space between the country name and the text:

Code
{{North America topic |List of basic | topics}}
Result
List of basic North America topics
Sovereign states
Dependencies and
other territories


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 parameter suffix which always places a space between the country name and text.

Code
{{South America topic |prefix=List of basic |suffix=topics}}
Result
List of basic South America topics
Sovereign states
Dependencies and
other territories


Changing the title

The title 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 of prefix, suffix or both will automatically generate a title, as shown in the previous examples. This title is not automatically wiki-linked, so add brackets as needed.

The following shows a navigation box with links to articles such as Flag of Australia, but replaces the default title "Flag of Oceania" with the specified title "Flags of Oceania".

Code
{{Oceania topic |Flag of |title=]}}
Result
Flags of Oceania
Sovereign states
Associated states
of New Zealand
Dependencies
and other territories


Displaying template in show mode

These navigation boxes are set to autocollapse when there is more than one on a page. To force it into collapsed or expanded mode use the state parameter. If set to collapsed, the navbox will always start out in a collapsed state. If set to blank or anything other than autocollapse or collapsed, the navbox will always start out in an expanded state.

Code
{{Africa topic |prefix=Geography of |state=expand}}
Result
Geography of Africa
Sovereign states
States with limited
recognition
Dependencies and
other territories


Disabling dependencies and other territories

Not all dependencies or similar territories have their own articles on particular topics. To disable the inclusion of such territories in a template (that would otherwise appear as red links), include the parameter "countries_only=yes".

Code
{{Europe topic |prefix=Islam in |state=expanded |countries_only=yes}}
Result
Islam in Europe
Sovereign states
States with limited
recognition


Creating a new template

Although these templates can be used in an article, they can also be used to create a new template. The name 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 create Template:Flags of Europe.

{{Europe topic
 | name = Flags of Europe
 | state = {{{state|{{{1|}}}}}}
 | title = ]
 | prefix = Flag of
}}<noinclude>
]
</noinclude>

The template can then be added to articles using {{Flags of Europe}} or {{Flags of Europe |state=expand}}.

Flags of Europe
Sovereign states
States with limited
recognition
Dependencies and
other entities
Other entities


When to use the templates

  1. Before implementing these templates in a topic, check for red links. If there are several red links, consider whether a separate article in the topic for each country is warranted.
  2. Some topics may use a different navigational scheme. In general, don't use this template if there are already navigational templates in several of the articles of a topic.

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.

Redirects

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 to Hinduism in Southeast Asia and Geography of Christmas Island redirects to Christmas Island#Geography.

Notes

Navigational templates are usually placed at the end of an article.

List of wrapper templates using Template:Oceania topic

See also

Comparison of continent-based templates
World
Generator
Countries of...
List of...capitals
Regions of...
Category
The above documentation is transcluded from Template:Oceania topic/doc. (edit | history)
Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages.
Add categories to the /doc subpage. Subpages of this template. Categories: