setTokenLabel: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) (Initial write-up.) |
No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{MacroFunction | {{MacroFunction | ||
|name=setTokenLabel | |name=setTokenLabel | ||
| | |deprecated=[[setLabel|setLabel()]] | ||
|version=1.3b40 | |version=1.3b40 | ||
|description= | |description= | ||
Line 7: | Line 7: | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
setTokenLabel(label) | setTokenLabel(label) | ||
</ | </syntaxhighlight> | ||
'''Parameters''' | '''Parameters''' | ||
* {{code|label}} - This is the label you wish to set on the current token. | * {{code|label}} - This is the label you wish to set on the current token. |
Latest revision as of 23:59, 14 March 2023
Note: This function has been deprecated. Refer to setLabel() for current functionality.
setTokenLabel() Function
• Introduced in version 1.3b40
Sets the label for the current token.
Usage
setTokenLabel(label)
Parameters
label
- This is the label you wish to set on the current token.