Template:United States topic

Documentation icon Template documentation[view] [edit] [history] [purge]

This template allows for the quick creation of a navigational template for any group of articles which contains the names of the U.S. states. It uses {{Navbox}} to create the navigation box.

Blank syntax सम्पादन

{{United States topic
<!--passed through to Template:Navbox-->
|name       =
|state      = 
|title      = 
|titlestyle =
|bodystyle  = 
|groupstyle = 
<!--specific to Template:United States topic-->
|prefix =
|suffix =
|exclude-wdc =
|exclude-ter =
|exclude-isl =
}}

Parameters सम्पादन

Mandatory सम्पादन

name
Mandatory when creating a new template (i.e. Template:Hospitals in the United States), otherwise the "view · talk · edit" links will connect to Template:United States topic. You can enter {{subst:PAGENAME}} for this value as a shortcut.

One of the following combinations is needed to create the links:

prefix
Places text before the U.S. state name. For example: |prefix = List of airports in would create a title List of airports in the United States and a body containing state names linked to List of airports in Alabama, List of airports in Alaska, etc.
Note: in instances when only prefix is specified, the template inserts "the" between the prefix text and "United States", creating the title List of airports in the United States instead of List of airports in United States. In the body it does the same for the Northern Mariana Islands and the United States Virgin Islands.
suffix
Places text after the U.S. state name. For example: |suffix = National Guard would create a title United States National Guard and a body containing state names linked to Alabama National Guard, Alaska National Guard, etc.
prefix and suffix
Places text before and after the U.S. state name. For example: |prefix = List of and |suffix = rivers would create a title List of United States rivers and a body containing state names linked to List of Alabama rivers, List of Alaska rivers, etc.
Note: The title in this example should be replaced by using the title parameter described below.

Optional सम्पादन

state
A navbox with autocollapse will start out collapsed if there are two or more tables on the same page that use collapsible. 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.
Default is: autocollapse.
title
Text that appears centered in the titlebar (the top bar). This is optional because the use of either prefix, suffix or both will automatically generate a title if the title parameter is not supplied. This parameter is not automatically wiki-linked. For example: title = [[List of rivers of the United States|Rivers in the United States]] generates the title Rivers in the United States.
navbar*
Defaults to Tnavbar. If set to plain, the v • d • e links on the left side of the titlebar will not be displayed, and padding will be automatically used to keep the title centered. Use off to remove the v • d • e links, but not apply padding (this is for advanced use only; the "plain" option should suffice for most applications where a navbar is not desired). Note that it is highly recommended that one does not hide the navbar, in order to make it easier for users to edit the template, and to keep a standard style across pages.

Excluding groups सम्पादन

In some instances the District of Columbia, U.S. Territories (Insular Areas) or U.S. Minor Outlying Islands may not have their own articles on particular topics. To disable their inclusion in the template and avoid unnecessary red links, add any or all of the following parameters:

exclude-wdc
Set to any value this excludes display of the group named Federal District which links to Washington, D.C..
exclude-ter
Set to any value this excludes display of the group named Territories (Insular Areas) which links to American Samoa, Guam, etc.
exclude-isl
Set to any value this excludes display of the group named Outlying Islands which links to Baker Island, Howland Island, etc.

Adding groups and lists सम्पादन

Some templates may require a list of links not already included in the template. These can be specified as follows:

list5
Text or a list of links that is displayed below the state and territory links.
group5
Header text displayed in cell to left of text specified in list5.
above
A full-width cell (no group header) displayed above the template's body (between the title and U.S. state links).
below
A full-width cell (no group header) displayed below the template's body.

Change state name used in link सम्पादन

Links for the District of Columbia use "Washington, D.C.", links for the state of Georgia use "Georgia (U.S. state)" and links for the state of New York use "New York". The following parameters allow for substitution where the article name does not use the default.

DC
Replace "Washington, D.C." in links with specified text, i.e. "District of Columbia" or "the District of Columbia".
| DC = District of Columbia
GA
Replace "Georgia (U.S. state)" in links with specified text, i.e. "Georgia".
| GA = Georgia
NY
Replace "New York" in links with specified text, i.e. "New York State".
| NY = New York State
WA
Replace "Washington (U.S. state)" in links with specified text, i.e. "Washington".
| WA = Washington

Styles सम्पादन

titlestyle
Specifies CSS values to apply to the title. One use of this is to set the background color of the title:
titlestyle = background: #0000FF;
titlestyle = background: blue;
Default is: background: #ccccff;
bodystyle
Specifies CSS values to apply to the entire template. This will not override the following {{Navbox}} default styles:
abovestyle = background:#ddddff;
belowstyle = background:#ddddff;
groupstyle = background:#ddddff; text-align:right; white-space:nowrap;
liststyle = width:100%; font-size:95%;
abovestyle
belowstyle
Specifies CSS values to apply to the cell specified via the above and below parameters. For instance:
belowstyle = border-top: #ccccff 1px solid;
Default is: background: #ddddff;
groupstyle
Specifies CSS values to apply to the cells specified via the groupn cells. This option overrides any styles that are applied to the entire table. Example:
groupstyle = background:#6AFB92; vertical-align:top;
Default is: background: #ddddff; text-align:right; white-space:nowrap;
liststyle
Specifies CSS values to apply to the cells specified via the listn cells. This option overrides any styles that are applied to the entire table. Examples:
liststyle = padding: 5px 10px 5px 10px;
Default is: width:100%; font-size:95%;

Examples सम्पादन

Changing the navbox title सम्पादन

{{United States topic
|title  = [[History of the United States]] by political division
|prefix = History of
}}

Excluding display of federal district and minor outlying islands सम्पादन

This example also shows the use of the titlestyle to change the background color and the groupstyle parameters to change the background color and vertical alignment of text.

{{United States topic
|title  = [[List of airports in the United States|Airports in the United States]]
|titlestyle = background: #64E986;
|groupstyle = background: #6AFB92; vertical-align: top;
|prefix = List of airports in
|WA = Washington
|exclude-wdc = y
|exclude-isl = y
}}

Adding suffix without leading space सम्पादन

This example also shows the use of the liststyle parameter to add some extra padding around the list, the group1 parameter to remove the "States" heading, and the GA parameter to change link from "Georgia (U.S. state)" to "Georgia".

{{United States topic
|liststyle = padding: 5px 10px 5px 10px;
|group1 =
|prefix = List of
|suffix = -related topics
|GA = Georgia
|exclude-wdc = y
|exclude-ter = y
|exclude-isl = y
}}

Adding suffix with leading space सम्पादन

Note the use of an underscore in place of the leading space in the suffix. This is done to accommodate the use of suffixes without a leading space, as in the previous example. A title should be specified to avoid the underscore appearing in the title. This example also uses the DC parameter to change link from "Washington, D.C." to "District of Columbia".

{{United States topic
|title  = [[List of rivers of the United States|Rivers in the United States]]
|prefix = List of
|suffix = _rivers
|DC = District of Columbia
|WA = Washington
|exclude-isl = y
}}

Using a suffix without a prefix सम्पादन

This example also shows use of the group5 and list5 parameters to add a group and list.

{{United States topic
<!--passed through to Template: Navbox -->
| title   = [[National Guard of the United States|National Guard]] in the [[United States]]
| group5  = {{nowrap|[[Federal district]]<br/>and [[insular area|territories]]}}
| list5   = [[District of Columbia National Guard|District of Columbia]]{{·}} [[Puerto Rico National Guard|Puerto Rico]]{{·}} [[Virgin Islands National Guard|U.S. Virgin Islands]]
<!-- specific to Template: United States topic -->
| suffix  = _National Guard
| GA = Georgia
| WA = Washington
| exclude-wdc = y
| exclude-ter = y
| exclude-isl = y

Creating a new template सम्पादन

Code used to create Template:Hospitals in the United States:

{{United States topic
<!--passed through to Template:Navbox-->
| name  = {{subst:PAGENAME}}
|title=[[List of hospitals in the United States|Hospitals in the United States]]
<!--specific to Template:United States topic-->
| prefix = List of hospitals in
| WA = Washington
| exclude-ter = y
| exclude-isl = y
}}<noinclude>
[[Category:United States topic navigational boxes|{{PAGENAME}}]]
</noinclude>

Note: {{subst:PAGENAME}} in the above example would be replaced by Hospitals in the United States when this code is saved in Template:Hospitals in the United States.

Result:

Templates implemented with United States topic सम्पादन

  1. Template: All-US-interest
  2. Template: CAP
  3. Template: ClimateUS
  4. Template: FrogsAndToadsByState
  5. Template: Grand Lodges in the United States
  6. Template: History of slavery in the United States
  7. Template: Hospitals in the United States
  8. Template: LGBT rights in the United States
  9. Template: Lakes in the United States
  10. Template: Lists of US state agencies
  11. Template: Lists of United States airports
  12. Template: Lists of casinos by U.S. state
  13. Template: Lists of colleges and universities in the United States
  14. Template: Lists of people by U.S. state
  15. Template: Lists of state forests by U.S. state
  16. Template: Lists of state parks by U.S. state
  17. Template: Newspapers in the United States
  18. Template: Political party strength in U.S. states
  19. Template: Politics in the United States
  20. Template: Politics of the United States sidebar templates
  21. Template: Rivers in the United States
  22. Template: Scouting in the United States
  23. Template: Social Policy in the United States
  24. Template: Superfund sites in the United States
  25. Template: U.S. political divisions drug policy
  26. Template: U.S. political divisions education
  27. Template: U.S. political divisions electoral reform
  28. Template: U.S. political divisions geographies
  29. Template: U.S. political divisions governments
  30. Template: U.S. political divisions histories
  31. Template: U.S. state templates
  32. Template: US outlines
  33. Template: US state flags
  34. Template: US state seals
  35. Template: USPoliticalDivisions
  36. Template: Vehicle registration plates of the United States
Formerly implemented with United States topic
  1. Template: Lists of cities by U.S. state
  2. Template: NGbystate
  3. Template: US ANG by state
  4. Template: US ARNG by state

See also सम्पादन

Comparison of continent-based templates
Africa Asia Europe Oceania North America South America
World {{Continents of the world}} · {{Regions of the world}} · {{Lists of countries by continent}}
Generator {{Africa topic}} {{Asia topic}} {{Europe topic}} {{Oceania topic}} {{North America topic}} {{South America topic}}
{{Americas topic}}
{{African topic}} {{Asian topic}} {{European topic}} {{Oceanic topic}} {{North American topic}} {{South American topic}}
{{American topic}}
{{Continent topic}} · {{Southeast Asia topic}} · {{United States topic}} · {{Caribbean topic}} · {{Latin America and the Caribbean topic}}
"Countries of..." {{...Africa}} {{...Asia}} {{...Europe}} {{...Oceania}} {{...North America}} {{...South America}}
{{...the Americas}}
"List of...capitals" {{...African...}} {{...Asian...}} {{...European...}} {{...Oceanian...}} {{...North American...}} {{...South American...}}