Template:IntermediateIngredientInfobox

From Palia Wiki
Jump to navigation Jump to search
Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.
This template has existing translations, relatives, or sub-templates:

Usage

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!

Syntax

{{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

Examples

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

Related