Template:ForagingProperties: Difference between revisions
Jump to navigation
Jump to search
m (ABSOLON moved page Template:SeasonsDisplay to Template:ForagingProperties without leaving a redirect) |
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 | {{lc:{{{{{ |
{{#if:{{IfMatch| winter | {{lc:{{{{{Season|}}}}} }}|[[seasons available is::winter| ]]|}}}} |
||
{{#if:{{IfMatch| spring | {{lc:{{{{{ |
{{#if:{{IfMatch| spring | {{lc:{{{{{Season|}}}}} }}|[[seasons available is::spring| ]]|}}}} |
||
{{#if:{{IfMatch| summer | {{lc:{{{{{ |
{{#if:{{IfMatch| summer | {{lc:{{{{{Season|}}}}} }}|[[seasons available is::summer| ]]|}}}} |
||
{{#if:{{IfMatch| fall| {{lc:{{{{{ |
{{#if:{{IfMatch| fall | {{lc:{{{{{Season|}}}}} }}|[[seasons available is::fall| ]]|}}}} |
||
{{#if:{{IfMatch| |
{{#if:{{IfMatch| all | {{lc:{{{{{Season|}}}}} }}|[[seasons available is::winter| ]][[seasons available is::spring| ]][[seasons available is::summer| ]][[seasons available is::fall| ]]|}}}} |
||
{{#if:{{IfMatch| day | {{lc:{{{{{Time|}}}}} }}|[[time available is::day| ]]|}}}} |
|||
|}} |
|||
{{#if:{{IfMatch| night | {{lc:{{{{{Time|}}}}} }}|[[time available is::night| ]]|}}}} |
|||
{{#if:{{IfMatch| all | {{lc:{{{{{Time|}}}}} }}|[[time available is::day| ]][[time available is::night| ]]|}}}} |
|||
|}}</includeonly> |
|}}</includeonly> |
Revision as of 16:16, 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.