Difference between revisions of "Template:Locale"

From Ludlow Family Wiki
Jump to: navigation, search
(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...")
 
m (1 revision imported: Import from Smith wiki)
 
(6 intermediate revisions by the same user not shown)
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 second comma-delimited string in the page name
+
* ''territory'': Territory to which this Locale belongs; default is the last comma-delimited part of the page name
 +
* ''wikipedia'': Wikipedia article name; default is page name
 +
* ''familysearch'': FamilySearch Wiki article name; default is page name followed by "Genealogy"
 
* ''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:Enclosing Territory]].
</noinclude><includeonly>{{Locale/Set Basic
+
</noinclude><includeonly>{{Locale/Raw
| territory={{#if:{{{territory|}}}|{{{territory}}}|{{#explode:{{PAGENAME}}|,|1}}}}
+
| territory={{#if:{{{territory|}}}|{{{territory}}}|{{#explode:{{PAGENAME}}|,|-1}}}}
}}
+
| wikipedia={{#if:{{{wikipedia|}}}|{{{wikipedia}}}|{{PAGENAME}}}}
<div style="float:right; margin-left:15px; margin-bottom:15px">{{#widget:Google Map
+
| familysearch={{#if:{{{familysearch|}}}|{{{familysearch}}}|{{PAGENAME}} Genealogy}}
| {{#if:{{{map place|}}}
+
| map place={{{map place|}}}
  | place={{{map place}}}
+
| map coords={{{map coords|}}}
  | {{#if:{{{map coords|}}}||place={{PAGENAME}}}}
+
| map zoom={{{map zoom|}}}
  }}
+
}}</includeonly>
| {{#if:{{{map coords|}}}
 
  | center={{{map coords}}}
 
  }}
 
| {{#if:{{{map zoom|}}}
 
  | zoom={{{map zoom}}}
 
  }}
 
| width=400
 
| height=400
 
}}</div>
 
''Located in {{Locale/Territory|{{PAGENAME}}}}, part of {{Locale/Region|{{PAGENAME}}}}''</includeonly>
 

Latest revision as of 14:06, 13 January 2020

Header for a Locale page.

  • territory: Territory to which this Locale belongs; default is the last comma-delimited part of the page name
  • wikipedia: Wikipedia article name; default is page name
  • familysearch: FamilySearch Wiki article name; default is page name followed by "Genealogy"
  • 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:Enclosing Territory.