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>
{{
{{#if:{{IfMatch|winter|{{{Season|}}}|[[seasons available::Winter| ]]|}}}}
{{#if:{{IfMatch|spring|{{{Season|}}}|[[seasons available::Spring| ]]|}}}}
IfMatch| Winter | {{{Season}}} }} | [[seasons available::Winter| ]] }}{{
{{#if:{{IfMatch|summer|{{{Season|}}}|[[seasons available::Summer| ]]|}}}}
IfMatch | Spring | {{{Season}}} }} | [[seasons available::Spring| ]] }}{{
{{#if:{{IfMatch|fall|{{{Season|}}}|[[seasons available::Fall| ]]|}}}}
IfMatch | Summer| {{{Season}}} }} | [[seasons available::Summer| ]] }}{{
{{#if:{{IfMatch|all|{{{Season|}}}|[[seasons available::Winter| ]][[seasons available::Spring| ]][[seasons available::Summer| ]][[seasons available::Fall| ]]|}}}}
IfMatch | Fall| {{{Season}}} }} | [[seasons available::Fall| ]] }}{{
{{#if:{{IfMatch|day|{{{Time|}}}|[[time available is::day| ]]|}}}}
IfMatch | all | {{{Season}}} }} | [[seasons available::Winter| ]][[seasons available::Spring| ]][[seasons available::Summer| ]][[seasons available::Fall| ]] }}{{
{{#if:{{IfMatch| night|{{{Time|}}}|[[time available is::night| ]]|}}}}
IfMatch | day | {{{Time}}} }} | [[time available is::day| ]] }}{{
{{#if:{{IfMatch|all|{{{Time|}}}|[[time available is::day| ]][[time available is::night| ]]|}}}}</includeonly>
IfMatch | night | {{{Time|}}} }} | [[time available is::night| ]] }}{{
IfMatch | all | {{{Time|}}} }} | [[time available is::day| ]][[time available is::night| ]] }}</includeonly>

Revision as of 16:52, 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.