Template:Park trail miles: Difference between revisions

From TEHCC Wiki
Jump to navigation Jump to search
m (typo)
(trying to use builtin SMW number formatting)
Line 9: Line 9:
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude>
</noinclude>
<includeonly>{{#number_format:{{#ask: [[Category:Trail]] [[Park::{{{Park}}}]]
<includeonly>{{#ask: [[Category:Trail]] [[Park::{{{Park}}}]]
   | ?Trail Distance#mi
   | ?Trail Distance#mi-n-p2
   | format=sum
   | format=sum
}}
|2
}} miles</includeonly>
}} miles</includeonly>

Revision as of 13:52, 4 November 2018

This returns the total mileage of trails assigned to the park page that this template is called on. Note: The template also returns the unit 'miles'.

More specifically, for pages with Category:Trail and the property Park set to the page name, it sums the values in property Trail Distance in miles and returns that value.

It should be called in the following format. Typically expected for current page but can be changed as needed:

{{Park trail miles|Park={{PAGENAME}}}}

Edit the page to see the template text.