Difference between revisions of "Template:Food"

From Salem Wiki
Jump to: navigation, search
(testing automatic required by field)
(trialing automatic 'required by' field)
Line 19: Line 19:
 
{| style="width:100%; border:black 2px solid; background:#efebe5"
 
{| style="width:100%; border:black 2px solid; background:#efebe5"
 
| style="width:120px" |'''Skill(s) required:'''
 
| style="width:120px" |'''Skill(s) required:'''
| {{#switch: {{PAGENAME}}
+
| {{#ask: [[Category:Skills]] [[Unlocks::{{PAGENAME}}]] | ?Skills | format = list | default=None }}
| Food = ''automatically filled''
 
| {{#ask: [[Category:Skills]] [[Unlocks::{{PAGENAME}}]] | ?Skills | format = list }}
 
}}
 
 
|-
 
|-
 
| style="vertical-align"top" | '''Object(s) required:''' || {{#switch: {{{Objects required|}}} | =None | {{T4|{{{Objects required}}} }} }}
 
| style="vertical-align"top" | '''Object(s) required:''' || {{#switch: {{{Objects required|}}} | =None | {{T4|{{{Objects required}}} }} }}
 
|-
 
|-
 
| style="vertical-align"top" | '''Required by:'''
 
| style="vertical-align"top" | '''Required by:'''
| {{#switch: {{PAGENAME}}
+
| {{#ask: [[Category:Objects]] [[Requires::{{PAGENAME}}]] | ?Objects | format = ul | template=''{{i}}'' | default=None }}
| Food = ''automatically filled''
 
| {{#ask: [[Category:Objects]] [[Requires::{{PAGENAME}}]] | ?Objects| format = template | template=''{{i}}'' }}
 
}}
 
 
|}
 
|}
 
|-
 
|-
Line 95: Line 89:
 
:List any objects required such as ingredients and structures. Each object must be entered with an amount and each separate item should be separated with a comma.
 
:List any objects required such as ingredients and structures. Each object must be entered with an amount and each separate item should be separated with a comma.
 
:'''''For example:''''' Objects required=Kiln;1, Bread Oven;1, Stone Hedge;1
 
:'''''For example:''''' Objects required=Kiln;1, Bread Oven;1, Stone Hedge;1
;Required by
 
:List any objects that require the new item to craft/build. (This option may soon be changed to an automatic field based on the above parameter on other pages)
 
:'''''For example:''''' Required by=A Fish in the Reeds, Raw Rabbit Steak, Meat Shreds
 
 
;Heals
 
;Heals
 
:Enter the healing values in order separated by commas. Decimal places are allowed. The order is Blood, Phlegm, Yellow Bile, Black Bile (the same as displayed in-game).
 
:Enter the healing values in order separated by commas. Decimal places are allowed. The order is Blood, Phlegm, Yellow Bile, Black Bile (the same as displayed in-game).
Line 119: Line 110:
 
| Description=
 
| Description=
 
| Objects required=
 
| Objects required=
| Required by=
 
 
| Heals=
 
| Heals=
 
| Salt=
 
| Salt=

Revision as of 08:29, 14 August 2012

Food icon.png Food
description unknown
Prerequisites:
Skill(s) required: None
Object(s) required: None
Required by: None
Alchemy Values:
Blood Phlegm Yellow Black
Heal: {{{Heals}}}
Salt: {{{Salt}}}
Mercury: {{{Mercury}}}
Sulphur: {{{Sulphur}}}
Lead: {{{Lead}}}

When to use this template:

To add a new food to the wiki. (or to update an old design to the new one by replacing it)

How to use this template:

Breakdown of parameters:

Description
Enter any text from in-game that accompanies the item.
Objects required
List any objects required such as ingredients and structures. Each object must be entered with an amount and each separate item should be separated with a comma.
For example: Objects required=Kiln;1, Bread Oven;1, Stone Hedge;1
Heals
Enter the healing values in order separated by commas. Decimal places are allowed. The order is Blood, Phlegm, Yellow Bile, Black Bile (the same as displayed in-game).
For example: Heals=1.5,2,3.5,4
Salt
Enter the salt event values in order separated by commas. Decimal places are allowed. The order is Blood, Phlegm, Yellow Bile, Black Bile (the same as displayed in-game).
For example: Salt=2.5,4,6,8
Mercury
Enter the mercury event values in order separated by commas. Decimal places are allowed. The order is Blood, Phlegm, Yellow Bile, Black Bile (the same as displayed in-game).
For example: Mercury=1,2.5,3,4
Sulphur
Enter the sulphur event values in order separated by commas. Decimal places are allowed. The order is Blood, Phlegm, Yellow Bile, Black Bile (the same as displayed in-game).
For example: Sulphur=2,4,6.5,8
Lead
Enter the lead event values in order separated by commas. Decimal places are allowed. The order is Blood, Phlegm, Yellow Bile, Black Bile (the same as displayed in-game).
For example: Lead=1,2,3,4.5

Blank code to copy+paste:

{{Food
| Description=
| Objects required=
| Heals=
| Salt=
| Mercury=
| Sulphur=
| Lead=
}}