Template:Condition: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Only close div if border exists)
(Fix wrong documentation for inline)
Line 82: Line 82:
Usage:
Usage:
<pre>
<pre>
{{Condition | Bleeding | skip effect = true }}
{{Condition | Bleeding | inline = true }}
</pre>
</pre>



Revision as of 18:43, 29 September 2023

Use this to display a condition. Examples follow.

This template just runs the Cargo query. For the formatting, see: Template:Condition/Format

Base usage

Usage:

{{Condition | Bleeding }}

Result:


Bleeding [[{{{page}}}|Bleeding]]

With duration

Usage:

{{Condition | Bleeding | duration = 2 }}

Result:


Bleeding [[{{{page}}}|Bleeding]]

Duration: 2 turns


With saving throw

Usage:

{{Condition | Bleeding | save = CON }}

Result:


Bleeding [[{{{page}}}|Bleeding]]

Constitution saving throw


With duration and saving throw

Usage:

{{Condition | Bleeding | save = CON | duration = 2 }}

Result:


Bleeding [[{{{page}}}|Bleeding]]

Duration: 2 turns

Constitution saving throw


With a border

Use border = 1 to add a border.

{{Condition | Bleeding | save = CON | duration = 2 | border = 1}}

Result:


Bleeding [[{{{page}}}|Bleeding]]

Duration: 2 turns

Constitution saving throw


Inline-friendly

Usage:

{{Condition | Bleeding | inline = true }}

Result: blabla Bleeding [[{{{page}}}|Bleeding]] blabla