Template:Infobox Class: Difference between revisions
Template page
More actions
Adding Spell slots to infobox |
saving throws, cr added and formatting |
||
| Line 17: | Line 17: | ||
|label = Hit Points | |label = Hit Points | ||
|data = {{{hp|}}} | |data = {{{hp|}}} | ||
}}<!-- | |||
-->{{Infobox row | |||
|label = Saving Throws | |||
|data = {{{st|}}} | |||
}}<!-- | |||
-->{{Infobox row | |||
|label = Class Resources | |||
|data = {{{cr|}}} | |||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
| Line 32: | Line 40: | ||
-->{{#if: {{{spells|}}}|{{Infobox row | -->{{#if: {{{spells|}}}|{{Infobox row | ||
|colspan = 2 | |colspan = 2 | ||
|header = Spell | |header = Spell Casting | ||
}}<!-- | }}<!-- | ||
-->{{Infobox row | -->{{Infobox row | ||
| Line 76: | Line 84: | ||
| image={{{image}}} | | image={{{image}}} | ||
| hp={{{hp}}} | | hp={{{hp}}} | ||
| st={{{st}}} | |||
| cr={{{cr}}} | |||
| description={{{description}}} | | description={{{description}}} | ||
| spells={{{spells}}} | | spells={{{spells}}} | ||
| Line 88: | Line 98: | ||
| caption = | | caption = | ||
| hp = | | hp = | ||
| st= | |||
| cr = | |||
| description = | | description = | ||
| spells = | | spells = | ||
Revision as of 22:55, 18 March 2026
This template is for class pages.
| [[File:{{{image}}}|128x128px|thumb|center|{{{caption}}}]] | |
| {{{name}}} | |
|---|---|
| Hit Points | {{{hp}}} |
| Saving Throws | {{{st}}} |
| Class Resources | {{{cr}}} |
| Description | |
| {{{description}}} | |
| Spell Casting | |
| {{{spells}}} | |
| External Links | |
| {{{name}}} on D&D 5e Wiki | |
| {{{name}}} on Forgotten Realms Wiki | |
Usage
{{Infobox Class
| name =
| image =
| caption =
| hp =
| st=
| cr =
| description =
| spells =
| 5ewiki =
| frwiki =
}}