Template:Trail: Difference between revisions

From TEHCC Wiki
Jump to navigation Jump to search
m (using ifeq for number comp)
(add trip reports)
Line 37: Line 37:
-->{{#arraydefine:nearcount|{{#ask: [[Category:Trails]][[Trailhead location::!{{{Trailhead location|}}}]][[Trailhead location::{{{Trailhead location|}}} ({{#arrayprint:neardistance}})]]|format=count}}}}<!--
-->{{#arraydefine:nearcount|{{#ask: [[Category:Trails]][[Trailhead location::!{{{Trailhead location|}}}]][[Trailhead location::{{{Trailhead location|}}} ({{#arrayprint:neardistance}})]]|format=count}}}}<!--
-->{{#arraydefine:nearmiles|{{#number_format:{{#ask: [[Category:Trails]][[Trailhead location::!{{{Trailhead location|}}}]][[Trailhead location::{{{Trailhead location|}}} ({{#arrayprint:neardistance}})]]||?Trail Distance#mi|format=sum}}|1}}}}<!--Now on with the show
-->{{#arraydefine:nearmiles|{{#number_format:{{#ask: [[Category:Trails]][[Trailhead location::!{{{Trailhead location|}}}]][[Trailhead location::{{{Trailhead location|}}} ({{#arrayprint:neardistance}})]]||?Trail Distance#mi|format=sum}}|1}}}}<!--Now on with the show
-->{{#arraydefine:reportcount|{{#ask: [[Category:Trip Reports]][[Trail::{{PAGENAME}}]]|format=count}}}}<!--
-->{| class="Infobox_Trail"
-->{| class="Infobox_Trail"
! style="text-align: center;" colspan="2" |<div style="float: left;">{{List It Button|Page={{PAGENAME}}|Text=List It|Exist Text=Edit List}}</div><span style="font-size: larger;">{{PAGENAME}}</span><div style="float: right;">{{Trip Report Button|Page={{PAGENAME}}|Text=Hiked It}}</div>
! style="text-align: center;" colspan="2" |<div style="float: left;">{{List It Button|Page={{PAGENAME}}|Text=List It|Exist Text=Edit List}}</div><span style="font-size: larger;">{{PAGENAME}}</span><div style="float: right;">{{Trip Report Button|Page={{PAGENAME}}|Text=Hiked It}}</div>
Line 92: Line 93:
| [[Elevation Gain::{{{Elevation Gain}}}]] / ([[Elevation Loss::{{{Elevation Loss}}}]]) – [[Elevation Change Direction::{{{Elevation Change Direction}}}]]
| [[Elevation Gain::{{{Elevation Gain}}}]] / ([[Elevation Loss::{{{Elevation Loss}}}]]) – [[Elevation Change Direction::{{{Elevation Change Direction}}}]]
|-
|-
! Trip Reports{{#info: From user "hiked it" submissions | info }}
| {{#queryformlink:form=Trip Report Search|link text={{#ifeq={{#arrayprint:reportcount}}|0|No hikes logged yet|{{#arrayprint:reportcount}} logged hikes}}|query string=Trip_Report_Table[trail]={{PAGENAME}}&Trip_Report_Table[SortOrder]=desc&_run}}|-
! Nearby{{#info: Within {{#arrayprint:neardistance}}<br/>Click link to view list | info }}
! Nearby{{#info: Within {{#arrayprint:neardistance}}<br/>Click link to view list | info }}
| {{#ifeq:{{#arrayprint:nearcount}}|0|No other Trails within {{#arrayprint:neardistance}}|{{#queryformlink:form=Trail Search|link text={{#arrayprint:nearcount}} trails / {{#arrayprint:nearmiles}} mi of trail|query string=Trail Search[distance max]={{#arrayprint:neardistance}}&Trail Search[location coordinates]={{{Trailhead location|}}}&_run}}}}
| {{#ifeq:{{#arrayprint:nearcount}}|0|No other Trails within {{#arrayprint:neardistance}}|{{#queryformlink:form=Trail Search|link text={{#arrayprint:nearcount}} trails / {{#arrayprint:nearmiles}} mi of trail|query string=Trail Search[distance max]={{#arrayprint:neardistance}}&Trail Search[location coordinates]={{{Trailhead location|}}}&_run}}}}

Revision as of 14:44, 2 August 2020

This is the 'Trail' template. It is expected to be typically used by the Form Trail.

This template creates the 'sidebar' with info about each trail like the state, nearest city, coordinates of the tail head. If not used, entries marked "Optional" should be left blank (no '*') in the usage to avoid erroneous data connections.

It should be called in the following format (remember to delete unused fields after the '=' or delete the entire row):

{{Trail
 | Banner Image = pick a trail tagged photo, if left blank will search for pagename Banner.jpg
 | Trail Highlight = Optional - Brief comment about the trail for use in tables and map balloons
 | Trail Number = Optional - Typically a Forest Service Trail #
 | Trail System = Optional - Is it part of some larger network? (e.g. AT, OMVT, Warriors Path Bike Trails, etc.)
 | Park = Optional - should be name of a park without [[ ]] that has a page
 | Land Owner = Optional - Expected to typically be name of city, state, or national forest (e.g. Kingsport, Cherokee National Forest, or Tennessee)
 | Wilderness Area = Optional - Name of wilderness area if it applies
 | City = Nearest city
 | Trail Marking = Only mention color unless shape is relevant
 | Trail Use = Things you can do on the trail (ATV, dog free, horse, camp, etc.) 
 | Trail Features = Things you get to see (Waterfalls, open views, caves, rivers, etc.)
 | Difficulty Rating = Easy / Medium / Hard
 | Hike Time = Typical time from leaving car to returning to do just this trail, thus includes any time on access trails and return trips
 | 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)
 | 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 Type = Loop / In-and-Out / Segment (Choose one of the three)
 | Low Point = Optional - As it is, the lowest elevation of the trail (Default Feet but accepts Yards, Meters, km)
 | High Point = The highest elevation along the trail (Default Feet but accepts Yards, Meters, km)
 | Elevation Gain = The amount of typical ascent in a round trip (Default Feet but accepts Yards, Meters, km)
 | Elevation Loss= The amount of typical descent in a round trip (Default Feet but accepts Yards, Meters, km)
 | Elevation Change Direction = The direction chosen for gain/loss reference
 | Parking location = Lat,Lon format of typical parking for trail access (sets IB map pin)
 | Trailhead location = Lat,Lon format of typical trail access
}}

Edit the page to see the template text.