Difference between revisions of "Template:Food"

From The Twilight Forest Wiki
Jump to navigation Jump to search
m (allow you to change the title of the infobox)
(Update. Mimics Androsa's changes)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| class="wikitable" style="float:right; margin-left: 100px;"
<includeonly>{| class="wikitable" id="foodInfobox" style="float:right; margin-left: 100px;"
!colspan="2"|{{{name| {{BASEPAGENAME}} }}}
!colspan="2" style="font-size: 1.4em;"|{{{name| {{BASEPAGENAME}} }}}


|-
|-
|colspan="2"|{{{image|}}}
|colspan="2" style="background-color: #222; padding: 35px;"|[[File:{{{image|Unknown.png}}}|center|128px]]


|-
|-
|Type
!Hunger Restored
|{{{type|}}}
|{{{restores|None}}}


|-
|-
|Restores
!Cookable
|{{{restores|}}}
 
|-
|Cookable
|{{{cookable|}}}
|{{{cookable|}}}


|-
|-
|Renewable
!Renewable
|{{{renewable|}}}
|{{{renewable|}}}


|-
|-
|Stackable
!Stackable
|{{{stackable|}}}
|{{{stackable|}}}


|-
|-
|ID
!ID
|{{{id|}}}
|twilightforest:{{{id|}}}
|}<noinclude>
|}</includeonly><noinclude>
 
This template is used to make a nice table for anything relating to Food and their related pages.<br>
Here is a general breakdown of how to use this template:
Usage:
Usage:
<pre>
<pre>
{{Food
{{Food
|name= (optional, defaults to the article's title)
|name=       <!-- The Name of this item (Optional) -->
|image= (filelink)
|image=       <!-- The Image file of this item      -->
|type= (type of food)
|restores=   <!-- The Amount of Hunger Restored    -->
|restores= (amount of hunger restored)
|cookable=   <!-- Can this food be cooked? Yes/No  -->
|cookable= (yes/no)
|renewable=   <!-- Is this item renewable? Yes/No  -->
|renewable= (yes/no)
|stackable=   <!-- Is this item stackable? Yes/No  -->
|stackable= (yes/no)
|id=         <!-- The ID of the item              -->
|id= (in-game id)
}}
}}
</pre>
</pre>
{{Food
|image=Maze Wafer.png
|type=Food
|restores=4 (2 x {{F}})
|cookable=No
|renewable=No
|stackable=Yes <small>(64)</small>
|id=maze_wafer
}}
==Style Guide==
* '''Do''' use isometric renders of items. Images should be no more than 256px with a transparent background.
* '''Do''' use the correct image name for the <code>image</code> parameter. An incorrect name will lead to display errors.
* '''Do''' use correct grammar for parameter input. All words not pertaining to <code>id</code> should be capitalized.
* '''Do not''' insert incorrect data. Before submitting a change, consult with appropriate parties to verify values. Intentional disruption of data will result in a block.
* '''Do not''' assume values for parameters. Values should be used from in-game data or code.
* '''Do not''' use screenshots or excessively large images for the <code>image</code> parameter.
* '''Do not''' use HTML markdown to alter the template. Changes must be approved for the template.
* '''Do not''' insert more information than what the infobox is capable of holding. Additional information must be input in text description.
[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Latest revision as of 14:31, 12 June 2024

This template is used to make a nice table for anything relating to Food and their related pages.
Here is a general breakdown of how to use this template: Usage:

{{Food
|name=        <!-- The Name of this item (Optional) -->
|image=       <!-- The Image file of this item      -->
|restores=    <!-- The Amount of Hunger Restored    -->
|cookable=    <!-- Can this food be cooked? Yes/No  -->
|renewable=   <!-- Is this item renewable? Yes/No   -->
|stackable=   <!-- Is this item stackable? Yes/No   -->
|id=          <!-- The ID of the item               -->
}}
Food
Maze Wafer.png
Hunger Restored 4 (2 x Hunger.png)
Cookable No
Renewable No
Stackable Yes (64)
ID twilightforest:maze_wafer

Style Guide[edit]

  • Do use isometric renders of items. Images should be no more than 256px with a transparent background.
  • Do use the correct image name for the image parameter. An incorrect name will lead to display errors.
  • Do use correct grammar for parameter input. All words not pertaining to id should be capitalized.
  • Do not insert incorrect data. Before submitting a change, consult with appropriate parties to verify values. Intentional disruption of data will result in a block.
  • Do not assume values for parameters. Values should be used from in-game data or code.
  • Do not use screenshots or excessively large images for the image parameter.
  • Do not use HTML markdown to alter the template. Changes must be approved for the template.
  • Do not insert more information than what the infobox is capable of holding. Additional information must be input in text description.