Template:Trip Report: Difference between revisions

From TEHCC Wiki
Jump to navigation Jump to search
(add template category)
(Add report tags field)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "Trip Report" template.
This is the "Trip Report" template. It is intended to be populated by using the [[Form:Trip Report]].
It should be called in the following format:
 
It uses the following format:
<pre>
<pre>
{{Trip Report
{{Trip Report
Line 15: Line 16:
  |Trail Comment=
  |Trail Comment=
  |Hike Comment=
  |Hike Comment=
|Report Tags=
}}
}}
</pre>
</pre>
Line 24: Line 26:
|-
|-
! Trails
! Trails
| {{#arraymap:{{{Trails|}}}|,|x|[[Trail::x]]}}
| {{#arraymap:{{{Trails|}}}|,|@@@@|[[Trail::@@@@]]}}
|-
|-
! Hike Duration
! Hike Duration
Line 39: Line 41:
|-
|-
! Wiki Users on Hike
! Wiki Users on Hike
| {{#arraymap:{{{Wiki Users on Hike|}}}|,|x|[[On the Hike::User:x]]}}
| {{#arraymap:{{{Wiki Users on Hike|}}}|,|@@@@|[[On the Hike::User:@@@@]]}}
|-
|-
! Trail Condition
! Trail Condition
Line 52: Line 54:
! Hike Comment
! Hike Comment
| [[Hike Comment::{{{Hike Comment|}}}]]
| [[Hike Comment::{{{Hike Comment|}}}]]
|-
! Trip Report Tags
| {{#arraymap:{{{Report Tags|}}}|,|@@@@|[[Report Tags::@@@@]]}}
|}
|}


[[Category:Trip Reports]]
[[Category:Trip Reports]]
</includeonly>
</includeonly>

Revision as of 10:29, 8 December 2018

This is the "Trip Report" template. It is intended to be populated by using the Form:Trip Report.

It uses the following format:

{{Trip Report
 |Trip Date=
 |Trails=
 |Hike Duration=
 |Hike Length=
 |Number of People=
 |Reported By=
 |Wiki Users on Hike=
 |Trail Condition=
 |Water Abundance=
 |Trail Comment=
 |Hike Comment=
 |Report Tags=
}}

Edit the page to see the template text.