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

From Phantasy Star Universe Clementine
(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
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{{{FULLPAGENAME}}/doc}}
<noinclude>{{{{FULLPAGENAME}}/doc}}
{{#cargo_declare:
{{#cargo_declare:
_table = SynthesisMaterials
_table = SynthesisRecipeMaterials
|_parentTables = Synthesis(_localField=board_id, _remoteField=board_id, _alias=BoardSynthesis);
|_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.