Difference between revisions of "Template:Menu"

From POV-Wiki
Jump to navigation Jump to search
m
m
Line 2: Line 2:
 
-->{{{#if declared:{{{1|}}}|{{Literal|{{{1}}}|}}}}}<!--
 
-->{{{#if declared:{{{1|}}}|{{Literal|{{{1}}}|}}}}}<!--
 
-->{{{#if declared:{{{2|}}}|{{Menu/sep}}{{Literal|{{{2}}}|}}}}}<!--
 
-->{{{#if declared:{{{2|}}}|{{Menu/sep}}{{Literal|{{{2}}}|}}}}}<!--
-->{{{#if exists:{{{3|}}}|{{Menu/sep}}{{Literal|{{{3}}}|}}}}}<!--
+
-->{{{#if declared:{{{3|}}}|{{Menu/sep}}{{Literal|{{{3}}}|}}}}}<!--
-->{{{#if exists:{{{4|}}}|{{Menu/sep}}{{Literal|{{{4}}}|}}}}}<!--
+
-->{{{#if declared:{{{4|}}}|{{Menu/sep}}{{Literal|{{{4}}}|}}}}}<!--
-->{{{#if exists:{{{5|}}}|{{Menu/sep}}{{Literal|{{{5}}}|}}}}}<!--
+
-->{{{#if declared:{{{5|}}}|{{Menu/sep}}{{Literal|{{{5}}}|}}}}}<!--
-->{{{#if exists:{{{6|}}}|{{Menu/sep}}{{Literal|{{{6}}}|}}}}}<!--
+
-->{{{#if declared:{{{6|}}}|{{Menu/sep}}{{Literal|{{{6}}}|}}}}}<!--
-->{{{#if exists:{{{7|}}}|{{Menu/sep}}{{Literal|{{{7}}}|}}}}}<!--
+
-->{{{#if declared:{{{7|}}}|{{Menu/sep}}{{Literal|{{{7}}}|}}}}}<!--
-->{{{#if exists:{{{8|}}}|{{Menu/sep}}{{Literal|{{{8}}}|}}}}}<!--
+
-->{{{#if declared:{{{8|}}}|{{Menu/sep}}{{Literal|{{{8}}}|}}}}}<!--
-->{{{#if exists:{{{9|}}}|{{Menu/sep}}{{Literal|{{{9}}}|}}}}}</span></includeonly><!--
+
-->{{{#if declared:{{{9|}}}|{{Menu/sep}}{{Literal|{{{9}}}|}}}}}</span></includeonly><!--
 
--><noinclude>{{Documentation}}</noinclude>
 
--><noinclude>{{Documentation}}</noinclude>

Revision as of 18:02, 27 October 2019

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}}}                ▶    {{{3}}}                ▶    {{{4}}}                ▶    {{{5}}}                ▶    {{{6}}}                ▶    {{{7}}}                ▶    {{{8}}}                ▶    {{{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                ▶    Mesh                ▶    Cube                ▶    {{{5}}}                ▶    {{{6}}}                ▶    {{{7}}}                ▶    {{{8}}}                ▶    {{{9}}}


See also: Template:Shortcut