Difference between revisions of "Template:Menu"

From POV-Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
<includeonly><span class="hotkey" style="border:0.1em outset #383838;color:#e5e5e5;background:#5176b2;padding:0.1em 0.4em;font-size:0.9em;white-space:nowrap;">
 
<includeonly><span class="hotkey" style="border:0.1em outset #383838;color:#e5e5e5;background:#5176b2;padding:0.1em 0.4em;font-size:0.9em;white-space:nowrap;">
{{{if defined:1|{{{1}}}}}}{{{if defined:2|{{Menu/sep}}{{{2}}}}}}{{{if defined:3|{{Menu/sep}}{{{3}}}}}}{{{if defined:4|{{Menu/sep}}{{{4}}}}}}{{{if defined:5|{{Menu/sep}}{{{5}}}}}}{{{if defined:6|{{Menu/sep}}{{{6}}}}}}{{{if defined:7|{{Menu/sep}}{{{7}}}}}}{{{if defined:8|{{Menu/sep}}{{{8}}}}}}{{{if defined:9|{{Menu/sep}}{{{9}}}}}}
+
{{{if:1|{{{1}}}}}}{{{if:2|{{Menu/sep}}{{{2}}}}}}{{{if defined:3|{{Menu/sep}}{{{3}}}}}}{{{if defined:4|{{Menu/sep}}{{{4}}}}}}{{{if defined:5|{{Menu/sep}}{{{5}}}}}}{{{if defined:6|{{Menu/sep}}{{{6}}}}}}{{{if defined:7|{{Menu/sep}}{{{7}}}}}}{{{if defined:8|{{Menu/sep}}{{{8}}}}}}{{{if defined:9|{{Menu/sep}}{{{9}}}}}}
 
{{if:{{{10|[[Category:Fixme/Shortcut template]]}}}}}
 
{{if:{{{10|[[Category:Fixme/Shortcut template]]}}}}}
 
</span></includeonly><!--
 
</span></includeonly><!--
 
--><noinclude>{{Documentation}}</noinclude>
 
--><noinclude>{{Documentation}}</noinclude>

Revision as of 23:08, 26 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}}} {{if:}}                 ▶    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}}} {{if:}}


See also: Template:Shortcut