Template:Infobox Trail: Difference between revisions

From TEHCC Wiki
Jump to navigation Jump to search
(trying to get coordinates to work again)
(trying to get coordinates to work still)
Line 28: Line 28:
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>
{{#set:
Trail head coordinates={{{Latitude}}}, {{{Longitude}}}
}}
<div style="float: right; width: 270px">
<div style="float: right; width: 270px">
<!----hide the table of contents, I'm not expecting our pages so long that they're needed -->
<!----hide the table of contents, I'm not expecting our pages so long that they're needed -->
Line 107: Line 110:
<!-- |} -->
<!-- |} -->
</div>
</div>
</div>
</div></includeonly>
{{#set:
Trail head coordinates={{#lat_deg2dms: {{{Latitude}}}}}, {{#long_deg2dms: {{{Longitude}}}}}
}}
</includeonly>

Revision as of 08:56, 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.