Difference between revisions of "Template:Boss row"
From Unofficial Fantasica Wiki
(Adding support for extra columns) |
m |
||
(3 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | <noinclude>{|</noinclude>|- | + | <noinclude> |
− | | {{Sprite|{{{1}}}}} | + | DO NOT EDIT THIS TEMPLATE UNLESS YOU KNOW WHAT YOU ARE DOING! :D |
− | || {{Icon| {{{1}}} }}<br>{{ | + | |
− | || {{ | + | If you're trying to update stats for a unit, go here instead: http://www.fantasicawiki.com/monsters.php |
− | |class="defense_{{ | + | |
− | |class="defense_{{ | + | |
− | | | + | |
− | + | Usage: <nowiki>{{Boss_row|MonsterName}}</nowiki></noinclude><includeonly>{{#get_db_data: | |
+ | db=fantawiki | ||
+ | |from=monsters | ||
+ | |where=name='{{{1}}}' | ||
+ | |limit=1 | ||
+ | |data=name=`name`,fullname=`fullname`,rarity=`rarity`,type=`type`,speed=`speed`,meleedef=`melee_def`,missiledef=`missile_def`,magicdef=`magic_def`,basehp=`basehp`,maxhp=`maxhp`,lbhp=`lbhp`,recruitable=`recruitable`,source=`source`,released=`released` | ||
+ | }} | ||
+ | |- | ||
+ | || {{Sprite|{{{1}}}}} | ||
+ | || {{Icon|{{{1}}}}}<br/>[[{{#external_value:name}}]] | ||
+ | || {{#external_value:rarity}} | ||
+ | || {{Icon_s|{{#external_value:type}}}} | ||
+ | |class="defense_{{#external_value:meleedef}}"| {{#external_value:meleedef}} | ||
+ | |class="defense_{{#external_value:missiledef}}"| {{#external_value:missiledef}} | ||
+ | |class="defense_{{#external_value:magicdef}}"| {{#external_value:magicdef}} {{#if: {{{2|}}} | {{!!}} {{{2}}} }} {{#if: {{{3|}}} | {{!!}} {{{3}}} }} {{#if: {{{4|}}} | {{!!}} {{{4}}} }} {{#if: {{{5|}}} | {{!!}} {{{5}}} }} {{#if: {{{6|}}} | {{!!}} {{{6}}} }} {{#if: {{{7|}}} | {{!!}} {{{7}}} }} {{#if: {{{8|}}} | {{!!}} {{{8}}} }} {{#if: {{{9|}}} | {{!!}} {{{9}}} }} {{#if: {{{10|}}} | {{!!}} {{{10}}} }}{{#clear_external_data:}}</includeonly> |
Latest revision as of 13:50, 4 July 2015
DO NOT EDIT THIS TEMPLATE UNLESS YOU KNOW WHAT YOU ARE DOING! :D
If you're trying to update stats for a unit, go here instead: http://www.fantasicawiki.com/monsters.php
Usage: {{Boss_row|MonsterName}}