Template:Synthesis/Recipes/Slots/Cargo: Difference between revisions

From Phantasy Star Universe Clementine
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{{{FULLPAGENAME}}/doc}}
<noinclude>{{{{FULLPAGENAME}}/doc}}
{{#cargo_declare:
{{#cargo_declare:
_table = SynthesisMaterialSlot
_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)
|material_table_index = Integer (mandatory)
|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.