Difference between revisions of "Template:Zones"

From yidtravel
Jump to: navigation, search
Line 25: Line 25:
 
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:
 
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:
 
<nowiki>
 
<nowiki>
{{Regionlist
+
{{Regionlist</nowiki>
 
| regionmap=The name of the region map
 
| regionmap=The name of the region map
 
| regionmaptext=Text to display under the map image
 
| regionmaptext=Text to display under the map image
Line 35: Line 35:
 
}}
 
}}
 
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):
 
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):
 
+
<nowiki>
{{Regionlist
+
{{Regionlist</nowiki>
 
| regionmap=Map-USA-Regions01.png
 
| regionmap=Map-USA-Regions01.png
 
| regionmaptext=Regions of the USA
 
| regionmaptext=Regions of the USA
Line 48: Line 48:
 
| region2items=[[Washington (state)|Washington]], [[Oregon]]
 
| region2items=[[Washington (state)|Washington]], [[Oregon]]
 
| region2description=The pleasantly mild Pacific Northwest offers...
 
| region2description=The pleasantly mild Pacific Northwest offers...
}}</nowiki>
+
}}
 
</noinclude>
 
</noinclude>

Revision as of 15:04, 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: {{Regionlist | 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): {{Regionlist | 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 | region2color=#38911c | region2items=Washington, Oregon | region2description=The pleasantly mild Pacific Northwest offers... }}