Malli: KeskitasonAinesosaInfolaatikko

Palia Wikistä
Siirry navigaatioon Siirry hakuun
Tämä on käännetty versio sivusta Template:IntermediateIngredientInfobox, ja käännös on 100 % valmis.
Mallin dokumentaatio
Huom. joitain osia mallin esimerkistä ei välttämättä näy ilman annettuja arvoja.
Katsele tai muokkaa tätä dokumentaatiota. (Mallin dokumentaatiosta)
Muokkaajat voivat tehdä testejä tämän mallin sandboxissa ja testisivulla.

Käyttö

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!

Syntaksi

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

Esimerkkejä

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

Katso myös