Last modified on 20 March 2015, at 15:05

Difference between revisions of "Template:Zones"

(Created page with "<div id="region_list"><!-- -->{{ #if: {{{regionmap|}}} | <span style="float: right; text-align:left">Image:{{{regionmap}}}|thumb|{{{regionmapsize|350px}}}|{{{regionmapprint|...")
 
 
(2 intermediate revisions by the same user not shown)
Line 22: Line 22:
 
-->{{ #if: {{{region20name|}}} | {{Regionlist/item|{{{region20color}}}|{{{region20name}}}|{{{region20items|}}}|{{{region20description}}} }} }}
 
-->{{ #if: {{{region20name|}}} | {{Regionlist/item|{{{region20color}}}|{{{region20name}}}|{{{region20items|}}}|{{{region20description}}} }} }}
 
</div><noinclude>
 
</div><noinclude>
{{documentation}}
+
 
 +
This template is used to display a color-coded map of regions and a legend with the region color, name and description. Use of this template is as follows:
 +
 
 +
{{Zones
 +
| regionmap=The name of the region map
 +
| regionmaptext=Text to display under the map image
 +
| regionmapsize=The size of the map in px. Defaults to 350px if not passed
 +
| region1name=The name of the first region
 +
| region1color=The HTML color code to use in the legend for the first region
 +
| region1items=An optional list of items to appear in parentheses next to the region name
 +
| region1description=A description of the region
 +
}}
 +
The parameters above should be repeated for additional regions, but replace "region1" with "region2", "region3", etc. An example usage of this template with real data follows (descriptions have been truncated for readability):
 +
 
 +
{{Zones
 +
| regionmap=Map-USA-Regions01.png
 +
| regionmaptext=Regions of the USA
 +
| regionmapsize=300px
 +
| region1name=[[California]]
 +
| region1color=#e0fa92
 +
| region1items=
 +
| region1description=In some ways quintessentially American, and in...
 +
| region2name=[[Pacific Northwest (United States of America)|Pacific Northwest]]
 +
| region2color=#38911c
 +
| region2items=[[Washington (state)|Washington]], [[Oregon]]
 +
| region2description=The pleasantly mild Pacific Northwest offers...
 +
}}
 
</noinclude>
 
</noinclude>

Latest revision as of 15:05, 20 March 2015

This template is used to display a color-coded map of regions and a legend with the region color, name and description. Use of this template is as follows:

File:The name of the region map
Text to display under the map image
The name of the first region (An optional list of items to appear in parentheses next to the region name)
A description of the region

The parameters above should be repeated for additional regions, but replace "region1" with "region2", "region3", etc. An example usage of this template with real data follows (descriptions have been truncated for readability):

File:Map-USA-Regions01.png
Regions of the USA
California
In some ways quintessentially American, and in...
Pacific Northwest (Washington, Oregon)
The pleasantly mild Pacific Northwest offers...