Template:Synthesis/Cargo: Difference between revisions

From Phantasy Star Universe Clementine
m (Mika moved page Template:Board/Materials/Cargo to Template:Synthesis/Cargo without leaving a redirect: renamed to Synthesis)
No edit summary
Line 1: Line 1:
<noinclude>{{{{FULLPAGENAME}}/doc}}
<noinclude>{{{{FULLPAGENAME}}/doc}}
{{#cargo_declare:
{{#cargo_declare:
_table = Board_Materials
_table = Synthesis
|_parentTables = Boards(_localField=id, _remoteField=id, _alias=Materials);
|_parentTables = Boards(_localField=board_id, _remoteField=id, _alias=BoardSynthesis); Items(_localField=item_id, _remoteField=id, _alias=BoardSynthesis);  
|id = String (mandatory;regex=[A-F0-9]{8};size=8)
|board_id = String (mandatory;regex=[A-F0-9]{8};size=8)
|material = String (mandatory;regex=[A-F0-9]{8};size=8)
|material_1_id = String (mandatory;regex=[A-F0-9]{8};size=8)
|cost = Float (mandatory)
|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)
|element = Integer
|element_percent = Integer
}}</noinclude>
}}</noinclude>

Revision as of 00:09, 10 January 2025


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