Template:Food: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Sanddh
mNo edit summary
imported>Arkalor
No edit summary
 
(21 intermediate revisions by 2 users not shown)
Line 9: Line 9:
|-
|-
|colspan=2|  
|colspan=2|  
{{#ifeq:{{{Description|}}}|||{{#ifeq:{{{Description| }}}| ||{{{Description}}}<br><br>}}}}{{#ifeq:{{{Special Properties|}}}|||{{#ifeq:{{{Special Properties| }}}| ||[[Special Properties]]: {{{Special Properties}}}<br><br>}}}}{{#ifeq:{{{Description Two|}}}|||{{#ifeq:{{{Description Two| }}}| ||{{{Description Two}}}<br><br>}}}}{{#ifeq:{{{Restores|}}}|||{{#ifeq:{{{Restores| }}}| ||{{{Restores}}}<br><br>}}}}{{#ifeq:{{{Spells|}}}|||{{#ifeq:{{{Spells| }}}| ||Casts the following spells:{{{Spells}}}<br><br>}}{{#ifeq:{{{Spellcraft|}}}|||Spellcraft: {{{Spellcraft|}}}<br>}}{{#ifeq:{{{Mana|}}}|||Mana: {{{Mana|}}}<br><br>}}}}{{#ifeq:{{{Cannot Be Sold|False}}}|True|This item cannot be sold.<br><br>|}}
{{#ifeq:{{{Description|}}}|||{{#ifeq:{{{Description| }}}| ||{{{Description}}}<br><br>}}}}{{#ifeq:{{{Special Properties|}}}|||{{#ifeq:{{{Special Properties| }}}| ||[[Special Properties]]: {{{Special Properties}}}<br><br>}}}}{{#ifeq:{{{Description Two|}}}|||{{#ifeq:{{{Description Two| }}}| ||{{{Description Two}}}<br><br>}}}}{{#ifeq:{{{Restores|}}}|||{{#ifeq:{{{Restores| }}}| ||{{{Restores}}}<br><br>}}}}{{#ifeq:{{{Spells|}}}|||{{#ifeq:{{{Spells| }}}| ||Casts the following spells:{{{Spells}}}<br><br>}}{{#ifeq:{{{Spellcraft|}}}|||Spellcraft: {{{Spellcraft|}}}<br>}}{{#ifeq:{{{Mana|}}}|||Mana: {{{Mana|}}}<br><br>}}}}{{#ifeq:{{{Cannot Be Sold|False}}}|True|This item cannot be sold.<br><br>|}}{{#ifeq:{{{Inscription|}}}|||<br><hr style="background#F0F0F0;"/>{{{Inscription|}}}<br>}}
|}
|}
|width=20|
|width=20|
Line 23: Line 23:
}}
}}
|}[[Category:Food]]</includeonly><noinclude>
|}[[Category:Food]]</includeonly><noinclude>
{{Related|Wiki Templates|Trophy Template}}
{{Related|Wiki Templates|Food Template|Trophy Template}}
== Syntax ==
== Syntax ==
<pre>
<pre>
{{Intro
| Patch Introduced =
|  Related Quests =
|          Updated =
}}
{{Food
{{Food
  |              Name =  
  |              Name =  
Line 49: Line 42:
  |    Cannot Be Sold = True
  |    Cannot Be Sold = True
}}
}}
==Notes==
* {{Trophy Drops|{{PAGENAME}}}}
* {{Vendors|{{PAGENAME}}}}
* Does not stack. / Stack Size: ??
* {{Recipe
}}
If appropriate:
[[Category:Consumable Item]]
[[Category:Recipe]]
[[Category:Trophy]]
</pre>
</pre>
== Example ==
* See: [[Pepper Jack Cheese]] for looted Food with spells:
<pre>
{{Intro
| Patch Introduced = [[Dark Majesty]]
|  Related Quests = [[Hea Totem Quest]]
|          Updated =
}}
{{Food
|              Name = Pepper Jack Cheese
|        Icon Image = Pepper Jack Cheese Icon.png
|        Live Image = Pepper Jack Cheese Live.jpg
| Live Image Caption = Pepper Jack Cheese
|              Value = 800
|            Burden = 50
|        Description = A wheel of spicy cheese, guaranteed to make your lips numb. This wondrous dairy product was a favorite of the Empyrean Talespinner Mistral Tersicor, who was fond of saying, "Cheese makes a gathering."
|    Description Two =
| Special Properties =
|          Restores =
|            Spells = [[Cold Protection Self VI]]
|        Spellcraft = 50
|              Mana = 50
|    Cannot Be Sold = False
}}
</pre>
<pre>
{{Intro
| Patch Introduced =
|  Related Quests =
|          Updated =
}}


{{Food
== Usage ==
|              Name = Elaborate Field Health Ration
This is a component template that is part of a [[Page Template]]. See [[Food Template]] for details on usage and examples.
|        Icon Image = Elaborate Field Health Ration Icon.png
|        Live Image = Live.jpg
| Live Image Caption =  
|              Value = 0
|            Burden = 90
|        Description = An elaborate mix of reconstituted meats, nuts, and fruit. It is very filling, and a bit spicy
|    Description Two = Use this item to eat it.
| Special Properties =
|          Restores = Restores 70 Health when used.
|            Spells =
|    Cannot Be Sold = True
}}
 
==Notes==
* {{Vendors|{{PAGENAME}}}}
* Stack Size: 100
 
{{Recipe
 
}}
 
</pre>


[[Category:In Progress]]
[[Category:Wiki Template]]
</noinclude>
</noinclude>

Latest revision as of 18:45, 10 July 2012

Related topics: Wiki Templates, Food Template, Trophy Template

Syntax

{{Food
 |               Name = 
 |         Icon Image =  Icon.png
 |         Live Image =  Live.jpg
 | Live Image Caption = 
 |              Value = 
 |             Burden = 
 |        Description = 
 |    Description Two = Use this item to eat/drink it.
 | Special Properties = 
 |           Restores = Restores ?? Health/Stamina/Mana when consumed/eaten/used.
 |             Spells = 
 |         Spellcraft = 
 |               Mana = 
 |     Cannot Be Sold = True
}}

Usage

This is a component template that is part of a Page Template. See Food Template for details on usage and examples.