Template:Park trail list: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Make park field optional - defaults to pagename if not provided) |
||
Line 9: | Line 9: | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
</noinclude> | </noinclude> | ||
<includeonly>{{#ask: [[Category:Trail||Trails]] [[Park::{{{Park}}}]] | <includeonly>{{#ask: [[Category:Trail||Trails]] [[Park::{{#if: {{{Park|}}}|{{{Park|}}}|{{PAGENAME}} }}]] | ||
| format=list | | format=list | ||
}}</includeonly> | }}</includeonly> |
Revision as of 09:28, 18 November 2018
This returns a list of the trails associated with the park page it is called on.
More specifically, it lists the pages with Category:Trails and the property Park set to the page name.
It should be called in the following format. Typically expected for the current page, but change as needed:
{{Park trail list|Park={{PAGENAME}}}}
Edit the page to see the template text.