Template:Synthesis/Cargo: Difference between revisions

From Phantasy Star Universe Clementine
m (naming convention)
No edit summary
Line 3: Line 3:
_table = Board_Materials
_table = Board_Materials
|_parentTables = Boards(_localField=id, _remoteField=id, _alias=Materials);
|_parentTables = Boards(_localField=id, _remoteField=id, _alias=Materials);
|id = String (mandatory;regex=[A-F0-9]{8})
|id = String (mandatory;regex=[A-F0-9]{8};size=8)
|material = String (mandatory;regex=[A-F0-9]{8})
|material = String (mandatory;regex=[A-F0-9]{8};size=8)
|cost = Integer (mandatory)
|cost = Float (mandatory)
}}</noinclude>
}}</noinclude>

Revision as of 15:20, 9 April 2024


This template defines the table "Board_Materials". This table has not been created yet.