Coffee: Difference between revisions

From PZwiki
No edit summary
(Reworked page, + Nav bar, corrected categories, + description, verified code as current.)
Line 1: Line 1:
{{languages}}
__NOTOC__
{{languages|Coffee}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[ Main_Page|Index]] -> [[:Category:Food|Food]] -> [[:Category:Drinks|Drinks]] -> [[Coffee|Coffee]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Items  
{{Items  
|image = SmallCoffeeJar.png
|image = SmallCoffeeJar.png
|weight = 1
|weight = 1
}}
}}
 
Coffee is used to make a [[Hot_Cuppa|'Hot Cuppa']]. It is used completely when making the [[Hot_Cuppa|'Hot Cuppa']].
 
<br><br>
== Crafting ==
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"  
{| class="wikitable sortable" style="text-align:center;"  
Line 16: Line 20:


== Code ==
== Code ==
  <nowiki>item Coffee
  <nowiki>
{
item Coffee
Type = Normal,
Weight = 1,
DisplayName = Coffee,
Type = Normal,
Icon = InstantCoffee,
DisplayName = Coffee,
Weight = 1,
Icon = InstantCoffee,
}</nowiki>
</nowiki>
[[Category:Version 0.2.0p]]
 
[[Category:Food]]
{{Navbox/Consumables}}
[[Category:Non-Perishable_Food]]
[[Category:Consumables]]
[[Category:Consumables]]
[[Category:Items]]
[[Category:Drinks]]
[[Category:Version 34.28]]

Revision as of 21:04, 10 August 2016


Page Updated @ Version: 34.28
   Navigation - Index -> Food -> Drinks -> Coffee   

Template:Items Coffee is used to make a 'Hot Cuppa'. It is used completely when making the 'Hot Cuppa'.

Crafting

Name Recipe Description












Code

	item Coffee
		Weight		=	1,
		Type		=	Normal,
		DisplayName	=	Coffee,
		Icon		=	InstantCoffee,

Template:Navbox/Consumables