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