Difference between revisions of "Template:Food"

From Salem Wiki
Jump to: navigation, search
m
Line 63: Line 63:
 
<!-- Food Group Restore Rows-->
 
<!-- Food Group Restore Rows-->
 
|-
 
|-
|{{#if:{{{Cake|}}} | | {{#if:{{{FoodRestore1}}} | {{!}}'''Restores:'''{{TIa|{{{FoodRestore1}}}}}[[Food Restore1 Text::{{{FoodRestore1}}}]] by [[Food Restore1 Percent::{{{%Restore1}}}]]% with [[Food Restore1 Chance::{{{%ChanceRestore1}}}]]% chance [[Category:Food That Restores Gluttony]] |}} }}
+
|{{#if:{{{FoodRestore1}}} | {{!}}'''Restores:'''{{TIa|{{{FoodRestore1}}}}}[[Food Restore1 Text::{{{FoodRestore1}}}]] by [[Food Restore1 Percent::{{{%Restore1}}}]]% with [[Food Restore1 Chance::{{{%ChanceRestore1}}}]]% chance [[Category:Food That Restores Gluttony]] |}}
 
|}
 
|}
 
|}
 
|}
Line 76: Line 76:
 
{| style="float:left; width:320px; padding:0.2em; border:black 2px solid; border-radius:0.4em; background:#71583b; font-family:Calibri; margin-right:25px"
 
{| style="float:left; width:320px; padding:0.2em; border:black 2px solid; border-radius:0.4em; background:#71583b; font-family:Calibri; margin-right:25px"
  
{{Food | Cake=pie | Heals=1,2,3,4  | Uses=42 | Min Blood=5 | Max Blood=6 | Min Phlegm=7 | Max Phlegm=8 | Min Yellow Bile=0 | Max Yellow Bile=9 | Min Black Bile=1 | Max Black Bile=2 | Gluttony Time=1:50 |Food Groups= Game Meat | FoodReduce1= Nuts and Seeds | %Reduce1=95 | %ChanceReduce1=10 | FoodReduce2= Maize | %Reduce2=65 | %ChanceReduce2=20 | FoodReduce3=  | %Reduce3= | %ChanceReduce3= | FoodRestore1= Mushrooms |%Restore1=5 |%ChanceRestore1=30}}</noinclude>
+
{{Food
 +
| Heals=1,2,3,4   
 +
| Uses=42  
 +
| Min Blood=5 | Max Blood=6  
 +
| Min Phlegm=7 | Max Phlegm=8  
 +
| Min Yellow Bile=0 | Max Yellow Bile=9  
 +
| Min Black Bile=1 | Max Black Bile=2  
 +
| Gluttony Time=1:50  
 +
| Food Groups= Game Meat  
 +
| FoodReduce1= Nuts and Seeds | %Reduce1=95 | %ChanceReduce1=10  
 +
| FoodReduce2= Maize | %Reduce2=65 | %ChanceReduce2=20  
 +
| FoodReduce3=  | %Reduce3= | %ChanceReduce3=
 +
| FoodRestore1= Mushrooms |%Restore1=5 |%ChanceRestore1=30
 +
}}
 +
 
 +
{|
 +
| style="vertical-align:top" |'''Code:'''
 +
----
 +
<pre>
 +
{{Food
 +
| Heals=,,,
 +
| Uses=
 +
| Min Blood= | Max Blood=
 +
| Min Phlegm= | Max Phlegm=
 +
| Min Yellow Bile= | Max Yellow Bile=
 +
| Min Black Bile= | Max Black Bile=
 +
| Gluttony Time=
 +
| Food Groups=
 +
| FoodReduce1= | %Reduce1= | %ChanceReduce1=
 +
| FoodReduce2= | %Reduce2= | %ChanceReduce2=
 +
| FoodReduce3= | %Reduce3= | %ChanceReduce3=
 +
| FoodRestore1= |%Restore1= |%ChanceRestore1=
 +
}}</pre>
 +
|}
 +
</noinclude>

Revision as of 22:43, 9 January 2016

NOTE: This is a MODULAR template. It MUST be used after one the the following templates:


See Help:Contributing for instructions and examples for adding a new page to the wiki.


Healing:
Blood Phlegm Yellow Black
Heal: 1 2 3 4
Heal Uses: 42
Gluttony:
Blood Phlegm Yellow Black
Gluttony Min: 5 7 0 1
Gluttony Max: 6 8 9 2
Full and Fed Up for: 1:50
Food Groups: Template:T5
Reduces:Nuts and Seeds icon.pngNuts and Seeds by 95% with 10% chance
Reduces:Maize icon.pngMaize by 65% with 20% chance
Restores:Mushrooms icon.pngMushrooms by 5% with 30% chance


Code:
{{Food
| Heals=,,,
| Uses=
| Min Blood= | Max Blood=
| Min Phlegm= | Max Phlegm=
| Min Yellow Bile= | Max Yellow Bile=
| Min Black Bile= | Max Black Bile=
| Gluttony Time=
| Food Groups=
| FoodReduce1= | %Reduce1= | %ChanceReduce1=
| FoodReduce2= | %Reduce2= | %ChanceReduce2=
| FoodReduce3= | %Reduce3= | %ChanceReduce3=
| FoodRestore1= |%Restore1= |%ChanceRestore1=
}}