Template:Saving Throw: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Spell DC -> Spellcasting DC)
(New demo template)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>{{#if: {{{dc|}}} | {{#switch: {{{dc}}}
<includeonly>{{#if: {{{dc|}}} | {{#switch: {{{dc}}}
| caster = [[Difficulty Class#Spell DC|Spellcasting DC]]
| caster = [[Dice rolls#Save DCs|Spell save DC]]
| weapon action = [[Difficulty Class#Weapon Action DC|Weapon action DC]]
| weapon action = [[Dice rolls#Save DCs|Weapon action DC]]
| #default = [[DC]] {{{dc}}}}}&nbsp;
| #default = [[Dice rolls#Save DCs|DC]] {{{dc}}}}}&nbsp;
}}{{Icon|Saving Throw Icons.png|25|caption=}} {{#switch: {{{1}}}
}}{{Icon|Saving Throw Icons.png|25|caption=}} {{#switch: {{{1}}}
| strength
| strength
Line 30: Line 30:
| #default = {{#if: {{{1|}}} | {{{1|}}} [[saving throw]] | [[Saving throw]] }}
| #default = {{#if: {{{1|}}} | {{{1|}}} [[saving throw]] | [[Saving throw]] }}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
Visually represent a type of Saving Throw in a semi-compact fashion. Accepts the full or abbreviated form of any [[Ability Score]] as an optional parameter.
Visually represent a type of Saving Throw in a semi-compact fashion. Accepts the full or abbreviated form of any [[Ability Score]] as an optional parameter. Also supports an optional <code>dc</code> ([[Dice rolls#Save DCs|Difficulty Class]]) parameter for abilities and spells with fixed DCs.


Usage: {{code|<nowiki>{{Saving Throw}}</nowiki>}}
== Examples ==
 
{{Template demo
Result: {{Saving Throw}}
| <nowiki>{{Saving Throw}}</nowiki>
 
| <nowiki>{{Saving Throw|STR}}</nowiki>
Usage: {{code|<nowiki>{{Saving Throw|STR}}</nowiki>}}
| <nowiki>{{Saving Throw|Strength}}</nowiki>
 
| <nowiki>{{Saving Throw|Custom value}}</nowiki>
Result: {{Saving Throw|STR}}
| <nowiki>{{Saving Throw|dexterity|dc=12}}</nowiki>
 
| <nowiki>{{Saving Throw|dexterity|dc=caster}}</nowiki>
Usage: {{code|<nowiki>{{Saving Throw|Strength}}</nowiki>}}
| <nowiki>{{Saving Throw|dexterity|dc=weapon action}}</nowiki>
 
}}
Result: {{Saving Throw|Strength}}
 
Usage: {{code|<nowiki>{{Saving Throw|Custom value}}</nowiki>}}
 
Result: {{Saving Throw|Custom value}}
 
 
 
Also supports an optional <code>dc</code> ([[Difficulty Class]]) parameter for abilities and spells with fixed DCs.
 
Usage: {{code|<nowiki>{{Saving Throw|dexterity|dc=12}}</nowiki>}}
 
Result: {{Saving Throw|dexterity|dc=12}}
 
Usage: {{code|<nowiki>{{Saving Throw|dexterity|dc=caster}}</nowiki>}}
 
Result: {{Saving Throw|dexterity|dc=caster}}
 
Usage: {{code|<nowiki>{{Saving Throw|dexterity|dc=weapon action}}</nowiki>}}
 
Result: {{Saving Throw|dexterity|dc=weapon action}}


== Template data ==
== Template data ==

Latest revision as of 05:37, 20 July 2024

Visually represent a type of Saving Throw in a semi-compact fashion. Accepts the full or abbreviated form of any Ability Score as an optional parameter. Also supports an optional dc (Difficulty Class) parameter for abilities and spells with fixed DCs.

Examples

Markup Renders as
{{Saving Throw}}
Saving throw
{{Saving Throw|STR}}
Strength saving throw
{{Saving Throw|Strength}}
Strength saving throw
{{Saving Throw|Custom value}}
Custom value saving throw
{{Saving Throw|dexterity|dc=12}}
DC 12  Dexterity saving throw
{{Saving Throw|dexterity|dc=caster}}
Spell save DC  Dexterity saving throw
{{Saving Throw|dexterity|dc=weapon action}}
Weapon action DC  Dexterity saving throw

Template data

Visually represent a type of Saving Throw in a semi-compact fashion.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Saving Throw Type (Optional)1

no description

Suggested values
STR DEX CON INT WIS CHA
Stringsuggested
Difficulty Class (DC)dc

(Optional) the Difficulty Class of the Saving Throw

Suggested values
12 weapon action caster
Example
12
Stringsuggested