Difference between revisions of "Template:Food"
Jump to navigation
Jump to search
m (allowing arguments) |
m (added usage) |
||
Line 28: | Line 28: | ||
|ID | |ID | ||
|{{{id}}} | |{{{id}}} | ||
|} | |}<noinclude> | ||
Usage: | |||
<pre> | |||
{{Food | |||
|image= (filelink) | |||
|type= (type of food) | |||
|restores= (amount of hunger restored) | |||
|cookable= (yes/no) | |||
|renewable= (yes/no) | |||
|stackable= (yes/no) | |||
|id= (in-game id) | |||
}} | |||
</pre> | |||
[[Category:Infobox templates]] | |||
</noinclude> |
Revision as of 13:39, 25 September 2017
Food | |
---|---|
{{{image}}} | |
Type | {{{type}}} |
Restores | {{{restores}}} |
Cookable | {{{cookable}}} |
Renewable | {{{renewable}}} |
Stackable | {{{stackable}}} |
ID | {{{id}}} |
Usage:
{{Food |image= (filelink) |type= (type of food) |restores= (amount of hunger restored) |cookable= (yes/no) |renewable= (yes/no) |stackable= (yes/no) |id= (in-game id) }}