Template:Synthesis/Recipes/Slots/Cargo: Difference between revisions
(Created page with "<noinclude>{{{{FULLPAGENAME}}/doc}} {{#cargo_declare: _table = SynthesisMaterials |_parentTables = Synthesis(_localField=board_id, _remoteField=board_id, _alias=BoardSynthesis); |board_id = String (mandatory;regex=[A-F0-9]{8};size=8) |material_id = String (mandatory;regex=[A-F0-9]{8};size=8) |quantity = Integer (mandatory) |slot = Integer (mandatory) }}</noinclude>") |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude>{{{{FULLPAGENAME}}/doc}} | <noinclude>{{{{FULLPAGENAME}}/doc}} | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table = | _table = SynthesisMaterialSlot | ||
|_parentTables = Synthesis(_localField=board_id, _remoteField=board_id | |_parentTables = Synthesis(_localField=board_id, _remoteField=board_id); | ||
|board_id = String (mandatory;regex=[A-F0-9]{8};size=8) | |board_id = String (mandatory;regex=[A-F0-9]{8};size=8) | ||
|material_table_index = Integer (mandatory) | |||
|material_id = String (mandatory;regex=[A-F0-9]{8};size=8) | |material_id = String (mandatory;regex=[A-F0-9]{8};size=8) | ||
|quantity = Integer (mandatory) | |quantity = Integer (mandatory) | ||
|slot = Integer (mandatory) | |slot = Integer (mandatory) | ||
}}</noinclude> | }}</noinclude> |
Revision as of 16:52, 21 January 2025
This template defines the table "SynthesisMaterialSlot". This table has not been created yet.