setLabel: Difference between revisions
Jump to navigation
Jump to search
(New page: ==Function setLabel== Sets the Token:label of the Token:Current Token. ===Usage=== <source lang="mtmacro" line> [h: setLabel(str)] </source>) |
Verisimilar (talk | contribs) m (Applied Template:MacroFunction) |
||
Line 1: | Line 1: | ||
= | {{MacroFunction | ||
|name=setLabel | |||
|description= | |||
Sets the [[Token:label|label]] of the [[Token:Current Token|Current Token]]. | Sets the [[Token:label|label]] of the [[Token:Current Token|Current Token]]. | ||
|usage= | |||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
[h: setLabel(str)] | [h: setLabel(str)] | ||
</source> | </source> | ||
}} | |||
[[Category:Token Function]] |