=== Usage ===
{{Infobox Ore
| image = <!-- File name without namespace prefix -->
| short_desc = <!-- Optional, sets the page's short description-->
| tool_type = <!-- Capitalised tool or list of tools required (eg. Pickaxe), defaults to Any if left blank -->
| tool_tier = <!-- Capitalised tier of tool required (eg. Iron), defaults to Any if left blank -->
| overworld_min_y = <!-- Integer, lowest Y level this ore spawns in the Overworld, defaults to N/A if left blank -->
| overworld_max_y = <!-- Integer, highest Y level this ore spawns in the Overworld, defaults to N/A if left blank -->
| overworld_best_y = <!-- Integer range with spaces around the dash (eg. -5 - 50), hides the field if left blank -->
| nether_min_y = <!-- Integer, lowest Y level this ore spawns in the Nether, defaults to N/A if left blank -->
| nether_max_y = <!-- Integer, highest Y level this ore spawns in the Nether, defaults to N/A if left blank -->
| nether_best_y = <!-- Integer range with spaces around the dash (eg. -5 - 50), hides the field if left blank -->
| end_min_y = <!-- Integer, lowest Y level this ore spawns in The End, defaults to N/A if left blank -->
| end_max_y = <!-- Integer, highest Y level this ore spawns in The End, defaults to N/A if left blank -->
| end_best_y = <!-- Integer range with spaces around the dash (eg. -5 - 50), hides the field if left blank -->
}}Provides the Infobox for an Ore block. Also automatically sets categories and a short description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Image | image | File name without namespace prefix
| String | required |
| Tool Type | tool_type | Capitalised tool or comma-separated list of tools required (eg. Hand, Pickaxe)
| String | optional |
| Tool Tier | tool_tier | Capitalised tool or list of tools required (eg. Pickaxe)
| String | optional |
| Overworld - Minimum Y | overworld_min_y | Lowest Y level this ore spawns in the Overworld
| Number | optional |
| Overworld - Maximum Y | overworld_max_y | Highest Y level this ore spawns in the Overworld
| Number | optional |
| Overworld - Best Y | overworld_best_y | Integer range with spaces around the dash, hides the field if left blank.
| String | optional |
| Nether - Minimum Y | nether_min_y | Lowest Y level this ore spawns in the Nether
| Number | optional |
| Nether - Maximum Y | nether_max_y | Highest Y level this ore spawns in the Nether
| Number | optional |
| Nether - Best Y | nether_best_y | Integer range with spaces around the dash, hides the field if left blank.
| String | optional |
| The End - Minimum Y | end_min_y | Lowest Y level this ore spawns in The End
| Number | optional |
| The End - Maximum Y | end_max_y | Highest Y level this ore spawns in The End
| Number | optional |
| The End - Best Y | end_best_y | Integer range with spaces around the dash, hides the field if left blank.
| String | optional |
| Short Description | short_desc | Displays below the title.
| String | optional |