hasMacro: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) No edit summary |
Verisimilar (talk | contribs) mNo edit summary |
||
Line 14: | Line 14: | ||
'''Parameters''' | '''Parameters''' | ||
{{param|label|The label of the macro to check for.}} | {{param|label|The label of the macro to check for.}} | ||
{{param|id|The token {{code|id}} of the token function is executed on. {{TrustedParameter}} }} | {{param|id|The token {{code|id}} of the token that the function is executed on. {{TrustedParameter}} }} | ||
|changes= | |changes= |
Revision as of 01:09, 23 March 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.