Template:Mob Prototype: Difference between revisions
Appearance
m Protected "Template:Mob Prototype" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="mob-template"> | <div class="mob-template"> | ||
<includeonly>{{DISPLAYTITLE:{{{mob_name}}}}}</includeonly> | <!-- <includeonly>{{DISPLAYTITLE:{{{mob_name}}}}}</includeonly> --> | ||
'''{{{mob_name|{{PAGENAME}}}}}''' | '''{{{mob_name|{{PAGENAME}}}}}''' | ||
{{#if:{{{mob_image|}}}|[[File:{{{mob_image}}}|thumb|{{{mob_name}}}]]}} | {{#if:{{{mob_image|}}}|[[File:{{{mob_image}}}|thumb|{{{mob_name}}}]]|[[File:Image_Placeholder.png|thumb|Image Needed]]}} | ||
<!-- | <!-- | ||
========================== | ========================== | ||
OVERVIEW | OVERVIEW | ||
========================== | ========================== | ||
--> | -->==Overview== | ||
<div style="margin-left: 1em;"> | <div style="margin-left: 1em;"> | ||
{{#if:{{{zone|}}}|'''Location:''' [[{{{zone|}}}]]<br /> | {{#if:{{{zone|}}}|'''Location:''' [[{{{zone|}}}]]<br /> | ||
}}{{#if:{{{mob_family|}}}|'''Family: {{{mob_family}}}'''<br /> | }}{{#if:{{{mob_family|}}}|'''Family: [[{{{mob_family}}}]]'''<br /> | ||
}}{{#if:{{{level_low|}}}|'''Level:''' {{{level_low}}}{{#if:{{{level_high|}}}| - {{{level_high|}}}}}<br /> | }}{{#if:{{{level_low|}}}|'''Level:''' {{{level_low}}}{{#if:{{{level_high|}}}| - {{{level_high|}}}}}<br /> | ||
}}</div><!-- | |||
}}</div><!-- | |||
========================== | ========================== | ||
MOB VARIANT DATA | |||
========================== | ========================== | ||
--> | --></div> | ||
{{#invoke:MobVariants|render | |||
|region_a={{{region_a|}}} | |||
|level_low_a={{{level_low_a|}}} | |||
= | |level_high_a={{{level_high_a|}}} | ||
|loot_table_a={{{loot_table_a|}}} | |||
|harvest_table_a={{{harvest_table_a|}}} | |||
|region_b={{{region_b|}}} | |||
|level_low_b={{{level_low_b|}}} | |||
|level_high_b={{{level_high_b|}}} | |||
{{ | |loot_table_b={{{loot_table_b|}}} | ||
|harvest_table_b={{{harvest_table_b|}}} | |||
| | |region_c={{{region_c|}}} | ||
}} | |level_low_c={{{level_low_c|}}} | ||
|level_high_c={{{level_high_c|}}} | |||
}} | |loot_table_c={{{loot_table_c|}}} | ||
= | |harvest_table_c={{{harvest_table_c|}}} | ||
= | |||
| | |||
}} | |||
}}<!-- | }}<!-- | ||
========================== | ========================== | ||
| Line 64: | Line 52: | ||
[[Level (low)::{{{level_low|}}}]] | [[Level (low)::{{{level_low|}}}]] | ||
[[Level (high)::{{{level_high|}}}]] | [[Level (high)::{{{level_high|}}}]] | ||
{{#arraymap:{{{loot_table_a|}}}|,|x|[[Loot Table A::x]]}} | |||
<span style="display:none">{{#default_form:Mob}}</span> | <span style="display:none">{{#default_form:Mob}}</span> | ||
</div></includeonly> | </div></includeonly> | ||
