Template:Ctstmd
From Tales of Maj'Eyal
Introduction
This template is used to denote talent parameters that scale by the combatTalentSteamDamage function. (Introduced with Embers of Rage).
The template accepts two parameters, corresponding to those in the LUA code: base and max. It is assumed that these parameters will be fed to the template in the order specified above.
Both parameters to this template are required.
You can also pass in an optional 3rd parameter to be displayed in the superscript link. There is currently no defined use for this 3rd parameter.
Basic Example
If the LUA code calls for
self:combatTalentSteamDamage(t, 20, 120)
then one should invoke the template in wiki markup with
{{ctstmd|20|120}}
which will produce the following text
[20]120cTStmD
Note that any percentage signs must be inserted manually with the parameters.