From The Mana World
m (Sorry, Ali-G. Some of these things I just can't test without saving :/ (for example: the whitespace below the monster image)) |
m |
||
(23 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly> | ||
<div style="float:right; padding:0 0 1.5em 1.5em; width:18em; background-color: | <div style="float:right; padding:0 0 1.5em 1.5em; width:18em; background-color:white; text-align:center"> | ||
{{{Image}}} | |||
<div style="font-size:1.32em; text-align:center">{{{Name}}}</div> | |||
< | <p style="color:#666">ID: {{{ID}}}</p> | ||
</ | |||
<table class="wikitable" style="width:100%"> | <div style="font-size:1.149em; text-align:center">Level {{{Level}}}</div><table class="wikitable" style="width:100%"> | ||
<caption>Attributes</caption> | <caption>Attributes</caption> | ||
<tr><th scope="row" style="width:8em">Strength</th><td>{{{ | <tr><th scope="row" style="width:8em">Strength</th><td>{{{Strength}}}</td></tr> | ||
<tr><th scope="row">Agility</th><td>{{{ | <tr><th scope="row">Agility</th><td>{{{Agility}}}</td></tr> | ||
<tr><th scope="row">Vitality</th><td>{{{ | <tr><th scope="row">Vitality</th><td>{{{Vitality}}}</td></tr> | ||
<tr><th scope="row">Intelligence</th><td>{{{ | <tr><th scope="row">Intelligence</th><td>{{{Intelligence}}}</td></tr> | ||
<tr><th scope="row">Dexterity</th><td>{{{ | <tr><th scope="row">Dexterity</th><td>{{{Dexterity}}}</td></tr> | ||
<tr><th scope="row">Luck</th><td>{{{ | <tr><th scope="row">Luck</th><td>{{{Luck}}}</td></tr> | ||
</table> | </table> | ||
<p style="margin:. | <p style="margin:0 0 .75em 0; font-style:italic">{{{Mutations}}}</p> | ||
<span style="color:#ad1818"><p style="margin:0 0 .75em 0; font-style:italic">{{{Behavior}}}</p></span> | |||
<table class="wikitable" style="width:100%"> | <table class="wikitable" style="width:100%"> | ||
<caption>Offense</caption> | <caption>Offense</caption> | ||
<tr><th scope="row" style="width:8em">Attack</th><td>{{{ | <tr><th scope="row" style="width:8em">Attack</th><td>{{{Attack}}}</td></tr> | ||
<tr><th scope="row">Range</th><td>{{{ | <tr><th scope="row">Range</th><td>{{{Range}}}</td></tr>{{#if:{{{Speed|}}}|<tr><th scope="row">Speed</th><td>{{{Speed}}}</td></tr>}}{{#if:{{{Delay|}}}|<tr><th scope="row">Delay</th><td>{{{Delay}}}</td></tr>}} | ||
</table> | </table> | ||
<table class="wikitable" style="width:100%"> | <table class="wikitable" style="width:100%"> | ||
<caption>Defense</caption> | <caption>Defense</caption> | ||
<tr><th scope="row" style="width:8em">Physical</th><td>{{{ | <tr><th scope="row" style="width:8em">Health Points</th><td>{{{HP}}}</td></tr>{{#if:{{{Physical Defense|}}}|<tr><th scope="row" style="width:8em">Physical Resistance</th><td>{{{Physical Defense}}}%</td></tr>}}{{#if:{{{Magical Defense|}}}|<tr><th scope="row">Magical Resistance</th><td>{{{Magical Defense}}}%</td></tr>}} | ||
</table> | </table> | ||
< | <table class="wikitable" style="width:100%"> | ||
<caption>Rewards</caption> | |||
</div> | <tr><th scope="row" style="width:8em">Experience</th><td>{{{EXP}}}</tr> | ||
<tr><th scope="row">Job Experience</th><td>{{{Job EXP}}}</td></tr>{{#if:{{{Monster Points|}}}|<tr><th scope="row">Monster Points</th><td>{{{Monster Points}}}</td></tr>}} | |||
</table> | |||
</div></includeonly> | |||
<noinclude> | |||
{{Template:Monster/doc}} | |||
[[Category:Content Template]] | |||
</noinclude> |
Latest revision as of 12:31, 3 July 2014
This is the main template that can be used for documenting monsters.
Please refer to Monster Reference to fill the fields correctly.
Usage:
-
{{Monster
|Name = Monster_name
|Image = [[Image:Image.png]]
|Behavior = Aggressive
|Mutations = May mutate x attributes up to n%.
|Level = moblevel
|HP = #
|EXP = #
|Job EXP = #
|ID = #
|Strength = #
|Agility = #
|Vitality = #
|Intelligence = #
|Dexterity = #
|Luck = #
|Attack = #-#
|Range = #
}}
Supported fields:
- Name
- Image
- Behavior
- Mutations
- Level
- HP
- EXP
- Job EXP
- Monster Points
- ID
- Strength
- Agility
- Vitality
- Intelligence
- Dexterity
- Luck
- Attack
- Range
- Speed
- Delay
- Physical Defense
- Magical Defense