欢迎大家来到沙石镇时光中文维基!本站编辑权限开放,欢迎加入中文维基 QQ 群「沙海时光」:372816689
目前正在进行全站数据更新,期间可能会存在显示异常的问题。

全站通知:

模板:CraftStationTable

来自沙石镇时光维基
跳到导航 跳到搜索

Overview

This template creates the header and footer for a table listing crafting station recipes. It has to be used together with CraftStationTableRow,CraftStationTableRow/Cooking, or CraftStationTableRow/Factory templates.

Recyclers uses their own templates, see RecyclerTable and RecyclerTableRow

Examples of use

Basic table

{{CraftStationTable|header}}
{{CraftStationTable|footer}}

results in...

熔炉熔炉
物品 时间 材料 出售价格 经验 精通



Crafting station table

This example lists item name, crafting time, and materials. To be used with CraftStationTableRow for crafting materials.

Please make sure to use lowest possible level crafting station when listing items to ensure the displayed crafting time is accurate.

{{CraftStationTable|header|station=Furnace}}
{{:石砖|CraftStationTableRow}}
{{CraftStationTable|footer}}

results in...

熔炉熔炉
物品 时间 材料 出售价格 经验 精通

石砖


Cooking station table

This example lists item name, consumable effect, crafting time, and materials. To be used with CraftStationTableRow/Cooking for consumable items.

{{CraftStationTable|cooking|station=Blender lv1}}
{{:Rainbow Lemonade|CraftStationTableRow/Cooking}}
{{:Apple Juice|CraftStationTableRow/Cooking}}
{{:Milk Tea|CraftStationTableRow/Cooking}}
{{CraftStationTable|footer}}

results in...

搅拌器 搅拌器
物品 时间 原料 影响 出售价格

Rainbow Lemonade Apple Juice Milk Tea


Factory Table

To be used with CraftStationTableRow/Factory for factory items.

{{CraftStationTable|factory}}
{{:Titanium Bar|CraftStationTableRow/Factory}}
{{:Gear|CraftStationTableRow/Factory}}
{{:Apple Juice|CraftStationTableRow/Factory}}
{{CraftStationTable|footer}}

results in...


Titanium Bar Gear Apple Juice

|}