Template:Infobox Ability: Difference between revisions
Template page
More actions
m spell school |
healing added |
||
| (9 intermediate revisions by 2 users not shown) | |||
| Line 6: | Line 6: | ||
|caption = {{{caption|}}} | |caption = {{{caption|}}} | ||
|image = {{{image|}}} | |image = {{{image|}}} | ||
|imageWidth = {{{imageWidth|}}} | |imageWidth = {{{imageWidth|128}}} | ||
|imageHeight = {{{imageHeight|}}} | |imageHeight = {{{imageHeight|128}}} | ||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
| Line 17: | Line 17: | ||
|label = Type | |label = Type | ||
|data = [[{{#switch: {{{level}}} | |data = [[{{#switch: {{{level}}} | ||
| 0 = Cantrip | |||
| 1 = 1st | | 1 = 1st | ||
| 2 = 2nd | | 2 = 2nd | ||
| Line 34: | Line 35: | ||
-->{{Infobox row | -->{{Infobox row | ||
|label = Range | |label = Range | ||
|data = {{{range|}}} | |data = {{#if: {{{range|}}}|{{{range|}}} tiles|}} | ||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
|label = Target | |label = Target | ||
|data = {{{target|}}} | |data = {{#ifeq: {{{target|}}}|AoE|Area of Effect<br>({{{radius|}}} tiles radius)|{{{target|}}} | ||
}} | |||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
| Line 44: | Line 46: | ||
|data = {{{cost|}}} | |data = {{{cost|}}} | ||
}}<!-- | }}<!-- | ||
-->{{#if: {{{concentration|}}}|{{Infobox row | |||
|label = Concentration | |||
|data = {{#ifeq: {{{concentration|}}}|0|until broken|up to {{{concentration|}}} turns}} | |||
}}|}}<!-- | |||
-->{{Infobox row | -->{{Infobox row | ||
|label = Damage | |label = Damage | ||
|data = {{{damage|}}} | |data = {{{damage|}}} | ||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{#if: {{{healing|}}}|{{Infobox row | ||
|label = Healing | |||
|data = {{{healing|}}} | |||
}}|}}<!-- | |||
-->{{#if: {{{saves|}}}|{{Infobox row | |||
|label = Save | |||
|data = {{{saves|}}} | |||
}}|}}<!-- | |||
-->{{#if: {{{description|}}}|{{Infobox row | |||
|colspan = 2 | |colspan = 2 | ||
|header = Description | |header = Description | ||
| Line 55: | Line 69: | ||
|colspan = 2 | |colspan = 2 | ||
|data = {{{description|}}} | |data = {{{description|}}} | ||
}}|}}<!-- | |||
-->{{#if: {{{5ewiki|}}}|{{Infobox row | |||
|colspan = 2 | |||
|header = External Links | |||
}}<!-- | }}<!-- | ||
-->{{Infobox row | |||
|colspan = 2 | |||
|data = [https://dnd5e.wikidot.com/{{{5ewiki|}}} {{{name|{{#explode:{{PAGENAME}}| (|0}}}}} on D&D 5e Wiki] | |||
}}|}}<!-- | |||
-->{{Infobox ribbon row | -->{{Infobox ribbon row | ||
|color = {{{ribboncolor|}}} | |color = {{{ribboncolor|}}} | ||
| Line 78: | Line 100: | ||
| image={{{image}}} | | image={{{image}}} | ||
| range={{{range}}} | | range={{{range}}} | ||
| target= | | target=AoE | ||
| radius=2 | |||
| concentration=10 | |||
| cost={{{cost}}} | | cost={{{cost}}} | ||
| type={{{type}}} | | type={{{type}}} | ||
| school={{{school}}} | | school={{{school}}} | ||
| damage={{{damage}}} | | damage={{{damage}}} | ||
| healing={{{healing}}} | |||
| saves={{{saves}}} | |||
| description={{{description}}} | | description={{{description}}} | ||
| 5ewiki={{{5ewiki}}} | |||
}} | }} | ||
==Usage== | ==Usage== | ||
| Line 95: | Line 122: | ||
| cost = | | cost = | ||
| damage = | | damage = | ||
| healing = | |||
| saves = | |||
| level = | | level = | ||
| school = | | school = | ||
Latest revision as of 23:52, 18 March 2026
This template is for abilities (spells, skills, powers, etc.).
| [[File:{{{image}}}|128x128px|thumb|center|{{{caption}}}]] | |
| {{{name}}} | |
|---|---|
| Type | [[{{{type}}}]] |
| School | {{{school}}} |
| Range | {{{range}}} tiles |
| Target | Area of Effect (2 tiles radius) |
| Cost | {{{cost}}} |
| Concentration | up to 10 turns |
| Damage | {{{damage}}} |
| Healing | {{{healing}}} |
| Save | {{{saves}}} |
| Description | |
| {{{description}}} | |
| External Links | |
| {{{name}}} on D&D 5e Wiki | |
Usage
{{Infobox Ability
| name =
| image =
| caption =
| range =
| target =
| cost =
| damage =
| healing =
| saves =
| level =
| school =
| type =
| description =
}}