Difference between revisions of "Template:Food Infobox"
Jump to navigation
Jump to search
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
|title = {{PAGENAME}} | |title = {{PAGENAME}} | ||
− | |image | + | |image1 = {{{image|{{{image1}}}}}} |
|label1 = Max Stack Size | |label1 = Max Stack Size | ||
− | |data1 = {{stack}} | + | |data1 = {{{stack}}} |
|label2 = Favor when donated | |label2 = Favor when donated | ||
− | |data2 = {{favor}} | + | |data2 = {{{favor}}} |
|label3 = Made Using | |label3 = Made Using | ||
− | |data3 = [[{{madeusing}}]] | + | |data3 = [[{{{madeusing}}}]] |
|label4 = Ingredients | |label4 = Ingredients | ||
− | |data4 = {{ingredients}} | + | |data4 = {{{ingredients}}} |
|label5 = Street Price | |label5 = Street Price | ||
− | |data5 = {{price}} [[currants]] | + | |data5 = {{{price}}} [[currants]] |
− | | | + | |header6 = When Consumed |
− | | | + | |label7 = Grants |
− | | | + | |data7 = [[{{{buff}}}]] |
− | | | + | |label8 = Energy Gained |
− | | | + | |data8 = {{{energy}}} |
}} | }} | ||
<noinclude> | <noinclude> | ||
− | + | To use: | |
+ | <pre style="float:left;"> | ||
+ | {{Food_Infobox | ||
+ | |title = {{PAGENAME}} | ||
+ | |image1= | ||
+ | |stack = | ||
+ | |favor = | ||
+ | |madeusing = | ||
+ | |ingredients = | ||
+ | |price = | ||
+ | |buff = | ||
+ | |energy = | ||
+ | }} | ||
+ | </pre>[[Category:Templates]][[Category:Infobox]] | ||
</noinclude> | </noinclude> |
Latest revision as of 03:02, 6 May 2019
{{{image1}}} | |
Max Stack Size | {{{stack}}} |
---|---|
Favor when donated | {{{favor}}} |
Made Using | [[{{{madeusing}}}]] |
Ingredients | {{{ingredients}}} |
Street Price | {{{price}}} currants |
When Consumed | |
Grants | [[{{{buff}}}]] |
Energy Gained | {{{energy}}} |
To use:
{{Food_Infobox |title = {{PAGENAME}} |image1= |stack = |favor = |madeusing = |ingredients = |price = |buff = |energy = }}