Help:Boilerplate food

From PZwiki
Revision as of 01:17, 14 February 2023 by Faalagorn (talk | contribs) (Update template)
PZwikiHelpBoilerplatesBoilerplate food
This boilerplate is used for giving a new page a standard look. Copy the code below and add it to your new page before adding the relevant content. This boilerplate is currently in an early format and we are likely to add and change sections as time goes on. If you wish to suggest improvements to this boilerplate, please use the discussion page.
The current code and result of the code are shown below. Anything between <!-- and --> is a comment and can safely be discarded, and it will not affect the template.
<!--COMMENT: This section is for the language and the format of the page. The languages section is used for linking pages. The syntax for each page (regardless of language) will be: {{languages}}, linking every subpage with "/##" at the end, where "##" is the language code. E.g. "Nails/es" and "Nails/fr" even if there are redirects.-->
{{languages}}
<!--COMMENT: The header template goes below the language template, there should be NOTHING in between. The format can be seen in the header template with a working explanation. The header connects categories and Version number. PLEASE ENTER THE VERSION AND INCREMENT NUMBER WHEN YOU MAKE OR EDIT A PAGE. It helps everyone else know how old the page is version-wise.-->
{{header|The Game World|Items|Food|Perishable Food|Fruit|type=Food|version=Version 41|incver=0}}
<!--COMMENT: Here is the infobox for the food. This is a quick lookup for the item's stats. For more information, see: https://pzwiki.net/wiki/Template:Infobox_food-->
{{Infobox food
|display_name=?
|name_colour=Food
|name_text_colour=Food
|image=image.png
|alternate_image=image.png{{!}}32px
|alternate_name=?
|alternate_link=
<!--GENERAL-->
|category=?
|weight=?
|function=?
|packaged=?
|cant_be_frozen=?
|days_fresh=?
|days_rotten=?
<!--NUTRITION-->
|hunger_change=?
|thirst_change=?
|calories=?
|lipids=?
|proteins=?
|carbohydrates=?
<!--EFFECT-->
|unhappy_change=?
|boredom_change=?
|stress_change=?
|fatigue_change=?
|reduce_infection_power=?
|alcohol_power=?
|poison_power=?
<!--COOKING-->
|cook_minutes=?
|burn_minutes=?
|dangerous_uncooked=?
|bad_microwaved=?
|good_hot=?
|bad_cold=?
|spice=?
<!--TECHNICAL DETAILS-->
|class_name=?
}}An introduction to the item. Include [[Nails|links]] (example link is to Nails article) to other pages within the wiki where appropriate. 

<!--COMMENT: This is where the 'Table Of Contents' will go if it is needed.-->
__TOC__

==Usage==
What can the item be used for, also try to mention how many uses it has.

===Trapping===
{{Main|Trapping}}
If this item is used in trapping, include that here.

===Fishing===
{{Main|Fishing}}
If this item is used in fishing, include that here.

===Consumable properties===
<!--COMMENT: This section explains how the food values alter over time, ranging from fresh uncooked, to burnt, to rotten, fill in details as appropriate. Example used is Chicken.-->
{{Consumables2
|image=Chicken.png
|hunger=-35
|perishable=1
|cookable=1
|dangerous uncooked=1
|boredom=0
|unhappiness=0
|unrotten hunger=-26
|unrotten unhappiness=+10
|unrotten boredom=+10
|rotten hunger=-15
|rotten unhappiness=+20
|rotten boredom=+20
|cooked hunger=-45
|cooked unhappiness=0
|cooked boredom=0
|unrottencooked hunger=-26
|unrottencooked unhappiness=+10
|unrottencooked boredom=+10
|rottencooked hunger=-15
|rottencooked unhappiness=+20
|rottencooked boredom=+20
|burned hunger=-11
|burned boredom=+20
|burned unhappiness=+20
|burned image=Chicken Overdone.png
|rotten image=Chicken Rotten.png
|cooked image=Chicken Cooked.png
}}

==Crafting==
<!--COMMENT: Code in crafting templates which displays what the item is used for, see RecipeLookup Template for full list, example shown below.-->

===Obtaining===
The item is a precursor to making a [[cake]]
{{Crafting table header}}
{{RecipeLookup|2039}}
{{Crafting table footer}}

===What it makes===
{{Crafting table header}}
{{RecipeLookup|2037}}
{{Crafting table footer}}

===Evolved recipes===
<!--COMMENT: This section explains how much of the item can be used in cooking. (see the code for amounts).-->
This item is an ingredient in the following evolved recipes.
{{EvolvedRecipesForItem|soup=-9|stew=-9|salad=-9|stirfry=-9|roastedvegetables=-9|sandwich=-9|burger=-9|pie=-9|cake=-9|pastapot=-9|pastapan=-9|ricepot=-9|ricepan=-9|hotdrink=-9}}

==Distribution==
<!--COMMENT: The locations this item can be found should be placed here. Precise values that can be put into tables can be found in the distribution.lua and vehicledistribution.lua files.-->

===Buildings===
{| class="wikitable" style="text-align:center;"
|-
!Building/Room
!Container
!Rolls
!Chance
|-
|Fossoil
|[[Containers#Counters|Counter]]
|4
|5
|-
|Grocery Store
|[[Containers#Counters|Counter]]
|4
|5
|-
|Storage Unit
|[[Containers|All]]
|3
|5
|-
|Zippee Store
|[[Containers#Counters|Counter]]
|1
|5
|}

===Vehicles===
{| class="wikitable" style="text-align:center;"
|-
!Profession
!Container
!Rolls
!Chance
|-
|Golf
|[[Trunk]]
|2
|3
|-
|Police
|[[Trunk]]
|4
|1
|-
|Taxi
|[[Trunk]]
|3
|2
|}

===Farming===
If this item is obtained through farming, include details about that here.

===Trapping===
If this item is obtained through trapping, include details about that here.

===Foraging===
If this item is obtained through foraging, include details about that here. 

===Fishing===
If this item is obtained through fishing, include details about that here. 

==Code==
<!--COMMENT: Current location of Code in directory for updating purposes. Example below shows how to lay it out. ''''' is for bold italic.-->
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
<!--COMMENT: Add the retrieved template so both visitors and editors can tell how old the code is and whether or not it may need to be updated.-->
{{Retrieved|version=41|incver=0}}
<!--COMMENT: Example code taken from file. Items.txt and Newitems.txt are usually the source of the information at this time for basic items. Nowiki is used to display the text only, example used is Broccoli.-->
<pre>
	item Broccoli
		HungerChange		= -9,
		Weight			= 0.2,
		Type			= Food,
		DaysTotallyRotten	= 6,
		DisplayName		= Broccoli,
		Icon			= Broccoli,
		DaysFresh		= 4,
		EvolvedRecipe 		= Soup:9;Stew:9;Pie:9;Stir fry:9;Salad:9;Roasted Vegetables:9;RicePot:9;RicePan:9;PastaPot:9;PastaPan:9,
		FoodType    		= Vegetables,
        	Carbohydrates 		= 2.06,
        	Proteins 		= 0.87,
        	Lipids 			= 0.11,
        	Calories 		= 11,
</pre>

==See also==
<!--COMMENT: Location of links to relevant guides eg: Weapons guide, construction etc.-->
*[[Recipe Ingredients|List of Recipe Ingredients]]

<!--COMMENT: Navbox placement goes here. Code example = {{Navbox weapons}}, (see all current navboxs via the template section).-->
{{Navbox food}}

This will produce the following:


The Game WorldItemsFoodPerishable FoodFruitBoilerplate food
?
?
?
General
Category ?
Encumbrance
Heavy Load
?
Function ?
Days until stale ? days
Days until rotten ? days
Can't be frozen ?
Packaged ?
Nutrition
Hunger
Hunger
?
Thirst
Thirst
?
Calories
Calories
?
Carbohydrates
Carbohydrates
?
Proteins
Proteins
?
Fat
Fat
?
Effect
Unhappiness
Unhappiness
?
Boredom
Boredom
?
Stress
Stress
?
Fatigue
Tired
?
Reduce infection ?%
Alcohol
Drunk
?
Poison
SkullPoison.png
?
Cooking
Time until cooked ? minutes
Time until burned ? minutes
Dangerous uncooked ?
Bad microwaved ?
Good hot ?
Bad cold ?
Spice ?
Technical details
Item ID ?

An introduction to the item. Include links (example link is to Nails article) to other pages within the wiki where appropriate.

Usage

What can the item be used for, also try to mention how many uses it has.

Trapping

Main article: Trapping

If this item is used in trapping, include that here.

Fishing

Main article: Fishing

If this item is used in fishing, include that here.

Consumable properties

Template:Consumables2

Crafting

Obtaining

The item is a precursor to making a cake Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

What it makes

Template:Crafting table header |- |
| | | ||
||
||
||
||
||
||
||
||
||
||
Template:Crafting table footer

Evolved recipes

This item is an ingredient in the following evolved recipes.

Product Nutrition
Soup
Soup
-9
Stew
Stew
-9
Salad
Salad
-9
Stir Fry
Stir Fry
-9
Roasted Vegetables
Roasted Vegetables
-9
Sandwich
Sandwich
-9
Burger
Burger
-9
Pie (savory)
Pie (savory)
-9
Cake
Cake
-9
Rice Pot/Saucepan
Rice Pot/Saucepan
-9
Pasta Pot/Saucepan
Pasta Pot/Saucepan
-9
Beverage
Beverage
-9

Distribution

Buildings

Building/Room Container Rolls Chance
Fossoil Counter 4 5
Grocery Store Counter 4 5
Storage Unit All 3 5
Zippee Store Counter 1 5

Vehicles

Profession Container Rolls Chance
Golf Trunk 2 3
Police Trunk 4 1
Taxi Trunk 3 2

Farming

If this item is obtained through farming, include details about that here.

Trapping

If this item is obtained through trapping, include details about that here.

Foraging

If this item is obtained through foraging, include details about that here.

Fishing

If this item is obtained through fishing, include details about that here.

Code

From items.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 41.0

	item Broccoli
		HungerChange		= -9,
		Weight			= 0.2,
		Type			= Food,
		DaysTotallyRotten	= 6,
		DisplayName		= Broccoli,
		Icon			= Broccoli,
		DaysFresh		= 4,
		EvolvedRecipe 		= Soup:9;Stew:9;Pie:9;Stir fry:9;Salad:9;Roasted Vegetables:9;RicePot:9;RicePan:9;PastaPot:9;PastaPan:9,
		FoodType    		= Vegetables,
        	Carbohydrates 		= 2.06,
        	Proteins 		= 0.87,
        	Lipids 			= 0.11,
        	Calories 		= 11,

See also