Template:ForagingProperties: Difference between revisions

From Elanthipedia
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>
{{
{{
IfMatch | Winter | {{{Season}}} | true=[[seasons available::Winter| ]] }}{{
IfMatch | Winter | {{{Season}}} | true=[[seasons available::Winter]] }}{{
IfMatch | Spring | {{{Season}}} | true=[[seasons available::Spring| ]] }}{{
IfMatch | Spring | {{{Season}}} | true=[[seasons available::Spring]] }}{{
IfMatch | Summer| {{{Season}}} | true=[[seasons available::Summer| ]] }}{{
IfMatch | Summer| {{{Season}}} | true=[[seasons available::Summer]] }}{{
IfMatch | Fall| {{{Season}}} | true=[[seasons available::Fall| ]] }}{{
IfMatch | Fall | {{{Season}}} | true=[[seasons available::Fall]] }}{{
IfMatch | all | {{{Season}}} | true=[[seasons available::Winter| ]][[seasons available::Spring| ]][[seasons available::Summer| ]][[seasons available::Fall| ]] }}{{
IfMatch | all | {{{Season}}} | true=[[seasons available::Winter]][[seasons available::Spring]][[seasons available::Summer]][[seasons available::Fall]] }}{{
IfMatch | day | {{{Time}}} | true=[[time available is::day| ]] }}{{
IfMatch | day | {{{Time}}} | true=[[time available is::day| ]] }}{{
IfMatch | night | {{{Time|}}} | true=[[time available is::night| ]] }}{{
IfMatch | night | {{{Time|}}} | true=[[time available is::night| ]] }}{{
IfMatch | all | {{{Time|}}} | true=[[time available is::day| ]][[time available is::night| ]] }}
IfMatch | all | {{{Time|}}} | true=[[time available is::day| ]][[time available is::night| ]]}}
</includeonly>
</includeonly>

Revision as of 17:05, 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.