Template:ForagingProperties: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(24 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>A plugin template for foraging detail template that sets |
<noinclude>A plugin template for foraging detail template that sets properties for seasons, time, and healing if applicable.</noinclude><includeonly>[[foraged item::true| ]]{{ |
||
IfMatch | winter | {{lc:{{{Season}}}}} | true=[[seasons available::Winter| ]] }}{{ |
|||
{{#if:{{IfMatch| winter | {{lc:{{{{{Season|}}}}} }}|[[seasons available::Winter| ]]|}}}}{{#if:{{IfMatch| spring | {{lc:{{{{{Season|}}}}} }}|[[seasons available::Spring| ]]|}}}}{{#if:{{IfMatch| summer | {{lc:{{{{{Season|}}}}} }}|[[seasons available::Summer| ]]|}}}}{{#if:{{IfMatch| fall | {{lc:{{{{{Season|}}}}} }}|[[seasons available::Fall| ]]|}}}}{{#if:{{IfMatch| all | {{lc:{{{{{Season|}}}}} }}|[[seasons available::Winter| ]][[seasons available::Spring| ]][[seasons available::Summer| ]][[seasons available::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> |
|||
IfMatch | spring| {{lc:{{{Season}}}}} | true=[[seasons available::Spring| ]] }}{{ |
|||
IfMatch | summer| {{lc:{{{Season}}}}} | true=[[seasons available::Summer| ]] }}{{ |
|||
IfMatch | all | {{lc:{{{Season}}}}} | true={{ |
|||
IfMatch | fall | {{lc:{{{Season}}}}} | true=[[seasons available::Fall| ]] | false=[[seasons available::Winter| ]][[seasons available::Spring| ]][[seasons available::Summer| ]][[seasons available::Fall| ]] }} }}{{ |
|||
IfMatch | day | {{lc:{{{Time}}}}} | true=[[time available is::day| ]] }}{{ |
|||
IfMatch | night | {{lc:{{{Time}}}}} | true=[[time available is::night| ]] }}{{ |
|||
IfMatch | all | {{lc:{{{Time}}}}} | true=[[time available is::day| ]][[time available is::night| ]]}}{{ |
|||
IfMatch | wounds | {{lc:{{{Heals}}}}} | true=[[healing type is::wounds| ]] }}{{ |
|||
IfMatch | scars | {{lc:{{{Heals}}}}} | true=[[healing type is::scars| ]] }}{{ |
|||
IfMatch | internal | {{lc:{{{Heals}}}}} | true=[[healing type is::internal| ]] }}{{ |
|||
IfMatch | external | {{lc:{{{Heals}}}}} | true=[[healing type is::external| ]] }}{{ |
|||
IfMatch | head | {{lc:{{{Heals}}}}} | true=[[heals body part::head| ]] }}{{ |
|||
IfMatch | eye | {{lc:{{{Heals}}}}} | true=[[heals body part::eye| ]] }}{{ |
|||
IfMatch | neck | {{lc:{{{Heals}}}}} | true=[[heals body part::neck| ]] }}{{ |
|||
IfMatch | face | {{lc:{{{Heals}}}}} | true=[[heals body part::head| ]][[heals body part::eye| ]][[heals body part::neck| ]] }}{{ |
|||
IfMatch | chest | {{lc:{{{Heals}}}}} | true=[[heals body part::chest| ]] }}{{ |
|||
IfMatch | back | {{lc:{{{Heals}}}}} | true=[[heals body part::back| ]] }}{{ |
|||
IfMatch | abdomen | {{lc:{{{Heals}}}}} | true=[[heals body part::abdomen| ]] }}{{ |
|||
IfMatch | torso | {{lc:{{{Heals}}}}} | true=[[heals body part::chest| ]][[heals body part::back| ]][[heals body part::abdomen| ]] }}{{ |
|||
IfMatch | limb | {{lc:{{{Heals}}}}} | true=[[heals body part::limb| ]] }}{{ |
|||
IfMatch | skin | {{lc:{{{Heals}}}}} | true=[[heals body part::skin| ]][[healing type is::external| ]] }}{{ |
|||
IfMatch | nerve | {{lc:{{{Heals}}}}} | true=[[heals body part::nerve| ]][[healing type is::internal| ]] }}{{ |
|||
IfMatch | tail | {{lc:{{{Heals}}}}} | true=[[heals body part::tail| ]] }}{{ |
|||
IfMatch | all | {{lc:{{{Heals}}}}} | true=[[heals body part::head| ]][[heals body part::eye| ]][[heals body part::neck| ]][[heals body part::chest| ]][[heals body part::back| ]][[heals body part::abdomen| ]][[heals body part::limb| ]][[heals body part::tail| ]]{{IfMatch | external | {{lc:{{{Heals}}}}} | true=[[heals body part::skin| ]] }}{{IfMatch | internal | {{lc:{{{Heals}}}}} | true=[[heals body part::nerve| ]] }} }} |
|||
</includeonly> |
Latest revision as of 17:24, 17 October 2014
A plugin template for foraging detail template that sets properties for seasons, time, and healing if applicable.