Template:ItemInfobox/zh-cn

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

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

用途

Creates an infobox to be used for most items.

构造

You can remove any parameter that is not being used. (By default, any unfilled parameter will not show up in the infobox.)

{{ItemInfobox
 |name =
 |image =
 |desc = <!-- Please enter the In-Game Item Description here. -- While desc does not appear in the infobox, it is used by scripts in the page and across the wiki. -->
 |rarity =
 |category =
 |location =
 |environment =
 |group =
 |time =
 |focus =
 |sqfocus =
 |drops =
 |requires =
 |obtain =
 |cost =
 |crafter =
 |cooktime =
 |crafttime =
 |harvesttime =
 |buff =
 |bait =
 |ingredients =
 |value =
 |sqvalue =
 |minxp =
 |maxxp =
 |needed =
}}

示例

{{ItemInfobox
 |name = Chapaa
 |image =
<gallery>
ChapaaChuckle.png|In-game
TauWow.png|Illustration
</gallery>
 |rarity = rare
 |category = Gatherable
 |desc = Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam vel placerat quam.
 |location = [[Kilima Village]]
 |evironment = Bahari Caves
 |group = [[Chapaa_(Species)|Chapaa]]
 |time = All Day
 |focus = 153
 |sqfocus = 324
 |behavior = Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 |drops = {{ItemList
  |Fur
  |Plant Fiber
  |Sundrop Lily
  |Chapaa Meat
 }}
 |obtain = Quest Reward
 |requires = {{Skill|Mining|10}}
 |crafter = Glass Furnace
 |harvesttime = 3 days
 |bait = Glow Worm
 |ingredients= {{ItemList
  |Shell = 1
  |Chapaa Meat = 3
  |Spice Sprouts = 1
  |Wild Garlic = 153
 }}
 |value = 146
 |sqvalue = 321
 |needed = Used in ''all'' the quests
}}

相关信息