Template:Ability check: Difference between revisions

From bg3.wiki
Jump to navigation Jump to search
(Remove alt text for die icon)
(New demo template)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{{icon|D20.png|25|caption=}} {{#if: {{{2|}}} | DC {{{2}}}}} {{#if:{{{1|}}}|[[{{{1}}}]] [[Ability Check|check]]|[[Ability Check]]}}</includeonly><noinclude>
<includeonly>{{icon|D20.png|25|caption=}} {{#if: {{{2|}}} | DC {{{2}}}}} {{#if:{{{1|}}}|{{#invoke:ParseList|main|{{{1|}}}|makeLinks=yes|textLastDelim=<nowiki>, or </nowiki>}} [[Ability check|check]]|[[Ability check]]}}</includeonly><noinclude>{{documentation|content=
 
This template is used to represent Skill or Ability Checks. Saving throws should use [[Template:Saving throw]] instead.
This template is used to represent Skill or Ability Checks. Saving throws should use [[Template:SavingThrow]] instead.


The first parameter is the skill or ability being checked, and the second (optional) parameter is the [[DC]]. If no parameters are supplied, it will instead display a link to [[Ability Check]].
The first parameter is the skill or ability being checked, and the second (optional) parameter is the [[DC]]. If no parameters are supplied, it will instead display a link to [[Ability Check]].


Usage: <code><nowiki>{{Ability Check}}</nowiki></code>
== Examples ==
 
{{Template demo
Result: {{Ability Check}}
| <nowiki>{{Ability check}}</nowiki>
 
| <nowiki>{{Ability check|Sleight of Hand|20}} </nowiki>
Usage: <code><nowiki>{{Ability Check|Sleight of Hand|20}} </nowiki></code>
| <nowiki>{{Ability check|Dexterity}}</nowiki>
 
| <nowiki>{{Ability check|Strength, Dexterity}}</nowiki>
Result: {{Ability Check|Sleight of Hand|20}}  
| <nowiki>{{Ability check|Sleight of Hand, Animal Handling, Strength|16}}</nowiki>
 
}}
Usage: <code><nowiki>{{Ability Check|Dexterity}}</nowiki></code>
 
Result: {{Ability Check|Dexterity}}


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
== Template data==
<templatedata>
{
"params": {
"1": {
"label": "Skill name",
"description": "The name of the skill associated with the ability check. Can also use a comma separated list",
"type": "string",
"required": true
},
"2": {
"label": "Difficulty Class",
"description": "The Difficulty Class of the check.",
"type": "number"
}
}
}
</templatedata>}}</noinclude>

Latest revision as of 05:39, 20 July 2024

Template documentation

This template is used to represent Skill or Ability Checks. Saving throws should use Template:Saving throw instead.

The first parameter is the skill or ability being checked, and the second (optional) parameter is the DC. If no parameters are supplied, it will instead display a link to Ability Check.

Examples

Markup Renders as
{{Ability check}}
Ability check
{{Ability check|Sleight of Hand|20}} 
DC 20 Sleight of Hand check
{{Ability check|Dexterity}}
Dexterity check
{{Ability check|Strength, Dexterity}}
Strength, or Dexterity check
{{Ability check|Sleight of Hand, Animal Handling, Strength|16}}
DC 16 Sleight of Hand, Animal Handling, or Strength check

Template data

No description.

Template parameters

ParameterDescriptionTypeStatus
Skill name1

The name of the skill associated with the ability check. Can also use a comma separated list

Stringrequired
Difficulty Class2

The Difficulty Class of the check.

Numberoptional