Difference between revisions of "Template:Infobox Monster"

From Idlescape Wiki
Jump to navigation Jump to search
m
m (added margin: auto; to make content centered in infobox)
Line 2: Line 2:
 
<div class="infobox-header">{{{title|{{PAGENAME}}}}}</div>
 
<div class="infobox-header">{{{title|{{PAGENAME}}}}}</div>
 
<div class="infobox-image"><img src="{{{image}}}" height="auto" width="250"></div>
 
<div class="infobox-image"><img src="{{{image}}}" height="auto" width="250"></div>
<table style="padding: 1em;">
+
<table style="padding: 1em;margin: auto;">
 
<tr>
 
<tr>
 
     <th colspan="10">Released</th>
 
     <th colspan="10">Released</th>

Revision as of 10:59, 5 February 2021

Infobox Monster
Released {{{release}}}
Zones {{{zones}}}
Combat Level {{{level}}}
Max Hit {{{maxHit}}}
Attack Style {{{attackStyle}}}
Attack Speed {{{attackSpeed}}}
Combat Stats
Constitution Icon Attack Icon Strength Icon Defence Icon Magic Icon Range Icon
{{{maxHealth}}} {{{attackLevel}}} {{{strengthLevel}}} {{{defenseLevel}}} {{{magic}}} {{{range}}}
Attack Bonus
Accuracy
{{{accuracy}}}
Defence Bonus
Stab Slash Crush Magic Range
{{{stab}}} {{{slash}}} {{{crush}}} {{{magicDef}}} {{{rangeDef}}}
Strength Bonus
Melee Str Ranged Str Magic Dmg
{{{meeleStr}}} {{{rangeStr}}} {{{magicStr}}}


Usage

{{Infobox Monster
|title =
|image =
|release =
|zones =
|level =
|maxHit =
|attackStyle =
|attackSpeed =
|maxHealth =
|attackLevel =
|strengthLevel =
|defenseLevel =
|magic =
|range =
|accuracy =
|stab =
|slash =
|crush =
|magicDef =
|rangeDef =
|meeleStr =
|rangeStr =
|magicStr =
}}