Template:UI
"{{{1}}}"
This template is used to dictate multilevel UI navigation to the readers. This can be useful when you want to show the readers where a specific UI is located behind multiple nested menu screens or user navigation.
Usage
This template produces navigation path to the UI delimited with right arrow symbol (→).
Its used like {{UI|navigation 1|navigation 2|navigation 3|navigation N}}, with N parameters reaching up to maximum eight navigation at once. When its reached, you may have to substitute it and manually write it like so.
For example, this code:
You can visit {{UI|[[Options]]...|[[Controls]]...|Key Binds}} to change your key binds in ''Java Edition''.Produces:
TemplateData
Create a multilevel UI navigation path.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Base navigation | 1 | Base [[menu screen]] or navigation. | String | required |
| Second navigation | 2 | Next menu screen or navigation. | String | optional |
| Third navigation | 3 | Ditto. | String | optional |
| Fourth navigation | 4 | Ditto. | String | optional |
| Fifth navigation | 5 | Ditto. | String | optional |
| Sixth navigation | 6 | Ditto. | String | optional |
| Seventh navigation | 7 | Ditto. | String | optional |
| Eight navigation | 8 | Ditto. | String | optional |