Difference between revisions of "Template:SpecUIElement/Menu"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
{{SpecUIElement/MenuHeading}}
+
<includeonly>{{SpecUIElement/MenuHeading}}
 
{{SpecUIElement/MenuRow|en-US={{{en-US|<span style="color:#ff0000;">invalid - en-US label must be specified</span>}}}|sub-item={{{sub-item|}}}|sub-sub-item={{{sub-sub-item|}}}|kbd={{{kbd|<none>}}}|icon={{{icon|<none>}}}|en-US-comment={{{en-US-comment|}}}}}
 
{{SpecUIElement/MenuRow|en-US={{{en-US|<span style="color:#ff0000;">invalid - en-US label must be specified</span>}}}|sub-item={{{sub-item|}}}|sub-sub-item={{{sub-sub-item|}}}|kbd={{{kbd|<none>}}}|icon={{{icon|<none>}}}|en-US-comment={{{en-US-comment|}}}}}
|}
+
|}</includeonly>
 +
 
 +
<noinclude>
 +
Use this template to create, within a specification document, a table describing your menu items.
 +
 
 +
=== Example ===
 +
{{SpecUIElement/Menu|en-US=File|en-US-comment=This is the top level entry point, in the main menu bar, for all file related actions.}}
 +
was produced by this code:
 +
<pre>{{SpecUIElement/Menu|en-US=File|en-US-comment=This is the top level entry point, in the main menu bar, for all file related actions.}}</pre>
 +
 
 +
=== See Also ===
 +
* [[Template:SpecUIElement/MenuHeading]]
 +
* [[Template:SpecUIElement/MenuRow]]
 +
 
 +
</noinclude>

Revision as of 14:01, 28 November 2007


Use this template to create, within a specification document, a table describing your menu items.

Example

Menu Item(s)

Item Sub Item Sub Item KBD Shortcut Icon Comment
invalid - en-US label must be specified


was produced by this code:

{{SpecUIElement/Menu|en-US=File|en-US-comment=This is the top level entry point, in the main menu bar, for all file related actions.}}

See Also


Personal tools