Difference between revisions of "Template:Unit Source"
From Unofficial Fantasica Wiki
m (Fixing sprite) |
m (testing) |
||
Line 3: | Line 3: | ||
If you're trying to update stats for a unit, go here instead: http://www.fantasicawiki.com/units.php | If you're trying to update stats for a unit, go here instead: http://www.fantasicawiki.com/units.php | ||
+ | |||
+ | NOTE: Do not use for card packs except LE Series, as the source of low rarity cards is listed as Standard Card Packs (instead of the pack, which is only where they were initially introduced), and they will therefore not be included | ||
Line 8: | Line 10: | ||
Usage: <nowiki>{{Source|SkillName}}</nowiki></noinclude><includeonly>{{#get_db_data:db=fantawiki | Usage: <nowiki>{{Source|SkillName}}</nowiki></noinclude><includeonly>{{#get_db_data:db=fantawiki | ||
|from=units | |from=units | ||
− | |where=source LIKE '%{{{1}}}%' and released=1 | + | |where=source LIKE '%{{{1}}}%' and released=1 and name NOT LIKE '%_mlb' |
|order by=rarity desc, name | |order by=rarity desc, name | ||
|data=name=`name`,gender=`gender`,rarity=`rarity`,type=`type`,cost=`cost`,speed=`speed`,speednum=`speednum`,range=`range`,land=`land`,air=`air`,sea=`sea`,total=`land`+`air`+`sea`,landlb=`landlb`,airlb=`airlb`,sealb=`sealb`,totallb=`landlb`+`airlb`+`sealb`,arena=`arena`,arenalb=`arenalb`,skill1=`skill1`,skill2=`skill2`,arenaskill=`arenaskill`,source=`source`}} | |data=name=`name`,gender=`gender`,rarity=`rarity`,type=`type`,cost=`cost`,speed=`speed`,speednum=`speednum`,range=`range`,land=`land`,air=`air`,sea=`sea`,total=`land`+`air`+`sea`,landlb=`landlb`,airlb=`airlb`,sealb=`sealb`,totallb=`landlb`+`airlb`+`sealb`,arena=`arena`,arenalb=`arenalb`,skill1=`skill1`,skill2=`skill2`,arenaskill=`arenaskill`,source=`source`}} | ||
Line 22: | Line 24: | ||
! [[Image:Air_icon.png]] | ! [[Image:Air_icon.png]] | ||
! [[Image:Sea_icon.png]] | ! [[Image:Sea_icon.png]] | ||
− | |||
! Skill | ! Skill | ||
! width="150" | Source | ! width="150" | Source | ||
Line 37: | Line 38: | ||
{{!}} {{{sea}}}<br>{{{sealb}}} | {{!}} {{{sea}}}<br>{{{sealb}}} | ||
{{!}} {{{air}}}<br>{{{airlb}}} | {{!}} {{{air}}}<br>{{{airlb}}} | ||
− | |||
{{!}} {{{skill1}}} {{{skill2}}} | {{!}} {{{skill1}}} {{{skill2}}} | ||
{{!}} {{{source}}} | {{!}} {{{source}}} | ||
{{!}}- }} | {{!}}- }} | ||
|}{{#clear_external_data:}} | |}{{#clear_external_data:}} |
Revision as of 15:48, 16 September 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/units.php
NOTE: Do not use for card packs except LE Series, as the source of low rarity cards is listed as Standard Card Packs (instead of the pack, which is only where they were initially introduced), and they will therefore not be included
Usage: {{Source|SkillName}}