|
|
Line 1: |
Line 1: |
| [[:Category:Miscellaneous|{{Up}}]]
| |
|
| |
|
| {{Command|syntax=MENU_LONG <text>
| |
| |description=:Define a long name to be displayed when the mouse hovers over the icon on the macro menu.
| |
|
| |
| |param1=<text>|param1_desc=Text to be displayed, must be in double quotes
| |
| }}
| |
|
| |
| <br>This command is only used to provide the long name.
| |
| <br>It must be placed in the first 10 lines of the macro, otherwise it will be ignored.
| |
| <br>It is not processed like other macro commands and therefore can ONLY contain text inside double-quotes.
| |
| <br>The text cannot contain any macro variable names.
| |
| <br>
| |
| <br>IF you would like to split the text onto multiple lines, use '\n' to indicate a new line.
| |
|
| |
| ===Example===
| |
| MENU_LONG "This is my long macro name"
| |
| <br>MENU_LONG "This is another long macro name\nand this one is on on 2 lines"
| |
|
| |
| [[Category:Miscellaneous]]
| |