Template:MenuString: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{Menuitem|{{{1}}}}}{{#if: {{{2|}}}| &rarr; {{Menuitem|{{{2}}}}}}}{{#if: {{{3|}}}| &rarr; {{Menuitem|{{{3}}}}}}}{{#if: {{{4|}}}| &rarr; {{Menuitem|{{{4}}}}}}}</includeonly>
<includeonly>{{Menuitem|{{{1}}}}} {{#if: {{{2|}}}|&rarr; {{Menuitem|{{{2}}}}}}} {{#if: {{{3|}}}|&rarr; {{Menuitem|{{{3}}}}}}} {{#if: {{{4|}}}|&rarr; {{Menuitem|{{{4}}}}}}}</includeonly><noinclude><!---
<noinclude>
--->== Template for Tutorial Menu Strings ==
== Template for Tutorial Menu Strings ==
This template is currently for tutorial use only. You can use it if you want but it might change unexpectedly.
This template is currently for tutorial use only. You can use it if you want but it might change unexpectedly.
Usage: <nowiki>{{MenuString|1|2|3|4}}</nowiki>
=== Examples ===
=== Examples ===
<nowiki>{{MenuString|1|2|3|4}}</nowiki>
* Single menu {{MenuString|Edit}} choice.
{{MenuString|Edit}}
* Double menu {{MenuString|Edit|Colours&hellip;}} choice.
{{MenuString|Edit|Colours&hellip;}}
* Triple menu {{MenuString|Item|Path Tools|Mesh Effects&hellip;}} choice.
{{MenuString|Item|Path Tools|Mesh Effects&hellip;}}
* Quadruple menu {{MenuString|First|Second|Third|Fourth}} choice.
</noinclude>
</noinclude>

Latest revision as of 12:28, 30 March 2015

Template for Tutorial Menu Strings

This template is currently for tutorial use only. You can use it if you want but it might change unexpectedly.

Usage: {{MenuString|1|2|3|4}}

Examples

  • Single menu Edit choice.
  • Double menu EditColours… choice.
  • Triple menu ItemPath ToolsMesh Effects… choice.
  • Quadruple menu FirstSecondThirdFourth choice.