Template:Menu

From POV-Wiki
Revision as of 16:21, 26 October 2019 by Maurice (talk | contribs)
Jump to navigation Jump to search

This template can be used to display menu selections.

Usage:

{{Menu|<menuname>|<submenu1>|submenu2|…}}

The menu items are formatted using {{Literal}}. Between them the seperator {{Menu/sep}} (currently: '                ▶    ') is inserted. Up to 9 menu levels are supported.

Examples

Import a .obj with {{Menu|File}} {{Submenu|Import}}{{Submenu|Wavefront (.obj)…}}.

Results in:

Import a .obj with File{{                ▶    {{{2}}}}{{{{if defined:3}}}|{                ▶    {{{if defined:3}}}}}{{{{if defined:4}}}|{                ▶    {{{if defined:4}}}}}{{{{if defined:5}}}|{                ▶    {{{if defined:5}}}}}{{{{if defined:6}}}|{                ▶    {{{if defined:6}}}}}{{{{if defined:7}}}|{                ▶    {{{if defined:7}}}}}{{{{if defined:8}}}|{                ▶    {{{if defined:8}}}}}{{{{if defined:9}}}|{                ▶    {{{if defined:9}}}}}                 ▶    Import                ▶    Wavefront (.obj)….


If used in combination with a {{Shortcut/Keypress}} template, you can continue a shotcut in a menu.

{{Menu|{{Shortcut/Keypress|shift|a}}|Add|Mesh|Cube}}

Results in: Shift{{                ▶    Add}{{{{if defined:3}}}|{                ▶    {{{if defined:3}}}}}{{{{if defined:4}}}|{                ▶    {{{if defined:4}}}}}{{{{if defined:5}}}|{                ▶    {{{if defined:5}}}}}{{{{if defined:6}}}|{                ▶    {{{if defined:6}}}}}{{{{if defined:7}}}|{                ▶    {{{if defined:7}}}}}{{{{if defined:8}}}|{                ▶    {{{if defined:8}}}}}{{{{if defined:9}}}|{                ▶    {{{if defined:9}}}}}


See also: Template:Shortcut