Template:Item/Cargo: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude>{{{{FULLPAGENAME}}/doc}} | <noinclude>{{{{FULLPAGENAME}}/doc}} | ||
{{#cargo_declare: | {{#cargo_declare: | ||
_table = Items | _table = Items | ||
|id = String (mandatory;unique) | |id = String (mandatory;unique;size=8) | ||
|name = String | |name = String (size=32) | ||
|description = Text | |description = Text | ||
|rarity = | |rarity = Float | ||
|buy_price = | |buy_price = Float | ||
|sell_price = | |sell_price = Float | ||
<!-- Derived Properties --> <!-- The duplicated storage is intentional to save on subquerying. --> | <!-- Derived Properties --> <!-- The duplicated storage is intentional to save on subquerying. --> | ||
|category_id = String (mandatory) | |category_id = String (mandatory) |
Revision as of 15:16, 9 April 2024
Template used for declaring item properties in Cargo. This template defines the table "Items". View table.