Template:Trip Report Button: Difference between revisions

From TEHCC Wiki
Jump to navigation Jump to search
m (remove returns and spaces)
m (use variable names instead of numbers?)
Line 9: Line 9:
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>{{#if:{{{popup|}}}|{{#arraydefine:popup|popup}}|}}{{#if:{{CURRENTLOGGEDUSER}}|{{#arraydefine:pagename|{{#titleparts:{{{1}}}}}}}{{#formlink:form=Trip Report|link type=button|link text={{{2|}}}|target=Report:{{#arrayprint:pagename}}-{{CURRENTTIMESTAMP}}|query string=namespace=Report&Trip Report[Trails]={{#arrayprint:pagename}}&Trip Report[Reported By]={{CURRENTUSER}}&Trip Report[Wiki Users on Hike]={{CURRENTUSER}}|{{#arrayprint:popup}}|reload}}|<br>''(log in to submit report)''}}</includeonly>
</noinclude><includeonly>{{#if:{{{popup|}}}|{{#arraydefine:popup|popup}}|}}{{#if:{{CURRENTLOGGEDUSER}}|{{#arraydefine:pagename|{{#titleparts:{{{Page}}}}}}}{{#formlink:form=Trip Report|link type=button|link text={{{Text|}}}|target=Report:{{#arrayprint:pagename}}-{{CURRENTTIMESTAMP}}|query string=namespace=Report&Trip Report[Trails]={{#arrayprint:pagename}}&Trip Report[Reported By]={{CURRENTUSER}}&Trip Report[Wiki Users on Hike]={{CURRENTUSER}}|{{#arrayprint:popup}}|reload}}|<br>''(log in to submit report)''}}</includeonly>

Revision as of 11:52, 18 November 2018

It should be called in the following format:

{{Trip Report Button
 |Page=
 |Text=
 |popup=
}}

Edit the page to see the template text.