模板:临时的食材信息

来自Palia Wiki
跳转到导航 跳转到搜索
本页是页面Template:IntermediateIngredientInfobox翻译版本,翻译工作已完成100%。
模板文件
注意:如果没有提供数值,可能无法看到模板样本的部分内容。
查看或编辑本文档 (关于模版文件)
编辑者可在该模板的沙盒测试用页面进行实验。

此模板已有关联或子模板: Template:IntermediateIngredientInfobox

用途

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

相关信息