WIKI IS CURRENTLY UNDER CONSTRUCTION
Difference between revisions of "Template:MonsterInfo template"
Jump to navigation
Jump to search
m |
m |
||
Line 38: | Line 38: | ||
| style="padding: 10px; text-align: center; font-weight: bold; background-color: black;" colspan="2" | [[File:Combat tab icon.png]] Combat stats | | style="padding: 10px; text-align: center; font-weight: bold; background-color: black;" colspan="2" | [[File:Combat tab icon.png]] Combat stats | ||
|- style="display: grid; grid-template-columns: repeat(6, 50px); margin: 5px 0 5px 0; justify-content: center; justify-items: center;" | |- style="display: grid; grid-template-columns: repeat(6, 50px); margin: 5px 0 5px 0; justify-content: center; justify-items: center;" | ||
| [[File:Hitpoints.png]] || [[File:Attack.png]] || [[File: | | [[File:Hitpoints.png]] || [[File:Attack.png]] || [[File:Strength.png]] || [[File:Defence.png]] || [[File:Magic_icon.png]] || [[File:Ranged.png]] | ||
| {{{Hitpoints}}} || {{{Attack}}}|| {{{Strength}}}|| {{{Defence}}}|| {{{Magic}}}|| {{{Range}}} | | {{{Hitpoints}}} || {{{Attack}}}|| {{{Strength}}}|| {{{Defence}}}|| {{{Magic}}}|| {{{Range}}} | ||
|- | |- | ||
| style="padding: 10px; text-align: center; font-weight: bold; background-color: black;" colspan="2" | [[File:Combat_icon.png]] Aggressive stats | | style="padding: 10px; text-align: center; font-weight: bold; background-color: black;" colspan="2" | [[File:Combat_icon.png]] Aggressive stats | ||
|- style="display: grid; grid-template-columns: repeat(6, 50px); margin: 5px 0 5px 0; justify-content: center; justify-items: center;" | |- style="display: grid; grid-template-columns: repeat(6, 50px); margin: 5px 0 5px 0; justify-content: center; justify-items: center;" | ||
| [[File:Attack.png]] || [[File: | | [[File:Attack.png]] || [[File:Strength.png]] || [[File:Magic_icon.png]] || [[File:Magic_damage_icon.png|Magic damage]] || [[File:Ranged.png]] || [[File:Ranged_strength_icon.png|Ranged strength]] | ||
| +{{{agroAtk}}}|| +{{{agroStr}}}|| +{{{agroMage}}}|| +{{{mageDmg}}}|| +{{{agroRange}}}|| +{{{rangeStr}}} | | +{{{agroAtk}}}|| +{{{agroStr}}}|| +{{{agroMage}}}|| +{{{mageDmg}}}|| +{{{agroRange}}}|| +{{{rangeStr}}} | ||
|- | |- |
Revision as of 18:03, 22 April 2022
{{{monsterName}}} | |||||||||||
[[File:{{{iconDir}}}.png|250px|center]] | |||||||||||
Combat level | {{{cmbLvl}}} | Attribute | {{{npcAttribute}}} | Max hit | {{{maxHit}}} | Aggressive | {{{isAggressive}}} | ||||
Slayer info | |||||||||||
Slayer level | {{{slayerLvl}}} | Experience | {{{Hitpoints}}} | Category | {{{npcAttribute}}} | Assigned by | {{{slayerMaster}}} | ||||
Discovery info | |||||||||||
Discovery level | {{{discoveryLvl}}} | Category | {{{discoveryCat}}} | ||||||||
File:Combat tab icon.png Combat stats | |||||||||||
File:Magic icon.png | {{{Hitpoints}}} | {{{Attack}}} | {{{Strength}}} | {{{Defence}}} | {{{Magic}}} | {{{Range}}} | |||||
Aggressive stats | |||||||||||
File:Magic icon.png | +{{{agroAtk}}} | +{{{agroStr}}} | +{{{agroMage}}} | +{{{mageDmg}}} | +{{{agroRange}}} | +{{{rangeStr}}} | |||||
Defensive stats | |||||||||||
Magic damage | +{{{Stab}}} | +{{{Slash}}} | +{{{Crush}}} | +{{{mageDef}}} | +{{{rangeRef}}} | ||||||
Immunities | |||||||||||
Poison | {{{immunePoison}}} | Venom | {{{immuneVenom}}} | Cannons | {{{immuneCannon}}} | Thralls | {{{immuneThralls}}} |
This is the template for a monster information summary side bar. To use this you pass in a property to the variable, below is a template you can copy and paste.
NOTE
iconDir will only work with a .png extension on the template.
{{MonsterInfo template |monsterName= |iconDir= |cmbLvl= |npcAttribute= |maxHit= |isAggressive= |slayerLvl= |slayerMaster= |discoveryColor= |discoveryLvl= |discoveryCat= |Hitpoints= |Attack= |Strength= |Defence= |Magic= |Range= |agroAtk= |agroStr= |agroMage= |mageDmg= |agroRange= |rangeStr= |Stab= |Slash= |Crush= |mageDef= |rangeRef= |immunePoison= |immuneVenom= |immuneCannon= |immuneThralls= |}}