Template:Mob: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (4 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]]}} | ||
<!-- | <!-- | ||
========================== | ========================== | ||
| Line 13: | Line 13: | ||
}}{{#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><!-- | ||
========================== | ========================== | ||
HARVEST | |||
========================== | ========================== | ||
-->{{#ifexpr:{{#ask:[[ | -->{{#ifexpr:{{#ask:[[Harvested from::{{PAGENAME}}]]|format=count}} > 0| | ||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;"> | <div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Harvest</div> | ||
<hr style="border: 0; border-top: 1px solid #555;" /> | <hr style="border: 0; border-top: 1px solid #555;" /> | ||
{{#ask: | {{#ask: | ||
[[ | [[Harvested from::{{PAGENAME}}]] | ||
|format=ul | |format=ul | ||
}} | }} | ||
| Line 28: | Line 27: | ||
}}<!-- | }}<!-- | ||
========================== | ========================== | ||
DROPS | |||
========================== | ========================== | ||
-->{{#ifexpr:{{#ask:[[ | -->{{#ifexpr:{{#ask:[[Dropped by::{{PAGENAME}}]]|format=count}} > 0| | ||
<div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;"> | <div style="font-size: 1.2em; font-weight: bold; margin-top: 1em;">Drops</div> | ||
<hr style="border: 0; border-top: 1px solid #555;" /> | <hr style="border: 0; border-top: 1px solid #555;" /> | ||
{{#ask: | {{#ask: | ||
[[ | [[Dropped by::{{PAGENAME}}]] | ||
|format=ul | |format=ul | ||
}} | }} | ||
| Line 57: | Line 56: | ||
[[Level (low)::{{{level_low|}}}]] | [[Level (low)::{{{level_low|}}}]] | ||
[[Level (high)::{{{level_high|}}}]] | [[Level (high)::{{{level_high|}}}]] | ||
<span style="display:none">{{#default_form:Mob}}</span> | <span style="display:none">{{#default_form:Mob}}</span> | ||
</div></includeonly> | </div></includeonly> | ||
