Template:Synthesis/Cargo: Difference between revisions

From Phantasy Star Universe Clementine
No edit summary
(move materials to own table)
Line 4: Line 4:
|_parentTables = Boards(_localField=board_id, _remoteField=id, _alias=BoardSynthesis); Items(_localField=item_id, _remoteField=id, _alias=BoardSynthesis);  
|_parentTables = Boards(_localField=board_id, _remoteField=id, _alias=BoardSynthesis); Items(_localField=item_id, _remoteField=id, _alias=BoardSynthesis);  
|board_id = String (mandatory;regex=[A-F0-9]{8};size=8)
|board_id = String (mandatory;regex=[A-F0-9]{8};size=8)
|material_1_id = String (mandatory;regex=[A-F0-9]{8};size=8)
|quantity_1 = Integer (mandatory)
|material_2_id = String (regex=[A-F0-9]{8};size=8)
|quantity_2 = Integer
|material_3_id = String (regex=[A-F0-9]{8};size=8)
|quantity_3 = Integer
|material_4_id = String (regex=[A-F0-9]{8};size=8)
|quantity_4 = Integer
|item_id = String (mandatory;regex=[A-F0-9]{8};size=8)
|item_id = String (mandatory;regex=[A-F0-9]{8};size=8)
|element = Integer
|element = Integer
|element_percent = Integer
|element_percent = Integer
}}</noinclude>
}}</noinclude>

Revision as of 15:45, 21 January 2025


This template defines the table "Synthesis". View table.