Template:Infobox Trail: Difference between revisions

From TEHCC Wiki
Jump to navigation Jump to search
(Trying to get rid of blank space)
(trying to get coordinates to work)
Line 109: Line 109:
<!-- Set coordinates as SMW property -->
<!-- Set coordinates as SMW property -->
{{#set:
{{#set:
  Trail head coordinates={{{Latitude}}},{{{Longitude}}}
  Trail head coordinates={{#lat_deg2dms: {{{Latitude}}}}},{{#long_deg2dms: {{{Longitude}}}}}
}}
}}



Revision as of 08:40, 23 August 2015


This is the 'Infobox Trail' template. It should be called in the following format:

{{Infobox Trail
                     | Image Name = Placeholder.gif
                     | City = *
                     | State = *
                     | Marking = *
                     | Trail Use = <list names of other templates>
                     | Difficulty Rating = *
                     | Hike Time = *
                     | Distance = * 
                     | Elevation Gain = *
                     | High Point = *
                     | Latitude = *
                     | Longitude = *
                     | Medical = *
}}

Edit the page to see the template text.