![]() |
VOOZH | about |
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. This template may be substituted (i.e., using subst:).
This template produces navigation path to the UI delimited with right arrow symbol (→). Optionally, the link=<page name> parameter is provided to link the path to an article or page.
Its used like {{|navigation 1|navigation 2|navigation 3|navigation N}} with no limit to N, so the navigation depth can be set dynamically.
A basic usage of the template:
You can visit {{UI|[[Options]]...|[[Controls]]...|Key Binds}} to change your key binds in ''Java Edition''.
Produces
The UI path can be linked by setting link=<page name> parameter.
To turn on [[Vibrant Visuals]], you can visit the option in {{UI|Settings|Video|Vibrant Visuals Options|link=Settings#Vibrant Visuals Options}}.
Produces
| 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 |
| link | link | Provides a wikitext link for the entire navigation path. | Page name | optional |