More languages
More actions
mNo edit summary |
mNo edit summary |
||
Line 74: | Line 74: | ||
Documentation | Documentation | ||
------------- | ------------- | ||
--><noinclude>[[Category:Infobox Templates]]{{/doc}}</noinclude> | --><noinclude>[[Category:Infobox Templates]]{{/doc}}<templatedata> | ||
{ | |||
"params": { | |||
"image": { | |||
"label": "Image", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"tool_type": { | |||
"label": "Tool Type", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Hand,Pickaxe,Shovel" | |||
] | |||
}, | |||
"tool_tier": { | |||
"label": "Tool Tier", | |||
"type": "string" | |||
}, | |||
"overworld_best_y": { | |||
"label": "Overworld - Best Y", | |||
"type": "string" | |||
}, | |||
"overworld_min_y": { | |||
"label": "Overworld - Minimum Y", | |||
"type": "number" | |||
}, | |||
"overworld_max_y": {}, | |||
"nether_min_y": {}, | |||
"nether_max_y": {}, | |||
"nether_best_y": {}, | |||
"end_min_y": {}, | |||
"end_max_y": {}, | |||
"end_best_y": {}, | |||
"short_desc": { | |||
"label": "Short Description", | |||
"type": "string" | |||
} | |||
}, | |||
"format": "block" | |||
} | |||
</templatedata></noinclude> |
Revision as of 17:29, 25 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 -->
}}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | image | no description | String | required |
Tool Type | tool_type | no description
| String | optional |
Tool Tier | tool_tier | no description | String | optional |
Overworld - Best Y | overworld_best_y | no description | String | optional |
Overworld - Minimum Y | overworld_min_y | no description | Number | optional |
overworld_max_y | overworld_max_y | no description | Unknown | optional |
nether_min_y | nether_min_y | no description | Unknown | optional |
nether_max_y | nether_max_y | no description | Unknown | optional |
nether_best_y | nether_best_y | no description | Unknown | optional |
end_min_y | end_min_y | no description | Unknown | optional |
end_max_y | end_max_y | no description | Unknown | optional |
end_best_y | end_best_y | no description | Unknown | optional |
Short Description | short_desc | no description | String | optional |