Template:ForagingProperties: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{ |
{{ |
||
IfMatch | winter | {{lc:{{{Season}}}}} | true=[[seasons available::Winter| ]] }}{{ |
IfMatch | winter | {{lc:{{{Season}}}}} | true=[[seasons available::Winter| ]] }}{{ |
||
IfMatch | |
IfMatch | spring| {{lc:{{{Season}}}}} | true=[[seasons available::Spring| ]] }}{{ |
||
IfMatch | |
IfMatch | summer| {{lc:{{{Season}}}}} | true=[[seasons available::Summer| ]] }}{{ |
||
IfMatch | |
IfMatch | fall | {{lc:{{{Season}}}}} | true=[[seasons available::Fall| ]] }}{{ |
||
IfMatch | all | {{{Season}}} | true=[[seasons available::Winter| ]][[seasons available::Spring| ]][[seasons available::Summer]][[seasons available::Fall| ]] }}{{ |
IfMatch | all | {{lc:{{{Season}}}}} | true=[[seasons available::Winter| ]][[seasons available::Spring| ]][[seasons available::Summer| ]][[seasons available::Fall| ]] }}{{ |
||
IfMatch | day | {{{Time}}} | true=[[time available is::day| ]] }}{{ |
IfMatch | day | {{lc:{{{Time}}}}} | true=[[time available is::day| ]] }}{{ |
||
IfMatch | night | {{{Time |
IfMatch | night | {{lc:{{{Time}}}}} | true=[[time available is::night| ]] }}{{ |
||
IfMatch | all | {{{Time |
IfMatch | all | {{lc:{{{Time}}}}} | true=[[time available is::day| ]][[time available is::night| ]]}} |
||
</includeonly> |
</includeonly> |
Revision as of 17:12, 16 October 2014
A plugin template for foraging detail template that sets seasons available properties and displays all instead of individual seasons if all four are present.