isTrusted: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) (Applied Template:MacroFunction) |
Verisimilar (talk | contribs) m (Macros:Functions:isTrusted moved to isTrusted) |
(No difference)
|
Revision as of 21:06, 8 March 2009
isTrusted() Function
Returns 1 if this is running as a trusted macro or 0 if it is not.
Usage
[h: trusted = isTrusted()]
Example
[r, if(isTrusted()): "I can run the trusted functions! yay!")]