Template:ForagingProperties: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude>A plugin template for foraging detail template that sets seasons available properties and displays all instead of individual seasons if all four are present.</noinclude><includeonly> |
<noinclude>A plugin template for foraging detail template that sets seasons available properties and displays all instead of individual seasons if all four are present.</noinclude><includeonly> |
||
{{ |
{{#If:{{ |
||
IfMatch | Winter | {{{Season}}} | [[seasons available::Winter| ]] }}{{ |
IfMatch | Winter | {{{Season}}} | [[seasons available::Winter| ]] }}{{ |
||
IfMatch | Spring | {{{Season}}} | [[seasons available::Spring| ]] }}{{ |
IfMatch | Spring | {{{Season}}} | [[seasons available::Spring| ]] }}{{ |
||
Line 8: | Line 8: | ||
IfMatch | day | {{{Time}}} | [[time available is::day| ]] }}{{ |
IfMatch | day | {{{Time}}} | [[time available is::day| ]] }}{{ |
||
IfMatch | night | {{{Time|}}} | [[time available is::night| ]] }}{{ |
IfMatch | night | {{{Time|}}} | [[time available is::night| ]] }}{{ |
||
IfMatch | all | {{{Time|}}} | [[time available is::day| ]][[time available is::night| ]] }} |
IfMatch | all | {{{Time|}}} | [[time available is::day| ]][[time available is::night| ]] }} |
||
}}</includeonly> |
Revision as of 16:59, 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.