This template contains various independently retrievable data items about Flee in the form of parameter values of a variable template of choice, in a standardized fashion.
See also
- Template:Tip
- Usage of this template.
Preview

A unit that is fleeing or feared is forced to move directly away from the Source (the unit that casted the Fear spell) for the duration, during which they're unable to perform issued movement commands, declare attacks, cast abilities, activate items or use the summoner spells , , , and / . All fears also apply a
slow.
Interrupts: | Interrupts attack windups (excluding ![]() ![]() |
---|---|
Reduction: | The duration is affected by ![]() |
Resist: | Resisted by ![]() |
Removal: | Removed by ![]() |
Parameters
Parameter | Value | Description |
---|---|---|
1
|
Flee | Necessary: Used for identification. |
disp_name
|
Display Name
Only necessary if the value differs from
Flee . | |
link
|
Link
Only necessary if it should link to a different page.
| |
description
|
A unit that is fleeing or feared is forced to move directly away from the Source (the unit that casted the Fear spell) for the duration, during which they're unable to perform issued movement commands, declare attacks, cast abilities, activate items or use the ![]() ![]() |
Description |
description2
|
Description2 | |
type
|
Crowd control | Type |
image
|
Flee icon.png | Image, including filetype. |
image2
|
||
image3
|
||
interrupts
|
Interrupts attack windups (excluding ![]() ![]() |
Interrupts (CC) |
reduction
|
The duration is affected by ![]() |
Reduction (CC) |
resist
|
Resisted by ![]() |
Resist (CC) |
removal
|
Removed by ![]() |
Removal (CC) |
footer
|
* Crowd control applied by one's self or an ally cannot be countered in any way, neither reduced in duration, resisted, nor removed unless special cased to do so. | Description that is placed at the bottom of all other things. |
All tip data templates use the same parameter.
Retrieval of data items
{{data Flee|pst2|interrupts}}
, using parameter selection template Template:Pst2, gives the parameter interrupts, etc.
For retrieval of more data items it is more efficient to prepare a template for that, to be used as follows:
{{data Flee|
template name|..|..|..|..}}
so that this data template needs to be called only once.[1] The default template is Template:Tip data, producing this page.
The four parameters are optional, they are passed on to the prepared template as parameters 2-5.
A parameter being undefined or empty typically means the same, see below. {{data ..|pst2|..}}
gives the empty string and the text "{{{..}}}
", respectively. Therefore, an application checking the parameter has to check both. Checking whether a result is equal to e.g. the text "{{{popinc}}}
" cannot be done directly with #ifeq in a template which itself has also a parameter with that name, because if that is defined, there would be a comparison with the value instead of the text itself. Instead, it can be checked whether the first character of the result is "{
", e.g.: {{#ifeq:{{padleft:|1|{{data {{{continent}}}|pst2|popinc}}}}|{|..|..}}
.
Until here the documentation is automatically generated by Template:Tip data.
References
- ↑ See the first two rows of the first table in m:Help:Array#Summary of counts for template limits.