Difference between revisions of "Template:Menu/doc"

From POV-Wiki
Jump to navigation Jump to search
m
m
Line 14: Line 14:
  
 
<br>
 
<br>
If used in combination with a <nowiki>{{shortcut/Keypress}}</nowiki> template, you can continue a shotcut in a menu.
+
If used in combination with a <nowiki>{{Shortcut/Keypress}}</nowiki> template, you can continue a shotcut in a menu.
  
  <nowiki>{{Menu|{{shortcut/Keypress|shift|a}}|Add|Mesh|Cube}}</nowiki>
+
  <nowiki>{{Menu|{{Shortcut/Keypress|shift|a}}|Add|Mesh|Cube}}</nowiki>
  
 
Results in:
 
Results in:
{{Menu|{{shortcut/Keypress|shift|a}}|Add|Mesh|Cube}}
+
{{Menu|{{Shortcut/Keypress|shift|a}}|Add|Mesh|Cube}}
  
 
<br>
 
<br>
 
See also: [[Template:Shortcut]]
 
See also: [[Template:Shortcut]]

Revision as of 23:02, 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|Import|Wavefront (.obj)…}}.

Results in:

Import a .obj with File.


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


See also: Template:Shortcut