Template:Menu: Difference between revisions
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
This way of specifying menu choices differs from the old "manual" way in that long sequences may split lines as in {{Menu|A|very|long|sequence|of|choices}} and that it doesn't work well with bulleted lists and similar. | This way of specifying menu choices differs from the old "manual" way in that long sequences may split lines as in {{Menu|A|very|long|sequence|of|choices}} and that it doesn't work well with bulleted lists and similar. | ||
{{Warning|1=Using this template with certain formatting will interfere with the expected layout. Fx using it in a bulleted list will introduce blank lines: | {{Warning|1=Using this template with certain formatting will interfere with the expected layout. Fx using it in a bulleted list will introduce blank lines: | ||
<nowiki>* {{Menu|File}}</nowiki> | <nowiki>* {{Menu|File}}</nowiki> |
Revision as of 17:29, 10 May 2019
This template can be used to enter a sequence of menu choices (at most 6 levels deep, although it could easily be expanded to allow for more). Entering
{{Menu|File|Open}}
will result in
→ , while{{Menu|A|very|long|sequence|of|choices}}
will result in
→ → → → →This way of specifying menu choices differs from the old "manual" way in that long sequences may split lines as in
→ → → → → and that it doesn't work well with bulleted lists and similar.