Template:Item/doc
跳转到导航
跳转到搜索
文档
此模板用于物品类页面,模板来源为英文页面en:Template:Item。
用法
{{Item |name = |image = |tier = |group = |type = |desc = |scrap = |recipe = |crafting = |crafting2 = |unlock = |value = |bpm = |prod = |drain = |binomial = |buff = |food = |seed = |planet = }}
参数
注:除了名称和图片,等号后面可以填写英文,一部分会被模板自动转换,也可以手动填写中文。
- name = 物品的标准名称
- image = 物品的图片,填写格式为:图片文件名称.格式(例如Small Printer.png)
- tier = 物品尺寸,根据所需插槽可以直接填写数字1-4,或是Small、Medium、Large、Extra Large,分别为小(1插槽)、中(2插槽)、大(3插槽)、超大型(4插槽)
- type = 小类别,例如资源有自然资源、精炼资源和复合资源
- desc = 游戏中的官方物品描述
- scrap = 物品放入破碎机的产出
- recipe = (如果不可制造不需要加入此条)物品制造使用的材料
- crafting = (如果不可制造不需要加入此条)物品制作使用的模块
- crafting2 = (如果不可制造或只需要一个模块不需要加入此条)物品制作使用的第二个模块
- unlock = 解锁物品制作配方需要的条件
- value = 物品研究产出的总字节
- bpm = 物品研究每分钟产出的字节
- prod = 物品每秒产出的电力
- drain = 物品每秒消耗的电力
- binomial = 银河蜗牛的生物学名(直接填写所在行星即可)
- buff = 银河蜗牛提供的增益效果
- food = 银河蜗牛最喜欢的食物
示例(初始解锁物品)
{{Item |name = Small Printer |image = Small Printer.png |tier = 1 |group = Item |type = Crafting |desc = Prints small and medium sized items from [[Resources]]. |scrap = 0.25 |recipe = 1x {{ItemLink|Glass}} |crafting = Backpack |unlock = Unlocked |drain = 1 }}
示例(电力物品)
{{Item |name = Small Wind Turbine |image = Small Wind Turbine.png |tier = 1 |group = Item |type = Power Generation |desc = Converts wind into power. |scrap = 0.5 |recipe = {{itemLink|Ceramic}} x1 |crafting = Backpack |unlock = 300 |prod = 1.5 }}
示例(资源)
{{Item |name = Titanium |image = Nugget Titanium.png |tier = 1 |group = Resource |type = Refined |recipe = {{ItemLink|Titanite}} |crafting = Smelting Furnace |value = 250 |bpm = 50 }}
示例(图标缺失)
{{Item |name = Missing Icon |image = Nugget Astronium.png |tier = 1 |group = Resource |type = Natural |value = 500 |bpm = 200 }}