Template:Monster block: Difference between revisions

From Campaigns
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<templatestyles src="monster block/style.css" /><div class="mon-stat-block">
<templatestyles src="monster block/style.css" /><div class="mon-stat-block">
<div class="flexrow">
<div class="flexrow">
<div>{{{column1}}}</div>
<div class="column1" style="width:calc(50% - 10px);>{{{column1}}}</div>
<div>{{{column2}}}</div>
<div class="column2" style="width:calc(50% - 10px);margin-left:5px;">{{{column2}}}</div>
</div>
</div>
</div>
</div>

Latest revision as of 20:52, 14 February 2022

{{{column1}}}
{{{column2}}}
Template documentation

Creates a simple monster block.

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
column1column1

The left column of the monster block.

Stringrequired
column2column2

The right column of the monster block.

Stringrequired
descriptiondescription

Additional text displayed below the monster block.

Default
(omitted)
Stringoptional