Difference between revisions of "Template:Monster"

From HomepointXI Wiki
Jump to: navigation, search
(Monster Template for copy paste editing.)
 
m (Example code.)
Line 37: Line 37:
 
</tab>
 
</tab>
 
</tabs>
 
</tabs>
 +
 +
Source code for the above:
 +
<nowiki><code>
 +
<tabs>
 +
<tab name="General Info">
 +
[[category:Bestiary]]
 +
{| border="0" width="100%"
 +
|width="50%" align="left" valign="center"|
 +
'''Name: Monster's name''' <br>
 +
'''Type: Normal/NM/HNM/Legion/Dynamis/Limbus/ZNM/VNM/VWNM/Custom/Etc.''' <br>
 +
'''Family: What is it, Lizard/Mandragara/Etc.''' <br>
 +
'''Level and Zone'''<br>
 +
'''Level and Zone'''<br>
 +
(As many or as few as needed)
 +
'''Level and Zone'''<br>
 +
'''Level and Zone'''<br>
 +
'''Other info:'''<br>
 +
Info text Here. How I find? It do werk? Is mob for Quest?
 +
Blah blah blah.
 +
|}
 +
</tab>
 +
<tab name="Strategies">
 +
[[category:Battle Strategies]]
 +
{| border="0" width="100%"
 +
|width="50%" align="left" valign="center"|
 +
'''Mob Skills:'''<br>
 +
* Bullet.
 +
* Point.
 +
* List.
 +
'''Other info:'''<br>
 +
Dude how I win? What Mob hit me with?
 +
Blah blah blah.
 +
</tab>
 +
<tab name="Rewards">
 +
{| border="0" width="100%"
 +
|width="50%" align="left" valign="center"|
 +
'''Possible Rewards:'''<br>
 +
Whats it drop? Does it have Blue spells? Abyssite?
 +
Blah blah blah.
 +
</tab>
 +
</tabs>
 +
</code></nowiki>

Revision as of 12:37, 16 November 2015

Name: Monster's name
Type: Normal/NM/HNM/Legion/Dynamis/Limbus/ZNM/VNM/VWNM/Custom/Etc.
Family: What is it, Lizard/Mandragara/Etc.
Level and Zone
Level and Zone
(As many or as few as needed) Level and Zone
Level and Zone
Other info:
Info text Here. How I find? It do werk? Is mob for Quest? Blah blah blah.

Mob Skills:

  • Bullet.
  • Point.
  • List.

Other info:
Dude how I win? What Mob hit me with? Blah blah blah.

Possible Rewards:
Whats it drop? Does it have Blue spells? Abyssite? Blah blah blah.

Source code for the above: <code> <tabs> <tab name="General Info"> [[category:Bestiary]] {| border="0" width="100%" |width="50%" align="left" valign="center"| '''Name: Monster's name''' <br> '''Type: Normal/NM/HNM/Legion/Dynamis/Limbus/ZNM/VNM/VWNM/Custom/Etc.''' <br> '''Family: What is it, Lizard/Mandragara/Etc.''' <br> '''Level and Zone'''<br> '''Level and Zone'''<br> (As many or as few as needed) '''Level and Zone'''<br> '''Level and Zone'''<br> '''Other info:'''<br> Info text Here. How I find? It do werk? Is mob for Quest? Blah blah blah. |} </tab> <tab name="Strategies"> [[category:Battle Strategies]] {| border="0" width="100%" |width="50%" align="left" valign="center"| '''Mob Skills:'''<br> * Bullet. * Point. * List. '''Other info:'''<br> Dude how I win? What Mob hit me with? Blah blah blah. </tab> <tab name="Rewards"> {| border="0" width="100%" |width="50%" align="left" valign="center"| '''Possible Rewards:'''<br> Whats it drop? Does it have Blue spells? Abyssite? Blah blah blah. </tab> </tabs> </code>