Template:IntermediateIngredientInfobox/fr

From Palia Wiki
Jump to navigation Jump to search
This page is a translated version of the page Template:IntermediateIngredientInfobox and the translation is 100% complete.
Template de documentation
Note : des parties de l'exemple du modèle peuvent ne pas être visibles si les valeurs ne sont pas fournies.
Voir ou éditer cette documentation. (A propos du template de documentation)
Les éditeurs peuvent expérimenter dans les pages sandbox et cas de test de ce modèle.
Ce modèle a des traductions, des éléments apparentés ou des sous-modèles existants :

Utilisation

Use to get data from template parameters. This will be wrapped into a p HTML tag.

!Note: This template will only get the litteral data that was passed into the specified template. This means defaults will be read out as empty!

Syntaxe

{{IntermediateIngredientInfobox
 |name =
 |desc =
 |crafter =
 |type =
 |ingredients =
}}
Field Accepted Parameters Notes
name any string Name of the ingredient
desc any string Description of the ingredient
crafter page name Name of the crafter this ingredient can be Crafted at
type page name Action you have to perform at the crafter (Baking, Chopping, Flipping, Rolling, Stirring)
ingredients {{ItemList}} The ingredients you need to craft

Exemples

{{IntermediateIngredientInfobox
 |desc = Sweet leaf ground into a sugar suitable for cooking.
 |crafter = Mixing Station
 |type = Stirring
 |ingredients = {{ItemList
  |Sweet Leaf = 1
 }}
}}

Lié à