Template:Hotbar/doc

From Create: Minecraft Mod Wiki
Revision as of 21:33, 14 February 2025 by BoxWithout (talk | contribs) (4 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This is a documentation subpage for Template:Hotbar.
It contains usage information, categories and other content that is not part of the original template page.
Template shortcut

This template is used to create an interface that looks similar to the Hotbar.

See Template:Inventory slot for basic slot usage, this documentation page will cover additional or different functions.

Usage

{{hotbar
|Slot 1
|Slot 2
|Slot 3
|Slot 4
|Slot 5
|Slot 6
|Slot 7
|Slot 8
|Slot 9
|selected=Selected slot, 1-9
|hotbar=Hotbar img
|selector=Selection img
}}

Any empty slots can be left blank.

Examples

Blank slots

{{hotbar|Grass Block|||Dirt|Wheat,2}}

Grass BlockDirtWheat2


Direct slot specification

{{hotbar|1=Grass Block|4=Dirt|5=Wheat,2}}

Grass BlockDirtWheat2


Selected slot

{{hotbar|Grass Block|||Dirt|Wheat,2|selected=4}}


Grass BlockDirtWheat2

File usage

See also