Pillars of Eternity Wiki
Advertisement
Template-info Template documentation

Used to format Deadfire ability target/effects pairs for display.

Syntax[]

{{Ability effects poe2|target_1|effects_1|target_2|effects_2}}

Parameters[]

1, 2, 3, 4, etc.
Parameters must be passed in pairs, e.g. Target|Effects. Multiple effects may be passed in one target/effects pair by delimiting them with a semi-colon.
display
All display formats are displayed with the target in bold, followed by the effects. Three different modes of display are available:
Display mode Description Example
bulleted or bulleted-effects (default) Effects are shown as a bulleted list underneath the target. Self + Allied AoE:
Target:
AoE:
  • Something else
bulleted-effectsonly (default) Same as the above, but without the "target" portion. Target parameters are still required, although they may be empty.
bulleted-target (default) The opposite of bulleted, targets are shown as a bulleted list and effects are shown as an indented list underneath.
  • Self + Allied AoE:
    +10 Health
    Smart
  • Target:
    Dazed | Accuracy vs. Fortitude
  • AoE:
    Something else
inline Target and effects are placed next to each other. Multiple effects and every new target/effects pair are delimited with a comma-space. Self + Allied AoE: +10 Health, Smart, Target: Dazed | Accuracy vs. Fortitude, AoE: Something else
inline-effectsonly Same as the above, but without the "target" portion. Target parameters are still required, although they may be empty. +10 Health, Smart, Dazed | Accuracy vs. Fortitude, Something else
inline-bulleted Target and effect pairs are placed in a bulleted list <ul>
  • Self + Allied AoE: +10 Health, Smart
  • Target: Dazed | Accuracy vs. Fortitude
  • AoE: Something else
inline-unbulleted Target and effect pairs are placed in a definition list <dl>
Self + Allied AoE: +10 Health, Smart
Target: Dazed | Accuracy vs. Fortitude
AoE: Something else
inline-list Target and effect pairs are separated with a line break. Self + Allied AoE: +10 Health, Smart
Target: Dazed | Accuracy vs. Fortitude
AoE: Something else
indented Effects are indented with dl/dt/dd. Can be placed within another dd to increase the indentation level further if needed.
Self + Allied AoE:
+10 Health
Smart
Target:
Dazed | Accuracy vs. Fortitude
AoE:
Something else
Advertisement