Roasting Pan/fr: Difference between revisions

From PZwiki
< Roasting PanRoasting Pan/fr
(Created page with "{{languages|Roasting Pan}} {{Items/fr |image = Roasting Pan.png |weight = 1.3 }} Un outil de cuisine utilisé pour cuisiner une Casserole de poulet au brocoli. == Recet...")
 
No edit summary
Line 21: Line 21:


<pre>
<pre>
item RoastingPan
item RoastingPan
{
{
Type = Normal,
DisplayName = Roasting Pan,
DisplayName = Roasting Pan,
Icon = Roastingpan,
Icon = Roastingpan,
Type = Normal,
Weight = 1.3
Weight = 1.3
}
}
</pre>
</pre>


[[Category:Outils]]
[[Category:Outils]]

Revision as of 12:35, 6 April 2014


Template:Items/fr

Un outil de cuisine utilisé pour cuisiner une Casserole de poulet au brocoli.

Recettes

Nom Ingrédients Description

Template:RecipeLookup/fr

Code

	item RoastingPan
	{
		DisplayName	= Roasting Pan,
		Icon		= Roastingpan,
		Type		= Normal,
		Weight		= 1.3
	}