Token alias
Categories
Component ID
2315063
Component name
Token alias
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
1325
Component created
Component changed
Component body
Allows you to alias existing tokens and at the same time combine multiple tokens into a new one. There's even an option to do calculations.
Alias examples
Alias type: Text
This comes in handy when you want to create "shortcuts" for concatenating strings together, for example:
[node:content-type]: [node:title]
Alias type: Calculation
This comes in handy when you want to do basic calculations with tokens, for example:
[node:nid] + [node:vid]
This would output the sum of the node id and the node vid.
