Difference between revisions of "Template:Food"

From Salem Wiki
Jump to: navigation, search
m (changed 2 incorrect " to :)
Line 11: Line 11:
 
| {{#ask: [[Category:Skills]] [[Unlocks::{{PAGENAME}}]] | ?Skills | format = list  | default=None }}
 
| {{#ask: [[Category:Skills]] [[Unlocks::{{PAGENAME}}]] | ?Skills | format = list  | default=None }}
 
|-
 
|-
| 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:'''
 
| {{#ask: [[Category:Objects]] [[Requires::{{PAGENAME}}]] | ?Objects | format = ul | template=''{{i}}'' | default=None }}
 
| {{#ask: [[Category:Objects]] [[Requires::{{PAGENAME}}]] | ?Objects | format = ul | template=''{{i}}'' | default=None }}
 
|}
 
|}

Revision as of 23:00, 14 August 2012

Food icon.png Food
Skill(s) required: None
Object(s) required: None
Required by: None
Healing/Gluttony:
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:

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
| Objects required=
| Heals=
| Salt=
| Mercury=
| Sulphur=
| Lead=
}}