More languages
More actions
mNo edit summary |
mNo edit summary |
||
Line 10: | Line 10: | ||
|data2 = {{Infobox | subbox = yes | |data2 = {{Infobox | subbox = yes | ||
| header1 = Overworld | | header1 = Overworld | ||
| label2 = Max Y | data2 = {{#if:{{{overworld_max_y|}}}|{{{overworld_max_y}}}|N/A}} | |||
| label3 = Min Y | data3 = {{#if:{{{overworld_min_y|}}}|{{{overworld_min_y}}}|N/A}} | | label3 = Min Y | data3 = {{#if:{{{overworld_min_y|}}}|{{{overworld_min_y}}}|N/A}} | ||
}} | |||
|data3 = {{Infobox | subbox = yes | |||
| header1 = Nether | |||
| label2 = Max Y | data2 = {{#if:{{{nether_max_y|}}}|{{{nether_max_y}}}|N/A}} | |||
| label3 = Min Y | data3 = {{#if:{{{nether_min_y|}}}|{{{nether_min_y}}}|N/A}} | |||
}} | |||
|data4 = {{Infobox | subbox = yes | |||
| header1 = The End | |||
| label2 = Max Y | data2 = {{#if:{{{end_max_y|}}}|{{{end_max_y}}}|N/A}} | |||
| label3 = Min Y | data3 = {{#if:{{{end_min_y|}}}|{{{end_min_y}}}|N/A}} | |||
}} | }} | ||
}}<!-- | }}<!-- | ||
Line 18: | Line 29: | ||
-->[[Category:Ores]]<!-- | -->[[Category:Ores]]<!-- | ||
-->{{#if:{{{overworld_min_y|}}}|[[Category:Overworld Ores]]}}<!-- | -->{{#if:{{{overworld_min_y|}}}|[[Category:Overworld Ores]]}}<!-- | ||
-->{{#if:{{{nether_min_y|}}}|[[Category:Nether Ores]]}}<!-- | |||
-->{{#if:{{{end_min_y|}}}|[[Category:Ender Ores]]}}<!-- | |||
<!-- | <!-- | ||
Revision as of 22:14, 24 April 2025
=== 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 -->
}}