Difference between revisions of "Template:ModuleInfoTable"
Jump to navigation
Jump to search
(Created page with "<!-- ---- Template for Modules ---- Parameters ---- 1 - The icon_id for the module ---- 2 - the shape of the module (image file) --> {| class="infotable" !colspan="2"|[item:{{{1}}}:nolink] |- |[t:[itemdata:{{{1}}}:module_category]] |[[File:{{{2}}}]] |- |Sell Price |[itemdata:{{{1}}}:sell_price] G |- |Crafting Batch |[itemdata:{{{1}}}:output_amount] |- |Stack Size |[itemdata:{{{1}}}:stack_size] |- |Assembly Time |[itemdata:{{{1}}}:assembly_time] |} {{RecipeTemplate|{{...") |
m |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
---- Parameters | ---- Parameters | ||
---- 1 - The icon_id for the module | ---- 1 - The icon_id for the module | ||
--> | --> | ||
| Line 12: | Line 11: | ||
|- | |- | ||
|[t:[itemdata:{{{1}}}:module_category]] | |[t:[itemdata:{{{1}}}:module_category]] | ||
|[[ | |[s:module_shapes/[itemdata:{{{1}}}:module_shape]] | ||
|- | |- | ||
|Sell Price | |Sell Price | ||
| Line 26: | Line 25: | ||
|[itemdata:{{{1}}}:assembly_time] | |[itemdata:{{{1}}}:assembly_time] | ||
|} | |} | ||
Latest revision as of 12:45, 1 August 2022
| [item:{{{1}}}:nolink] | |
|---|---|
| [t:[itemdata:{{{1}}}:module_category]] | [s:module_shapes/[itemdata:{{{1}}}:module_shape]] |
| Sell Price | [itemdata:{{{1}}}:sell_price] G |
| Crafting Batch | [itemdata:{{{1}}}:output_amount] |
| Stack Size | [itemdata:{{{1}}}:stack_size] |
| Assembly Time | [itemdata:{{{1}}}:assembly_time] |