Template:Infobox Trail: Difference between revisions

From TEHCC Wiki
Jump to navigation Jump to search
(eh. need parser functions installed for if-then-else logic - hard code for now (i.e. new empty field if not defined))
m (Trying to get rid of blank space)
Line 6: Line 6:
  !  
  !  
  -->
  -->
This is the 'Infobox Trail' template.
This is the 'Infobox Trail' template.
It should be called in the following format:
It should be called in the following format:
Line 32: Line 31:
<!----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 -->
__NOTOC__
__NOTOC__
<div class="Infobox_Trail">
<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 -->
{|  
{|  
<!--lines like the one below create a visual divider bar cell -->
<!--lines like the one below create a visual divider bar cell -->
!colspan="2" |
!colspan="2" |

Revision as of 22:01, 30 August 2015

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

{{Infobox Trail
                     | Image Name = Placeholder.gif
                     | Park = Optional - should be name of a park without [[ ]] that has a page
                     | 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.