Template:Region: Difference between revisions

From Green Family Wiki
Jump to navigation Jump to search
m (9 revisions imported: Initial import from smithfam)
No edit summary
Line 2: Line 2:
* ''highlight'': highlight color for this region, using [http://www.w3schools.com/cssref/css_colors_legal.asp CSS syntax]; default is white
* ''highlight'': highlight color for this region, using [http://www.w3schools.com/cssref/css_colors_legal.asp CSS syntax]; default is white
* ''wikipedia'': Wikipedia article name; default is page name
* ''wikipedia'': Wikipedia article name; default is page name
* ''familysearch'': FamilySearch Wiki 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
Line 10: Line 10:
| highlight={{#if: {{{highlight|}}} | {{{highlight}}} | white}}
| highlight={{#if: {{{highlight|}}} | {{{highlight}}} | white}}
| wikipedia={{#if:{{{wikipedia|}}}|{{{wikipedia}}}|{{PAGENAME}}}}
| wikipedia={{#if:{{{wikipedia|}}}|{{{wikipedia}}}|{{PAGENAME}}}}
| familysearch={{#if:{{{familysearch|}}}|{{{familysearch}}}|{{PAGENAME}}}}
| familysearch={{#if:{{{familysearch|}}}|{{{familysearch}}}|{{PAGENAME}} Genealogy}}
| map place={{{map place|}}}
| map place={{{map place|}}}
| map coords={{{map coords|}}}
| map coords={{{map coords|}}}
| map zoom={{{map zoom|}}}
| map zoom={{{map zoom|}}}
}}</includeonly>
}}</includeonly>

Revision as of 10:56, 30 April 2018

Header for a Region page.

  • highlight: highlight color for this region, using CSS syntax; default is white
  • 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:Region and Property:Highlight Color tags.