Jump to content

Template:Infobox mineral

From StepHarvest Wiki

This template defines the table "minerals". View table. Infobox for ores, gems, and mine materials. One template covers all three via the type parameter. Parameter names map to the game's data fields so a future bulk sync stays mechanical.

Data is also stored in the Cargo table minerals, so index pages like the ore and gem lists on Mining are queries, not hand maintained tables.

Usage

{{Infobox mineral
|name=Copper Ore
|image=Copper Ore
|type=Ore
|mines=Upper Mines, Iron Depths, Golden Tunnels, Crystal Caverns, Sonorite Depths
|obtained=Mining
|description=A common ore that can be smelted into bars.
}}
  • type is one of Ore, Gem, or Material.
  • mines is a comma separated list of the named mines where the item is found. Leave empty for items that cannot be mined (for example crush only gems).
  • obtained is the human readable source line (for example Mining or Mining, crushing crystal nodes).
  • Pages are normally generated by the build script, not written by hand.