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..." |
setup |
||
| 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: {{{versatile|}}}|{{Infobox row | |||
|label = | |label = Versatile | ||
|data = {{{ | |data = {{{versatile|}}} | ||
}}|}}<!-- | }}|}}<!-- | ||
-->{{#if: {{{saves|}}}|{{Infobox row | -->{{#if: {{{saves|}}}|{{Infobox row | ||
| Line 70: | Line 38: | ||
|header = Description | |header = Description | ||
}}<!-- | }}<!-- | ||
-->{{#if: {{{5ewiki|}}}|{{Infobox row | -->{{#if: {{{5ewiki|}}}|{{Infobox row | ||
|colspan = 2 | |colspan = 2 | ||
| Line 104: | Line 68: | ||
| image={{{image}}} | | image={{{image}}} | ||
| range={{{range}}} | | range={{{range}}} | ||
| | | proficiency={{{proficiency}}} | ||
| versatile = {{{versatile}}} | |||
| tags = {{{tags}}} | |||
| | |||
| | |||
| damage={{{damage}}} | | damage={{{damage}}} | ||
| description={{{description}}} | | description={{{description}}} | ||
| 5ewiki={{{5ewiki}}} | | 5ewiki={{{5ewiki}}} | ||
| Line 124: | Line 82: | ||
| caption = | | caption = | ||
| range = | | range = | ||
| | | proficiency = | ||
| | | versatile = | ||
| | | tags = | ||
| damage = | | damage = | ||
| description = | | description = | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 21:57, 19 March 2026
This template is for items
Usage
{{Infobox Items
| name =
| image =
| caption =
| range =
| proficiency =
| versatile =
| tags =
| damage =
| description =
}}