Template:Area full/Format: Difference between revisions
Jump to navigation
Jump to search
HiddenDragon (talk | contribs) (Fixed dippable) |
HiddenDragon (talk | contribs) mNo edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#lvardef:text|[[{{{page|{{{ | <includeonly>{{#lvardef:text|[[{{{page}}}|{{#if:{{{altname|}}}|{{{altname}}}|{{{name}}} }}]]}}<span | ||
class="bg3wiki-condition" | class="bg3wiki-condition" | ||
{{#if:{{{inline|}}}|style="white-space: nowrap"}} | {{#if:{{{inline|}}}|style="white-space: nowrap"}} | ||
Line 7: | Line 7: | ||
}}{{#if: {{{duration|}}} | | }}{{#if: {{{duration|}}} | | ||
<p>{{InfoBlob | {{Duration | {{{duration}}} }} }}</p> | <p>{{InfoBlob | {{Duration | {{{duration}}} }} }}</p> | ||
}}{{#if: {{{ | }}{{#if: {{{range m|}}}{{{range ft|}}} | | ||
<p>{{InfoBlob | {{AOE | | <p>{{InfoBlob | {{AOE | {{{shape}}} | m = {{{range m}}} | ft = {{{range ft}}} }} }}</p> | ||
}}{{#if: {{{inline|}}} | | | }}{{#if: {{{inline|}}} | | | ||
<div> | <div> | ||
Line 28: | Line 28: | ||
| duration = {{{condition duration|}}} | | duration = {{{condition duration|}}} | ||
}} | }} | ||
</div> | </div> | ||
Line 41: | Line 40: | ||
| duration = {{{condition2 duration|}}} | | duration = {{{condition2 duration|}}} | ||
}} | }} | ||
</div> | </div> | ||
}} }}</span></includeonly><noinclude> | }} }}</span></includeonly><noinclude>{{documentation|content= | ||
Display formatted information for [[Area]]s. This template is meant to be used with a Cargo query called by [[Template:Area full]]. | |||
__NOTOC__ | |||
== | == Examples == | ||
{{Template demo | |||
{{Area/Format | | style = list | ||
| <nowiki> | |||
{{Area full/Format | |||
| page = Fire (surface) | | page = Fire (surface) | ||
| name = Fire | | name = Fire | ||
Line 55: | Line 55: | ||
| icon = Fire surface Icon.webp | | icon = Fire surface Icon.webp | ||
| type = surface | | type = surface | ||
| | | shape = Radius | ||
| | | range m = 9 | ||
| range ft = 30 | |||
| duration = 10 | | duration = 10 | ||
| dippable = yes | | dippable = yes | ||
Line 62: | Line 63: | ||
| save = CON | | save = CON | ||
}} | }} | ||
</nowiki> | |||
| <nowiki> | |||
{{Area full/Format | |||
{{Area/Format | |||
| page = Electrified Steam (cloud) | | page = Electrified Steam (cloud) | ||
| name = Electrified Steam | | name = Electrified Steam | ||
Line 74: | Line 75: | ||
| condition2 = Wet | | condition2 = Wet | ||
}} | }} | ||
</nowiki> | |||
| <nowiki> | |||
{{Area full/Format | |||
{{Area/Format | |||
| page = Drow Poison Cloud | | page = Drow Poison Cloud | ||
| name = Drow Poison Cloud | | name = Drow Poison Cloud | ||
Line 87: | Line 87: | ||
| condition save = CON | | condition save = CON | ||
| condition dc = 13 | | condition dc = 13 | ||
}} | |||
</nowiki> | |||
}} | }} | ||
Line 92: | Line 94: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Display formatted information for an area or surface.", | |||
"format": "block", | |||
"params": { | "params": { | ||
"name": { | "name": { | ||
"description": "The name of the | "description": "The name of the area.", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"icon": { | "icon": { | ||
"description": "The icon of the | "description": "The icon of the area", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | }, | ||
"inline": { | "inline": { | ||
"description": "Whether the | "description": "Whether the area should be formatted inline", | ||
"type": "boolean" | "type": "boolean" | ||
}, | }, | ||
"duration": {}, | "duration": { | ||
" | "description": "How long this area lasts, in turns", | ||
" | "type": "string" | ||
}, | |||
"shape": { | |||
"description": "How to define the size of the area", | |||
"type": "string" | |||
}, | |||
"range m": { | |||
"description": "The size of the area in meters", | |||
"type": "string" | |||
}, | |||
"range ft": { | |||
"description": "The size of the area in feet", | |||
"type": "string" | |||
}, | |||
"type": { | |||
"description": "cloud, surface, or area", | |||
"type": "string" | |||
}, | |||
"description": { | |||
"description": "The description of the area", | |||
"type": "string" | |||
}, | |||
"altname": { | "altname": { | ||
"description": "An alternative display name for the condition link.", | "description": "An alternative display name for the condition link.", | ||
Line 114: | Line 139: | ||
} | } | ||
} | } | ||
</templatedata> | </templatedata>}} | ||
[[Category:Templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 21:38, 14 August 2024
Template documentation
Display formatted information for Areas. This template is meant to be used with a Cargo query called by Template:Area full.
Examples
Markup
Fire
{{Area full/Format | page = Fire (surface) | name = Fire | description = Deals {{DamageText|1d4|Fire}} damage per turn. | icon = Fire surface Icon.webp | type = surface | shape = Radius | range m = 9 | range ft = 30 | duration = 10 | dippable = yes | condition = Burning | save = CON }}Renders as
Fire
Duration: 10 turns
AoE: 9 m / 30 ft (Radius)
Condition: Burning
- Takes 1d4Fire damage per turn.
- Can be removed with the Healing Potion or gaining . action, using a
- Immune from if .
- action can be used on Burning characters and/or objects.
Markup
Electrified Steam
{{Area full/Format | page = Electrified Steam (cloud) | name = Electrified Steam | icon = Electrified Steam cloud Icon.webp | description = Deals {{DamageText|1d4|Lightning}} damage per turn. | type = cloud | condition = Electrocuted | condition2 = Wet }}Renders as
Electrified Steam
- Type: Cloud
Condition: Electrocuted
Condition: Wet
Markup
Drow Poison Cloud
{{Area full/Format | page = Drow Poison Cloud | name = Drow Poison Cloud | icon = Poison Cloud cloud Icon.webp | description = Chance to set Poisoned. | type = cloud | condition = Stricken with Drow Poison | condition save = CON | condition dc = 13 }}Renders as
Drow Poison Cloud
Chance to set Poisoned.
- Type: Cloud
Condition: Stricken with Drow Poison
DC 13 Constitution saving throw
- Affected entity is and has fallen .
- Lasts until affected entity has made a successful Constitution saving throw or takes damage.
Template data
Display formatted information for an area or surface.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | The name of the area. | String | optional |
icon | icon | The icon of the area | File | optional |
inline | inline | Whether the area should be formatted inline | Boolean | optional |
duration | duration | How long this area lasts, in turns | String | optional |
shape | shape | How to define the size of the area | String | optional |
range m | range m | The size of the area in meters | String | optional |
range ft | range ft | The size of the area in feet | String | optional |
type | type | cloud, surface, or area | String | optional |
description | description | The description of the area | String | optional |
altname | altname | An alternative display name for the condition link. | String | optional |