Template:Database/Items/CargoDeclare

From Enshrouded Wiki
Jump to navigation Jump to search

Declare database table Items schema (fields and structure)

Fields:

  • _pageName === ItemPage = pagename of item, usually same as in-game title except for special characters and name collisions
  • Title = in-game title text, set ONLY when different from {{SUBPAGENAME}}
  • Image = filename of item image, set ONLY when different from {{SUBPAGENAME}}.png
  • Description = in-game description of item
  • StackSize = how many items maximum in one inventory slot
  • TODO remaining fields when finalized


// Start included part

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