Difference between revisions of "Template:Menu"
From Audacity Wiki
m |
(Finished. Removing W.I.P.) |
||
Line 1: | Line 1: | ||
− | <noinclude> | + | <noinclude> |
+ | This template can be used to format text as a "menu" item. That way, text will be empasized in a uniform way. | ||
− | </noinclude><span | + | '''''Usage:'''''<br><br> |
+ | <nowiki>{{</nowiki>menu:''text to be formatted''<nowiki>}}</nowiki> | ||
+ | |||
+ | If used like this: | ||
+ | <nowiki>Click {{</nowiki>menu:View > Toolbars > Show "Meter Toolbar"<nowiki>}}.</nowiki> | ||
+ | |||
+ | The following will be displayed: | ||
+ | |||
+ | :Click <span style="background-color:#CCFFCC; color:#a0522d">View > Toolbars > Show "Meter Toolbar"</span>. | ||
+ | |||
+ | |||
+ | ---- | ||
+ | ''Ignore the following, it's only a representation of formatting and a parameter dummy.'' | ||
+ | |||
+ | </noinclude><span style="background-color:#CCFFCC; color:#a0522d">{{{1}}}</span> |
Revision as of 15:45, 16 July 2007
This template can be used to format text as a "menu" item. That way, text will be empasized in a uniform way.
Usage:
{{menu:text to be formatted}}
If used like this:
Click {{menu:View > Toolbars > Show "Meter Toolbar"}}.
The following will be displayed:
- Click View > Toolbars > Show "Meter Toolbar".
Ignore the following, it's only a representation of formatting and a parameter dummy.
{{{1}}}