Template:Infobox mineral
Appearance
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.
}}
typeis one ofOre,Gem, orMaterial.minesis 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).obtainedis the human readable source line (for exampleMiningorMining, crushing crystal nodes).- Pages are normally generated by the build script, not written by hand.