Template:Database/Ingredients/CargoDeclare

From Enshrouded Wiki
Jump to navigation Jump to search

Declare database table Ingredients schema (fields and structure)

Fields:

  • CraftedItem === _pageName = pagename of crafted item
  • CraftedImage = filename of item image, set ONLY when different from {{PAGENAME}}.png
  • CraftedQuantity = quantity of items crafted
  • SourceItem = pagename of source material
  • SourceQuantity = required quantity of source material
  • SourceImage is not known where this is transcluded, it must be queried from the Items table when rendering Template:DataQuery/CraftedFrom


// Start included part

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