Template:Hotbar/doc: Difference between revisions

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
Create: Minecraft Mod Wiki>Joker876
Create: Minecraft Mod Wiki>Joker876
No edit summary
Line 1: Line 1:
{{documentation header}}
{{documentation subpage}}
{{shortcut|hotbar}}
{{Ts|hotbar}}
This template is used to create an interface that looks similar to the [[Hotbar]].
This template is used to create an interface that looks similar to the {{MC|Hotbar}}.


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

Revision as of 10:07, 16 April 2021

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