Template:Board/Cargo: Difference between revisions

From Phantasy Star Universe Clementine
No edit summary
No edit summary
Line 3: Line 3:
_table = Boards
_table = Boards
|_parentTables = Items(_localField=make_id, _remoteField=id, _alias=ItemBoard);
|_parentTables = Items(_localField=make_id, _remoteField=id, _alias=ItemBoard);
|id = String (mandatory;unique;regex=[A-F0-9]{8})
|id = String (mandatory;unique;regex=[A-F0-9]{8};size=8)
|name = String
|name = String (size=32)
|make_id = String (mandatory;regex=[A-F0-9]{8})
|make_id = String (mandatory;regex=[A-F0-9]{8};size=8)
|time_to_synth = Integer
|time_to_synth = Float
|uses = Integer
|uses = Float
|min_synth_rate = Integer
|min_synth_rate = Integer
|max_synth_rate = Integer
|max_synth_rate = Integer
}}</noinclude>
}}</noinclude>

Revision as of 15:19, 9 April 2024


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