Trowel: Difference between revisions

From PZwiki
(Redesigned Page, + Navbar, +New Description, +Farming Link + Categories + Code + Tool Navbox)
(Updated Page to use new Navigation System, + code to include metal value, - unnecessary categories due to header implementation. + Farming Navbox.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Trowel}}
{{languages|Trowel}}
<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 -->
{{header|The Game World|Items|Farming|version=Version 37|incver=14}}{{Items
<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''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Farming|Farming]] -> [[{{PAGENAME}}]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Items
|image = Trowel.png   
|image = Trowel.png   
|weight = 1.0
|weight = 1.0
}} <!--/infobox-->
}}'''A Trowel''' (also known in code as a HandShovel) is  small hand shovel which is used to till the earth. It can be found in garages, crates, sheds, and in kitchens.
 
'''A Trowel''' (also known in code as a HandShovel) is  small hand shovel which is used to till the earth. It can be found in garages, crates, sheds, and in kitchens.
<br><br>
<br><br>
The trowel is a tool required to sow seeds while [[Farming|farming]].
The trowel is a tool required to sow seeds while [[Farming|farming]].
Line 35: Line 30:
Icon = TZ_GardenTrowel,
Icon = TZ_GardenTrowel,
Weight = 1.0,
Weight = 1.0,
MetalValue = 30,
  </nowiki>
  </nowiki>
     
     
{{Navbox/Tools}}
{{Navbox/Tools}}
[[Category:Farming]]
{{Navbox/Farming}}
[[Category:Tools]]
[[Category:Tools]]
[[Category:Items]]
[[Category:Version 34.28]]

Revision as of 22:45, 18 May 2017


Template:ItemsA Trowel (also known in code as a HandShovel) is small hand shovel which is used to till the earth. It can be found in garages, crates, sheds, and in kitchens.



The trowel is a tool required to sow seeds while farming.

When digging with a trowel, there is a chance of recovering a Worm which can be used for bait for fishing, traps or they can in emergencies be consumed.

See Farming for further information.

Farming

Name Recipe Description Crafting Level












Code

    

	
    item HandShovel
		Type		= Normal,
		DisplayName	= Trowel,
		Icon		= TZ_GardenTrowel,
		Weight		= 1.0,
		MetalValue 	= 30,
	
 

      Template:Navbox/Tools Template:Navbox/Farming