Difference between revisions of "Template:Spec/menuitem"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (added category "Formatting templates")
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly><span>{{{1}}}</span></includeonly><noinclude><code>{{{1}}}</code>
+
<span style="font-family:monospace; background-color:#F9F9F9">{{{1}}}</span><noinclude>
  
 
<noinclude>Use this template to give references to menu items a consistent layout in your documents.
 
<noinclude>Use this template to give references to menu items a consistent layout in your documents.
Line 6: Line 6:
 
  <pre>Choose {{menuitem|Tools / Options}}, and ...</pre>
 
  <pre>Choose {{menuitem|Tools / Options}}, and ...</pre>
  
gives you "Choose <code>Tools / Options</code>, and ..."
+
gives you "Choose <span style="font-family:monospace; background-color:#F9F9F9">Tools / Options</span>, and ..."
 +
 
 +
[[Category:Specification Particle Templates]]
 +
[[Category:Formatting templates|Menu item]]
 
</noinclude>
 
</noinclude>

Latest revision as of 12:59, 30 January 2009

{{{1}}}

Use this template to give references to menu items a consistent layout in your documents.

Example

Choose {{menuitem|Tools / Options}}, and ...

gives you "Choose Tools / Options, and ..."

Personal tools