More actions
(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 |
||
| (One intermediate revision by the same user not shown) | |||
| 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. | ||
== Current items == | |||
https://www.prismparty.net/hosted/images/items/icons-minecraft.webp | |||
== Template data == | |||
<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> | |||
Latest revision as of 05:07, 3 May 2023
This is a documentation subpage for Template:Item.It contains usage information, categories, and other content that is not part of the original template page.
{{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.
Current items
https://www.prismparty.net/hosted/images/items/icons-minecraft.webp
Template data
Display an inventory icon for the material/item ID specified.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Item | 1 | The material ID to display the item for
| String | required |