Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox Ability: Difference between revisions

Template page
cleanup
healing added
 
(12 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 13: Line 13:
|header      = {{{name|{{#explode:{{PAGENAME}}| (|0}}}}}
|header      = {{{name|{{#explode:{{PAGENAME}}| (|0}}}}}
|headerClass  = tg-infobox-title
|headerClass  = tg-infobox-title
}}<!--
-->{{#if: {{{level|}}}|{{Infobox row
|label        = Type
|data        = [[{{#switch: {{{level}}}
| 0 = Cantrip
| 1 = 1st
| 2 = 2nd
| 3 = 3rd
| 4 = 4th
| 5 = 5th
}} Level Spell]]
}}|{{Infobox row
|label = Type
|data = [[{{{type|}}}]]
}}
}}<!--
-->{{Infobox row
|label        = School
|data        = {{{school|}}}
}}<!--
}}<!--
-->{{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 26: 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        = Level
|label        = Healing
|data        = {{{level|}}}
|data        = {{{healing|}}}
}}<!--
}}|}}<!--
-->{{Infobox row
    -->{{#if: {{{saves|}}}|{{Infobox row
|label        = Save
|data        = {{{saves|}}}
}}|}}<!--
-->{{#if: {{{description|}}}|{{Infobox row
|colspan      = 2
|colspan      = 2
|header      = Description
|header      = Description
Line 41: 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 52: Line 88:
--><templatestyles src="Template:Infobox/styles.css"/><!--
--><templatestyles src="Template:Infobox/styles.css"/><!--


--></includeonly><!--
-->[[Category:Abilities|{{PAGENAME}}]]</includeonly><!--


Documentation
Documentation
Line 64: Line 100:
| image={{{image}}}
| image={{{image}}}
| range={{{range}}}
| range={{{range}}}
| target={{{target}}}
| target=AoE
| radius=2
| concentration=10
| cost={{{cost}}}
| cost={{{cost}}}
| level={{{level}}}
| type={{{type}}}
| school={{{school}}}
| damage={{{damage}}}
| damage={{{damage}}}
| healing={{{healing}}}
| saves={{{saves}}}
| description={{{description}}}
| description={{{description}}}
| 5ewiki={{{5ewiki}}}
}}
}}
==Usage==
==Usage==
Line 80: Line 122:
| cost =  
| cost =  
| damage =  
| damage =  
| healing =
| saves =
| level =
| school =
| type =
| description =  
| description =  
}}
}}
</pre><!--
</pre>
 
Category
--------
-->[[Category:Abilities|{{PAGENAME}}]]<!--
-->
</noinclude>
</noinclude>

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
TargetArea of Effect
(2 tiles radius)
Cost{{{cost}}}
Concentrationup 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 = 
}}
Contents