hasMacro: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) mNo edit summary |
Verisimilar (talk | contribs) m (Unifying Current Token red link.) |
||
Line 3: | Line 3: | ||
|version=1.3b48 | |version=1.3b48 | ||
|description= | |description= | ||
Returns {{true}} if a [[macro button]] with the specified label exists on the [[ | Returns {{true}} if a [[macro button]] with the specified label exists on the [[Current Token]]. | ||
|usage= | |usage= |
Revision as of 21:27, 4 April 2009
hasMacro() Function
• Introduced in version 1.3b48
Usage
hasMacro(label)
hasMacro(label, id)
Parameters
label
- The label of the macro to check for.id
- The tokenid
of the token that the function is executed on.Note: This parameter can only be used in a Trusted Macro.
Version Changes
- 1.3b51 - Added optional token
id
parameter.