Template:Menu: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
Line 10: Line 10:


[[Category:Template]]
[[Category:Template]]
</noinclude>{{#tag: menuchoice | {{{1}}}  }} {{#if:  
</noinclude>{{#tag: menuchoice |{{{1}}}  }} {{#if:  
   {{{2| }}} | &rarr; {{#tag: menuchoice | {{{2}}} }} {{#if:
   {{{2| }}} | &rarr; {{#tag: menuchoice |{{{2}}} }} {{#if:
     {{{3| }}} | &rarr; {{#tag: menuchoice | {{{3}}} }} {{#if:
     {{{3| }}} | &rarr; {{#tag: menuchoice |{{{3}}} }} {{#if:
       {{{4| }}} | &rarr; {{#tag: menuchoice | {{{4}}} }} {{#if:
       {{{4| }}} | &rarr; {{#tag: menuchoice |{{{4}}} }} {{#if:
         {{{5| }}} | &rarr; {{#tag: menuchoice | {{{5}}} }} {{#if:
         {{{5| }}} | &rarr; {{#tag: menuchoice |{{{5}}} }} {{#if:
           {{{6| }}} | &rarr; {{#tag: menuchoice | {{{6}}} }}
           {{{6| }}} | &rarr; {{#tag: menuchoice |{{{6}}} }}
}} }} }} }} }}
}} }} }} }} }}

Revision as of 13:50, 29 June 2019


This template can be used to enter a sequence of menu choices (at most 6 levels deep, although the template can easily be expanded to allow for more). Entering

{{Menu|File|Open}}

will result in File Open , while

{{Menu|A|very|long|sequence|of|choices}}

will result in A very long sequence of choices

This way of specifying menu choices differs from the old "manual" way in that long sequences may split lines as in A very long sequence of choices . {{{1}}}