(Added conditional lines, bordered box.) |
(Changed custom table to InfoCard template.) |
||
| Line 1: | Line 1: | ||
{ | {{InfoCard | ||
|heading={{{name}}} | |||
| | |content= <nowiki /> | ||
'''Category''': {{{category}}}</br> {{#if: {{{exclusion|}}}| | '''Category''': {{{category}}}</br> {{#if: {{{exclusion|}}}| | ||
'''Exclusion''': {{{exclusion}}}</br> |}} {{#if: {{{type|}}}| | '''Exclusion''': {{{exclusion}}}</br> |}} {{#if: {{{type|}}}| | ||
| Line 14: | Line 12: | ||
'''Damage Type''': {{{damagetype}}}</br> |}} {{#if: {{{effect|}}}| | '''Damage Type''': {{{damagetype}}}</br> |}} {{#if: {{{effect|}}}| | ||
'''Effect''': {{{effect}}}</br> |}} | '''Effect''': {{{effect}}}</br> |}} | ||
}} | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Latest revision as of 16:49, 16 October 2023
{{{name}}}
Creates a standardized layout for actions represented on the wiki.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the aciton.
| String | required |
| Category | category | The action category for this action.
| Unknown | required |
| Exclusion | exclusion | The category, or categories, that this cation holds and exclusion with.
| String | optional |
| Type | type | The type of action, within the broader action category.
| String | suggested |
| Range | range | The range within which the action can target or effect.
| String | optional |
| Ammunition | ammunition | The ammunition required (and typically consumed) to use the item. | String | optional |
| Roll | roll | The roll associated with the action required by the creature performing the action. | String | optional |
| Roll Against | rollagainst | The roll performed by the target of the action, often used to set a DC that the creature performing the action may have to roll against. | String | optional |
| Damage | damage | The ramage dealt to the target of this action. | String | optional |
| Damage Type | damagetype | The type of damage being dealt to the target of this action.
| String | optional |
| Effect | effect | The specific effect of the action on it's target, area of effect or the performer of the action. | String | suggested |