Template:SpecUIElement/Menu
From Apache OpenOffice Wiki
Revision as of 20:58, 28 November 2007 by Frank Schoenheit (Talk | contribs)
Use this template to create, within a specification document, a table describing your menu items.
Contents
Looks Like
Menu Item(s)
Item | Sub Item | Sub Item | KBD Shortcut | Icon | Comment |
invalid - en-US label must be specified |
Parameters
Parameter Name | Parameter meaning |
text |
the label (for locale en-US) of the menu item |
sub-item |
the label (for locale en-US) of the first-level sub item |
sub-sub-item |
the label (for locale en-US) of the second-level sub item |
kbd |
the keyboard shortcut for the menu item |
icon |
the icon to be used for the menu item |
comment |
comments on the menu item, usually directed to translators |
If any of the items is not present, it is defaulted to an empty string. Exception is text
, which must be specified - if it isn't, a warning will be displayed.
Example
Menu Item(s)
Item | Sub Item | Sub Item | KBD Shortcut | Icon | Comment |
File | This is the top level entry point, in the main menu bar, for all file related actions. |
was produced by this code:
{{SpecUIElement/Menu|text=File|comment=This is the top level entry point, in the main menu bar, for all file related actions.}}