Difference between revisions of "Template:Submenu/doc"

From POV-Wiki
Jump to navigation Jump to search
m
m
Line 7: Line 7:
 
'''Examples'''
 
'''Examples'''
  
  <nowiki>Import a .obj with {{Menu|File}}{{Submenu|Import|Wavefront (.obj)…}}.</nowiki>
+
  <nowiki>Import a .obj with {{Menu|File}} {{Submenu|Import|Wavefront (.obj)…}}.</nowiki>
  
 
Results in:
 
Results in:
  
Import a .obj with  {{Menu|File}}{{Submenu|Import|Wavefront (.obj)…}}.
+
Import a .obj with  {{Menu|File}} {{Submenu|Import|Wavefront (.obj)…}}.
  
 
<br>
 
<br>

Revision as of 21:44, 30 October 2019

This template can be used to display menu selections.

Usage:

{{Submenu|<submenu1>|submenu2|…}}

The menu items are formatted using {{Literal}}. Before each the separator {{Menu/sep}} (currently: '                ▶    ') is inserted, thus requiring the separate {{Menu}} template for first item. Up to 9 submenu levels are supported.

Examples

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

Results in:

Import a .obj with File                 ▶    Import.


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