Pizza: Difference between revisions

From PZwiki
mNo edit summary
(Redesigned page, + Nav Bar, + Categories, Rewrote Description, checked code, +Nutritional values, re-wrote description -history section (redundant))
Line 1: Line 1:
{{languages}}
__NOTOC__
'''{{PAGENAME}}''' is a form of food usually found in [[refrigerator]]s. <br>
{{languages|Pizza}}
<div class="header" style="margin: 5px; align: right; background: #CEF2E0; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #A3BFB1"> <!-- Code for Background Colour -->
<div style="float: right;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #CEF2E0;border: 1px solid #A3BFB1; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Perishable_Food|Perishable Foods]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Consumables
{{Consumables
|image = Item_Pizza.png
|image = Item_Pizza.png
|hunger = -25  
|hunger = -25
|boredom = -10
|weight = 0.3
|weight = 0.3
}}
}}
A slice of pizza is a [[Food#Perishable|perishable]] food item which is found inside of [[refrigerator|freezer]]s and in Pizza Diners ingame.<br><br>
Pizza takes three in-game days to go stale, and five in-game days to rot.
== Nutritional Information ==
{| border=0 align=left <!-- Table will be in middle of page without this line -->
|
{{Consumables2
{{Consumables2
|image = Item_Pizza.png
|image = Item_Pizza.png
Line 19: Line 30:
|rotten image = Item_Pizza.png
|rotten image = Item_Pizza.png
}}
}}
|}
<br><br><br><br><br><br><br><br><br><br><br>
'''It's Nutritional Values are as follows:'''<br>
Carbohydrates = 120 <br>
Proteins = 42 <br>
Lipids = 39 <br>
Calories = 990 <br><br>


== Code ==
== Code ==
  <nowiki>item Pizza
<br>
    {
  <nowiki>
         HungerChange = -25,
    item Pizza
         Weight = 0.3,
         HungerChange = -25,
         Type = Food,
         Weight = 0.3,
         UnhappyChange = -10,
         Type = Food,
         DisplayName = Pizza,
         UnhappyChange = -10,
         DaysTotallyRotten = 5,
         DisplayName = Pizza,
         DaysFresh = 3,
         DaysTotallyRotten = 5,
         Icon = Pizza,
         DaysFresh = 3,
    }</nowiki>
         Icon = Pizza,
 
        Carbohydrates = 120,
== History ==
        Proteins = 42,
 
        Lipids = 39,
{| class="wikitable" width="550" style="text-align:center;"
        Calories = 990,
|-
    </nowiki>
! Alpha || 
|-
| - || -
|}


==See Also==
==See Also==
Line 48: Line 62:
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Food]]
[[Category:Food]]
[[Category:Perishable Food]]
[[Category:Perishable_Food]]
[[Category:Version 34.28]]

Revision as of 21:14, 15 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Perishable Foods -> Pizza   


A slice of pizza is a perishable food item which is found inside of freezers and in Pizza Diners ingame.

Pizza takes three in-game days to go stale, and five in-game days to rot.

Nutritional Information

Template:Consumables2












It's Nutritional Values are as follows:
Carbohydrates = 120
Proteins = 42
Lipids = 39
Calories = 990

Code


    item Pizza
        HungerChange		= -25,
        Weight			= 0.3,
        Type			= Food,
        UnhappyChange		= -10,
        DisplayName		= Pizza,
        DaysTotallyRotten	= 5,
        DaysFresh 		= 3,
        Icon			= Pizza,
        Carbohydrates 		= 120,
        Proteins 		= 42,
        Lipids 			= 39,
        Calories 		= 990,
    

See Also

Template:Navbox/Consumables