Template:Infobox Trail: Difference between revisions

From TEHCC Wiki
Jump to navigation Jump to search
(Hide medical if not defined)
m (tweak to remove spaces)
Line 28: Line 28:
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly><!----
<!----hide the table of contents, I'm not expecting our pages so long that they're needed -->
 
__NOTOC__
hide the table of contents, I'm not expecting our pages so long that they're needed  
<div style="float: right; width: 285px">
-->__NOTOC__
<div class="Infobox_Trail">
<div style="float: right; width: 285px"><div class="Infobox_Trail"><!--
<!--the class assignment makes sure we get the right CSS applied from Common.css -->
the class assignment makes sure we get the right CSS applied from Common.css  
{| style="width: 100%; margin:5px 0 0 0; background:none; border-spacing: 0px;"
 
Begin main table
-->{| style="width: 100%; margin:5px 0 0 0; background:none; border-spacing: 0px;"
| style="width:50%; vertical-align:top;" |
| style="width:50%; vertical-align:top;" |
{|  
{|  
Line 113: Line 115:
|
|
|-
|-
! colspan="2" id="maplink" | [http://maps.google.com/maps?q={{#if: {{{Parking coords|}}}|{{{Parking coords|}}}|{{{Latitude}}},{{{Longitude}}}}} Show Large Map]
! colspan="2" id="maplink" | [http://maps.google.com/maps?q={{#if: {{{Parking coords|}}}|{{{Parking coords|}}}|{{{Latitude}}},{{{Longitude}}}}} Show Large Map]<!--


<!-- close inner table -->
close inner table  
|}
-->|}
<!-- close outer table -->
<!-- close outer table -->
|}
|}
</div></div>[[Category:Trail]]</includeonly>
</div></div>[[Category:Trail]]</includeonly>

Revision as of 08:38, 24 October 2015

This is the 'Infobox Trail' template. This template creates the 'sidebar' with info about each trail like the state, nearest city, nearest medical, coordinates of the tail head. If not used, entries marked "Optional" should be least blank (no '*') in the usage to avoid erroneous data connections. Lines marked "OBSOLETE" are not to be used and should be deleted in the usage if updating a trail page. They are left here for backward compatibility and will be removed once the conversion is complete.

It should be called in the following format:

{{Infobox Trail
 | Image Name = Placeholder.gif
 | Trail Number = Optional - Typically a Forest Service Trail #
 | Park = Optional - should be name of a park without [[ ]] that has a page
 | City = *
 | State = *
 | Marking = *
 | Trail Use = {{ATV‎}} {{Biking}} {{Camping}} {{Dogs}} {{Fishing}} {{Hike}} {{Horses}} {{Shelter}} {{Skiing}} {{Waterfall}} 
 | Difficulty Rating = Easy / Medium / Hard
 | Hike Time = Default Hours, but accepts Min
 | Distance = OBSOLETE - Hike distance, unclear intent; round trip? Segments? Lollipops? (Default Miles, but accepts Ft, Meters, and km)
 | Round Trip Distance = Typical/shortest trip distance to get from parking to do the trail and back (Default Miles, but accepts Ft, Meters, and km)
 | Trail Distance = The strict length of the trail ignoring any repeated sections for obsessive unique trail counters (Default Miles, but accepts Ft, Meters, and km)
 | Trail Type = Loop / In-and-Out / Segment (Choose one of the three)
 | Elevation Gain = Total climbing distance for described hike direction (Default Feet but accepts Yards, Meters, km)
 | Elevation Loss = Total descending distance for described hike direction (Default Feet but accepts Yards, Meters, km)
 | High Point = Default Feet but accepts Yards, Meters, km
 | Latitude = OBSOLETE - Latitude location of parking location in decimal format
 | Longitude = OBSOLETE - Longitude location of parking location in decimal format
 | Parking coords = Lat,Lon format, long term replacing Latitude and Longitude above (sets IB map pin)
 | Trailhead coords = Optional - Lat,Lon format, likely use this on the trail map
 | Medical = *
}}

Edit the page to see the template text.