Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Item/doc: Difference between revisions

Template page
(Created page with "{{Documentation}} {{tl|Item}} displays a Minecraft inventory icon for the material/item ID specified. The supported items list is taken from [https://www.gamergeeks.net/apps/minecraft/blocks-by-version GamerGeeks.net] and only recognizes items by their technical ID in the game.")
 
No edit summary
Line 2: Line 2:


{{tl|Item}} displays a Minecraft inventory icon for the material/item ID specified. The supported items list is taken from [https://www.gamergeeks.net/apps/minecraft/blocks-by-version GamerGeeks.net] and only recognizes items by their technical ID in the game.
{{tl|Item}} displays a Minecraft inventory icon for the material/item ID specified. The supported items list is taken from [https://www.gamergeeks.net/apps/minecraft/blocks-by-version GamerGeeks.net] and only recognizes items by their technical ID in the game.
<templatedata>
{
"params": {
"1": {
"label": "Item",
"description": "The material ID to display the item for",
"example": "carrot_on_a_stick",
"type": "string",
"default": "grass_block",
"required": true
}
},
"description": "Display an inventory icon for the material/item ID specified.",
"format": "inline"
}
</templatedata>

Revision as of 05:06, 3 May 2023

{{Item}} displays a Minecraft inventory icon for the material/item ID specified. The supported items list is taken from GamerGeeks.net and only recognizes items by their technical ID in the game.

Display an inventory icon for the material/item ID specified.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Item1

The material ID to display the item for

Default
grass_block
Example
carrot_on_a_stick
Stringrequired