Template:Ctl

From Tales of Maj'Eyal
(Redirected from Template:CTL)
Jump to: navigation, search


Introduction

This template is used to denote talent parameters that scale by the combatTalentLimit function.

The template accepts up to four parameters, corresponding to those in the LUA code: limit, low, high, raw. It is assumed that these parameters will be fed to the template in the order specified above.

The first three parameters are required, but the last one is optional.

Note that the LUA function also accepts another parameter for mastery. If an override value is provided for mastery, then it will have to be described by separate text and is not supported by this template.

Basic Example

If the LUA code calls for

self:combatTalentLimit(t, 10, 2, 5)

then one should invoke the template in wiki markup with

{{ctl|10|2|5}}

which will produce the following text

2–5cTL:10

Note that any percentage signs must be inserted manually with the parameters.

Using Raw Talent Level

If the LUA code calls for using raw talent levels as

self:combatTalentLimit(t, 10, 2, 5, true)

then simply insert the text raw as the fourth parameter as follows

{{ctl|10|2|5|raw}}

which will produce

2–5cTL:10,raw