Template:Condition: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Add support for optional DC field)
(docs template)
Line 8: Line 8:
| order by = _ID
| order by = _ID
| more results text=
| more results text=
}}{{#if:{{{border|}}}|</div></div>||}}</onlyinclude></includeonly><noinclude>
}}{{#if:{{{border|}}}|</div></div>||}}</onlyinclude></includeonly><noinclude>{{documentation|content=
Use this to display a condition.  Examples follow.
Use this to display a condition.  Examples follow.


Line 97: Line 97:
== Also displays types ==
== Also displays types ==
{{Condition | Feverish }}
{{Condition | Feverish }}
 
}}
[[Category:Condition templates]]
[[Category:Condition templates]]
</noinclude>
</noinclude>

Revision as of 22:03, 3 November 2023

Template documentation

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 | dc = 15 }}

Result:


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

Duration: 2 turns

DC 15  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

Alternative display name

{{Condition | Bleeding | save = CON | altname=oh no i'm bleeding | duration = 2 }}

Result:

oh no i"m bleeding [[{{{page}}}|oh no i"m bleeding]]

Duration: 2 turns

Constitution saving throw

Also displays types

Feverish [[{{{page}}}|Feverish]]