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 Item: Difference between revisions

Template page
Created page with "<includeonly><!-- Template --><table class="tg-infobox floatright"><!-- -->{{Infobox image row |caption = {{{caption|}}} |image = {{{image|}}} |imageWidth = {{{imageWidth|128}}} |imageHeight = {{{imageHeight|128}}} }}<!-- -->{{Infobox row |colspan = 2 |header = {{{name|{{#explode:{{PAGENAME}}| (|0}}}}} |headerClass = tg-infobox-title }}<!-- -->{{#if: {{{level|}}}|{{Infobox row |label = Type |data = {{#switch..."
 
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 14: Line 14:
|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
-->{{Infobox row
|label        = School
|label        = Proficiency Group
|data        = {{{school|}}}
|data        = {{{proficiency|}}}
}}<!--
}}<!--
-->{{Infobox row
-->{{Infobox row
Line 37: Line 22:
|data        = {{#if: {{{range|}}}|{{{range|}}} tiles|}}
|data        = {{#if: {{{range|}}}|{{{range|}}} tiles|}}
}}<!--
}}<!--
-->{{Infobox row
|label        = Target
|data        = {{#ifeq: {{{target|}}}|AoE|Area of Effect<br>({{{radius|}}} tiles radius)|{{{target|}}}
}}
}}<!--
-->{{Infobox row
|label        = Cost
|data        = {{{cost|}}}
}}<!--
-->{{#if: {{{concentration|}}}|{{Infobox row
|label        = Concentration
|data        = {{#ifeq: {{{concentration|}}}|0|until broken|up to {{{concentration|}}} turns}}
}}|}}<!--
    -->{{#if: {{{duration|}}}|{{Infobox row
|label        = Duration
|data        = {{{duration|}}}
}}|}}<!--
-->{{Infobox row
-->{{Infobox row
|label        = Damage
|label        = Damage
|data        = {{{damage|}}}
|data        = {{{damage|}}}
}}<!--
}}<!--
    -->{{#if: {{{healing|}}}|{{Infobox row
-->{{#if: {{{healing|}}}|{{Infobox row
|label        = Healing
|label        = Healing
|data        = {{{healing|}}}
|data        = {{{healing|}}}
}}|}}<!--
-->{{#if: {{{ac|}}}|{{Infobox row
|label        = AC
|data        = {{{ac|}}}
}}|}}<!--
-->{{#if: {{{versatile|}}}|{{Infobox row
|label        = Versatile
|data        = {{{versatile|}}}
}}|}}<!--
}}|}}<!--
     -->{{#if: {{{saves|}}}|{{Infobox row
     -->{{#if: {{{saves|}}}|{{Infobox row
Line 69: Line 45:
|colspan      = 2
|colspan      = 2
|header      = Description
|header      = Description
}}|}}<!--
    -->{{Infobox row
|colspan      = 2
|data = {{{description|}}}
}}<!--
}}<!--
-->{{Infobox row
|colspan      = 2
|data        = {{{description|}}}
}}|}}<!--
-->{{#if: {{{5ewiki|}}}|{{Infobox row
-->{{#if: {{{5ewiki|}}}|{{Infobox row
|colspan      = 2
|colspan      = 2
Line 97: Line 73:
-------------
-------------
--><noinclude>
--><noinclude>
This template is for items
This template is for items.


{{Infobox Items
{{Infobox Item
| name={{{name}}}
| name={{{name}}}
| caption={{{caption}}}
| caption={{{caption}}}
| image={{{image}}}
| image={{{image}}}
| range={{{range}}}
| range={{{range}}}
| target=AoE
| proficiency={{{proficiency}}}
| radius=2
| versatile = {{{versatile}}}
| concentration=10
| tags = {{{tags}}}
| duration={{{duration}}}
| cost={{{cost}}}
| type={{{type}}}
| school={{{school}}}
| damage={{{damage}}}
| damage={{{damage}}}
| healing={{{healing}}}
| ac={{{ac}}}
| saves={{{saves}}}
| healing = {{{healing}}}
| description={{{description}}}
| description={{{description}}}
| 5ewiki={{{5ewiki}}}
| 5ewiki={{{5ewiki}}}
Line 119: Line 91:
==Usage==
==Usage==
<pre>
<pre>
{{Infobox Items
{{Infobox Item
| name =  
| name =  
| image =  
| image =  
| caption =  
| caption =  
| range =  
| range =  
| target =  
| proficiency =  
| cost =  
| versatile =
| duration =
| tags =
| damage =  
| damage =  
| ac =
| healing =
| healing =
| saves =
| level =
| school =
| type =
| description =  
| description =  
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Latest revision as of 01:13, 22 March 2026

This template is for items.

[[File:{{{image}}}|128x128px|thumb|center|{{{caption}}}]]
{{{name}}}
Proficiency Group{{{proficiency}}}
Range{{{range}}} tiles
Damage{{{damage}}}
Healing{{{healing}}}
AC{{{ac}}}
Versatile{{{versatile}}}
Description
{{{description}}}
External Links
{{{name}}} on D&D 5e Wiki

Usage

{{Infobox Item
| name = 
| image = 
| caption = 
| range = 
| proficiency = 
| versatile =
| tags =
| damage = 
| ac =
| healing =
| description = 
}}
Contents