Difference between revisions of "Template:Locale"
(Created page with "<noinclude>Header for a Locale page. * ''territory'': Territory to which this Locale belongs; default is the second comma-delimited string in the page name * ''map place'': pl...") |
|||
| Line 1: | Line 1: | ||
<noinclude>Header for a Locale page. | <noinclude>Header for a Locale page. | ||
| − | * ''territory'': Territory to which this Locale belongs; default is the | + | * ''territory'': Territory to which this Locale belongs; default is the last comma-delimited part of the page name |
* ''map place'': place to search for in the map; default is page name, or nothing if ''map coords'' is set | * ''map place'': place to search for in the map; default is page name, or nothing if ''map coords'' is set | ||
* ''map coords'': center of the map; default is automatic | * ''map coords'': center of the map; default is automatic | ||
* ''map zoom'': zoom level of the map (0-21); default is automatic | * ''map zoom'': zoom level of the map (0-21); default is automatic | ||
Adds the [[:Category:Locale]] tag and sets [[Property:Locale Territory]]. | Adds the [[:Category:Locale]] tag and sets [[Property:Locale Territory]]. | ||
| − | </noinclude><includeonly>{{Locale/ | + | </noinclude><includeonly>{{Locale/Raw |
| − | | territory={{#if:{{{territory|}}}|{{{territory}}}|{{#explode:{{PAGENAME}}|,|1}}}} | + | | territory={{#if:{{{territory|}}}|{{{territory}}}|{{#explode:{{PAGENAME}}|,|-1}}}} |
| − | + | | map place={{#if:{{{map place|}}}|{{{map place}}}|{{#if:{{{map coords|}}}||{{PAGENAME}}}}}} | |
| − | + | | map coords={{{map coords|}}} | |
| − | + | | map zoom={{{map zoom|}}} | |
| − | + | }}</includeonly> | |
| − | |||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 11:31, 21 June 2015
Header for a Locale page.
- territory: Territory to which this Locale belongs; default is the last comma-delimited part of the page name
- map place: place to search for in the map; default is page name, or nothing if map coords is set
- map coords: center of the map; default is automatic
- map zoom: zoom level of the map (0-21); default is automatic
Adds the Category:Locale tag and sets Property:Locale Territory.