Template:Condition: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
No edit summary
(Limit 1)
Line 5: Line 5:
| template = Condition/Format
| template = Condition/Format
| named args = yes
| named args = yes
| limit = 1
| order by = _ID
}}{{#if:{{{border|1}}}|</div></div>||}}</includeonly><noinclude>
}}{{#if:{{{border|1}}}|</div></div>||}}</includeonly><noinclude>
Use this to display a condition.  Examples follow.
Use this to display a condition.  Examples follow.

Revision as of 12:31, 25 September 2023

Use this to display a condition. Examples follow.

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


Usage:

{{Condition | Bleeding }}

Result:


Bleeding [[{{{page}}}|Bleeding]]
More...

Usage:

{{Condition | Bleeding | duration = 2 }}

Result:


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

Duration: 2 turns

More...

Usage:

{{Condition | Bleeding | save = CON }}

Result:


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

Constitution saving throw

More...

Usage:

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

Result:


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

Duration: 2 turns

Constitution saving throw

More...

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

More...