模板:临时的食材信息

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.
模板文件
注意:如果没有提供数值,可能无法看到模板样本的部分内容。
查看或编辑本文档。 (关于模版文件)
编辑者可在该模板的沙盒测试用页面进行实验。
此模板已有翻译、关联或子模板:
Other languages:

用途

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!

构造

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

示例

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

相关信息