Template:Condition/Format: Difference between revisions
Jump to navigation
Jump to search
(Add altname) |
(Add type and examples.) |
||
Line 3: | Line 3: | ||
}} {{#if: {{{save|}}} | | }} {{#if: {{{save|}}} | | ||
{{InfoBlob| {{SavingThrow|{{{save}}}}} }} | {{InfoBlob| {{SavingThrow|{{{save}}}}} }} | ||
}}{{#if: {{{duration|}}}{{{save|}}} | </div> }} {{#if:{{{inline|}}}||{{{effects}}} }}</includeonly><noinclude> | }}{{#if: {{{duration|}}}{{{save|}}} | </div> }} {{#if:{{{inline|}}}||{{{effects}}}{{#if:{{{type|}}}|{{clear}} | ||
* {{Condition/Type|{{{type}}} }} }} }}</includeonly><noinclude> | |||
Meant to be used with a Cargo query. Preview: | Meant to be used with a Cargo query. Preview: | ||
Line 89: | Line 90: | ||
}} | }} | ||
== Condition with a type == | |||
{{Condition/Format | |||
| name = Bleeding | |||
| icon = Bleeding Condition Icon.webp | |||
| effects = | |||
* Oof owie ouch | |||
| type = disease | |||
}} | |||
== Inline condition with a type == | |||
Should not show the type. | |||
{{Condition/Format | |||
| name = Bleeding | |||
| icon = Bleeding Condition Icon.webp | |||
| inline = true | |||
| type = disease | |||
}} | |||
== Template data == | == Template data == |
Revision as of 12:52, 9 October 2023
Meant to be used with a Cargo query. Preview:
Single effect description
Bleeding Duration: 3 turns Constitution saving throw
Inflicts damage every turn.
Duration only
Bleeding Duration: 3 turns
Inflicts damage every turn.
Save only
Bleeding Inflicts damage every turn.Effect listing
Bleeding Duration: 3 turns Constitution saving throw
- Inflicts damage every turn.
- Cured by healing.
Duration only
Bleeding Duration: 3 turns
- Inflicts damage every turn.
- Cured by healing.
Save only
Bleeding- Inflicts damage every turn.
- Cured by healing.
Icon and name only
Alternative display name
- Inflicts damage every turn.
- Cured by healing.
Condition with a type
- Oof owie ouch
- Diseased
Inline condition with a type
Should not show the type. Bleeding
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | The name of the condition. | String | optional |
icon | icon | The icon of the condition | File | optional |
inline | inline | Whether the condition should be formatted inline | Boolean | optional |
duration | duration | no description | Unknown | optional |
save | save | no description | Unknown | optional |
effects | effects | no description | Unknown | optional |
altname | altname | An alternative display name for the condition link. | String | optional |