From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
(Added usage, seeing if we need the last #ifeq: statement)
m (category fix)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<span style="background-color: #bababa; padding: 3px"><!--
<span style="background-color:ThreeDFace;padding:3px"><!--
-->{{#ifeq:{{{1|}}}|1|<u>}}{{{2|}}}{{#ifeq:{{{1|}}}|1|</u>}}<!--
-->{{#ifeq:{{{1|}}}|1|<u>}}{{{2|}}}{{#ifeq:{{{1|}}}|1|</u>}}<!--
-->{{#ifeq:{{{1|}}}|2|<u>}}{{{3|}}}{{#ifeq:{{{1|}}}|2|</u>}}<!--
-->{{#ifeq:{{{1|}}}|2|<u>}}{{{3|}}}{{#ifeq:{{{1|}}}|2|</u>}}<!--
-->{{{4|}}}<!--
-->{{{4|}}}<!--
--></span><noinclude>
--></span><noinclude>
 
{{Documentation}}
This template is used to display menu tabs found at the top of computer program windows, e.g. ''File'', ''Edit'', ''View'', etc. in the Firefox browser.
[[Category:Templates|M]]</noinclude>
 
==Usage==
* '''First letter is underscored'''
:<nowiki>{{Menu|1|</nowiki>''first letter''|''rest of word''}}
:<nowiki>{{Menu|1|F|ile}} = </nowiki> {{Menu|1|F|ile}}
* '''Last letter is underscored'''
:<nowiki>{{Menu|2|</nowiki>''beginning of word''|''last letter''}}
:<nowiki>{{Menu|2|Fil|e}} = </nowiki> {{Menu|2|Fil|e}}
* '''Middle letter is underscored
:<nowiki>{{Menu|2|</nowiki>''beginning of word''|''underscored letter''|''rest of word''}}
:<nowiki>{{Menu|2|Fi|l|e}} = </nowiki> {{Menu|2|Fi|l|e}}
* '''No underscore'''
:<nowiki>{{Menu|2|</nowiki>''whole word''}}
:<nowiki>{{Menu|2|File}} = </nowiki> {{Menu|2|File}}
 
[[Category:Templates]]</noinclude>

Latest revision as of 09:45, 20 January 2009

This page has been transcluded from Template:Menu/Documentation.


This template is used to display menu tabs found at the top of computer program windows, e.g. File, Edit, View, etc. in the Firefox browser.

Usage[edit]

  • First letter is underscored
{{Menu|1|first letter|rest of word}}
{{Menu|1|F|ile}} = File
  • Last letter is underscored
{{Menu|2|beginning of word|last letter}}
{{Menu|2|Fil|e}} = File
  • Middle letter is underscored
{{Menu|2|beginning of word|underscored letter|rest of word}}
{{Menu|2|Fi|l|e}} = File
  • No underscore
{{Menu|2|whole word}}
{{Menu|2|File}} = File