Template:Infobox Item: Difference between revisions
Template page
More actions
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 | ||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
|label = | |label = Proficiency Group | ||
|data = {{{ | |data = {{{proficiency|}}} | ||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
| Line 37: | Line 22: | ||
|data = {{#if: {{{range|}}}|{{{range|}}} tiles|}} | |data = {{#if: {{{range|}}}|{{{range|}}} tiles|}} | ||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
|label = Damage | |label = Damage | ||
|data = {{{damage|}}} | |data = {{{damage|}}} | ||
}}<!-- | }}<!-- | ||
-->{{#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|}}} | |||
}}<!-- | }}<!-- | ||
-->{{#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 | {{Infobox Item | ||
| name={{{name}}} | | name={{{name}}} | ||
| caption={{{caption}}} | | caption={{{caption}}} | ||
| image={{{image}}} | | image={{{image}}} | ||
| range={{{range}}} | | range={{{range}}} | ||
| | | proficiency={{{proficiency}}} | ||
| versatile = {{{versatile}}} | |||
| tags = {{{tags}}} | |||
| | |||
| | |||
| damage={{{damage}}} | | damage={{{damage}}} | ||
| | | ac={{{ac}}} | ||
| | | healing = {{{healing}}} | ||
| description={{{description}}} | | description={{{description}}} | ||
| 5ewiki={{{5ewiki}}} | | 5ewiki={{{5ewiki}}} | ||
| Line 119: | Line 91: | ||
==Usage== | ==Usage== | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox Item | ||
| name = | | name = | ||
| image = | | image = | ||
| caption = | | caption = | ||
| range = | | range = | ||
| | | proficiency = | ||
| | | versatile = | ||
| | | tags = | ||
| damage = | | damage = | ||
| ac = | |||
| healing = | | healing = | ||
| 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 =
}}