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