Template:Synthesis/Recipes/Slots/Cargo: Difference between revisions
m (Mika moved page Template:Synthesis/Materials/Cargo to Template:Synthesis/Recipes/Slots/Cargo without leaving a redirect) |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{{{FULLPAGENAME}}/doc}} | <noinclude>{{{{FULLPAGENAME}}/doc}} | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table = | _table = SynthesisRecipeMaterials | ||
|_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) | ||
| | |recipe_id = 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> |
Latest revision as of 17:46, 21 January 2025
This template defines the table "SynthesisRecipeMaterials". View table.