Toggle menu
45
232
3
1.3K
EmrysSMP Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox Ore: Difference between revisions

Template page
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.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Imageimage

no description

Stringrequired
Tool Typetool_type

no description

Suggested values
Hand,Pickaxe,Shovel
Stringoptional
Tool Tiertool_tier

no description

Stringoptional
Overworld - Best Yoverworld_best_y

no description

Stringoptional
Overworld - Minimum Yoverworld_min_y

no description

Numberoptional
overworld_max_yoverworld_max_y

no description

Unknownoptional
nether_min_ynether_min_y

no description

Unknownoptional
nether_max_ynether_max_y

no description

Unknownoptional
nether_best_ynether_best_y

no description

Unknownoptional
end_min_yend_min_y

no description

Unknownoptional
end_max_yend_max_y

no description

Unknownoptional
end_best_yend_best_y

no description

Unknownoptional
Short Descriptionshort_desc

no description

Stringoptional