Difference between revisions of "Template:Largest cities"

From NSWiki
Jump to: navigation, search
(n)
 
Line 1: Line 1:
 
<includeonly>{| {{#if:{{{class|}}} | class="navbox" style="width: 100%" | width="100%" style="margin-left: auto; margin-right: auto; width: 100%; border: 1px solid darkgray; background: #f9f9f9" }}
 
<includeonly>{| {{#if:{{{class|}}} | class="navbox" style="width: 100%" | width="100%" style="margin-left: auto; margin-right: auto; width: 100%; border: 1px solid darkgray; background: #f9f9f9" }}
 
<!-- TITLE & SOURCE -->
 
<!-- TITLE & SOURCE -->
!colspan="10" style="padding:0.3em 0; line-height:1.4em; <!--(for sake of wrapped line plus footnote ref)-->"| {{navbar|{{{name|{{FULLPAGENAME}}}}}|mini=1|style=float: left; margin-left:0.75em}} <span style="font-size:120%;">Largest {{{kind|cities or towns}}} of [[{{{country}}}]]</span><br/><span style="font-weight:normal;">{{#if:{{{stat_ref|}}} | {{{stat_ref|Source?}}} | Source? }}</span>
+
!colspan="10" style="padding:0.3em 0; line-height:1.4em; <!--(for sake of wrapped line plus footnote ref)-->"| {{navbar|{{{name|{{FULLPAGENAME}}}}}|mini=1|style=float: left; margin-left:0.75em}} <span style="font-size:120%;">Largest {{{kind|cities or towns}}} of {{#if:{{{country_link|}}} | [[{{{country_link}}}]] | [[{{{country}}}]]}}</span><br/><span style="font-weight:normal;">{{#if:{{{stat_ref|}}} | {{{stat_ref|Source?}}} | Source? }}</span>
 
|- <!-- TABLE HEADINGS -->
 
|- <!-- TABLE HEADINGS -->
 
! <!-- blank heading over images 1 & 2 -->{{#if:{{{img_1|}}}{{{img_2|}}} | !!
 
! <!-- blank heading over images 1 & 2 -->{{#if:{{{img_1|}}}{{{img_2|}}} | !!

Revision as of 11:34, 6 May 2014

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

A template meant to facilitate the creation of a "Largest cities in country X" template. It accommodates either 10 or 20 entries, plus 4 pictures representing the 4 largest cities.

Usage

{{Largest cities
| name        = <!-- name of the template, e.g. Largest cities of Chile -->
| class       = <!-- can be changed to "nav" to alter the template's colour scheme -->
| country     = <!-- the name of the country, e.g. Chile -->
| kind        = <!-- replace "cities and towns" in the title w/ anything, e.g. "conurbations" -->
| stat_ref    = <!-- source of the pop. figures, e.g. Instituto Nacional de Estadisticas de Chile or use {{URL| }} -->
| list_by_pop = <!-- link to the list of cities in the given country, if possible sorted by population -->
| div_name    = <!-- the name of the main administrative subdivision, e.g. Province, State, Region... -->
| div_link    = <!-- the template will automatically create a link for "div_name of country" (e.g. Provinces of Chile), if this doesn't work you can use this field -->

| city_1      = <!-- a link to the article about the largest city -->
| div_1       = <!-- link to the administrative subdivision where said city is located -->
| pop_1       = <!-- population, do include the commas to separate the thousands -->
| img_1       = <!-- a picture showing an overview of the city -->

| city_2 =  | div_2 =  | pop_2 = | img_2 =
| city_3 =  | div_3 =  | pop_3 = | img_3 = 
| city_4 =  | div_4 =  | pop_4 = | img_4 =
| city_5 =  | div_5 =  | pop_5 = 
| city_6 =  | div_6 =  | pop_6 = 
| city_7 =  | div_7 =  | pop_7 = 
| city_8 =  | div_8 =  | pop_8 = 
| city_9 =  | div_9 =  | pop_9 = 
| city_10 = | div_10 = | pop_10 =
| city_11 = | div_11 = | pop_11 =
| city_12 = | div_12 = | pop_12 = 
| city_13 = | div_13 = | pop_13 = 
| city_14 = | div_14 = | pop_14 = 
| city_15 = | div_15 = | pop_15 = 
| city_16 = | div_16 = | pop_16 = 
| city_17 = | div_17 = | pop_17 = 
| city_18 = | div_18 = | pop_18 = 
| city_19 = | div_19 = | pop_19 = 
| city_20 = | div_20 = | pop_20 = 
}}