Form:Card Search Form
From Card Hunter Wiki
(Difference between revisions)
(20 intermediate revisions by one user not shown) | |||
Line 21: | Line 21: | ||
{| cellpadding="0" cellspacing="0" style="white-space: nowrap; width: 100%" | {| cellpadding="0" cellspacing="0" style="white-space: nowrap; width: 100%" | ||
! valign="top" style="width: 10%; padding-right: 1em" align="left" | Pick 1st component: | ! valign="top" style="width: 10%; padding-right: 1em" align="left" | Pick 1st component: | ||
− | | {{{field|hybridtype1|input type=radiobutton|show on select= Attack=>no_attack;Armor;Assist;Block;Movement;Utility;Boost; Handicap|default=Attack}}} | + | | {{{field|hybridtype1|input type=radiobutton|values=Attack, Armor, Assist, Block, Movement, Utility, Boost, Handicap|show on select=Attack=>no_attack;Armor=>no_armor;Assist=>no_assist;Block=>no_block;Movement=>no_move;Utility=>no_utility;Boost=>no_boost;Handicap=>no_handicap|default=Attack}}} |
|} | |} | ||
− | |||
<div id="no_attack"> | <div id="no_attack"> | ||
{| cellpadding="0" cellspacing="0" style="white-space: nowrap; width: 100%" | {| cellpadding="0" cellspacing="0" style="white-space: nowrap; width: 100%" | ||
! valign="top" style="width: 10%; padding-right: 1em" align="left" | Pick 2nd component: | ! valign="top" style="width: 10%; padding-right: 1em" align="left" | Pick 2nd component: | ||
− | | {{{field| | + | | {{{field|hybridtype2|input type=radiobutton|values= Armor, Assist, Block, Movement, Utility, Boost, Handicap|default=Armor}}} |
|} | |} | ||
+ | </div> | ||
+ | <div id="no_armor"> | ||
+ | {| cellpadding="0" cellspacing="0" style="white-space: nowrap; width: 100%" | ||
+ | ! valign="top" style="width: 10%; padding-right: 1em" align="left" | Pick 2nd component: | ||
+ | | {{{field|hybridtype2|input type=radiobutton|values= Attack, Assist, Block, Movement, Utility, Boost, Handicap|default=Attack}}} | ||
+ | |} | ||
+ | </div> | ||
+ | <div id="no_assist"> | ||
+ | {| cellpadding="0" cellspacing="0" style="white-space: nowrap; width: 100%" | ||
+ | ! valign="top" style="width: 10%; padding-right: 1em" align="left" | Pick 2nd component: | ||
+ | | {{{field|hybridtype2|input type=radiobutton|values= Attack, Armor, Block, Movement, Utility, Boost, Handicap|default=Attack}}} | ||
+ | |} | ||
+ | </div> | ||
+ | <div id="no_block"> | ||
+ | {| cellpadding="0" cellspacing="0" style="white-space: nowrap; width: 100%" | ||
+ | ! valign="top" style="width: 10%; padding-right: 1em" align="left" | Pick 2nd component: | ||
+ | | {{{field|hybridtype2|input type=radiobutton|values= Attack, Armor, Assist, Movement, Utility, Boost, Handicap|default=Attack}}} | ||
+ | |} | ||
+ | </div> | ||
+ | <div id="no_move"> | ||
+ | {| cellpadding="0" cellspacing="0" style="white-space: nowrap; width: 100%" | ||
+ | ! valign="top" style="width: 10%; padding-right: 1em" align="left" | Pick 2nd component: | ||
+ | | {{{field|hybridtype2|input type=radiobutton|values= Attack, Armor, Assist, Block, Utility, Boost, Handicap|default=Attack}}} | ||
+ | |} | ||
+ | </div> | ||
+ | <div id="no_utility"> | ||
+ | {| cellpadding="0" cellspacing="0" style="white-space: nowrap; width: 100%" | ||
+ | ! valign="top" style="width: 10%; padding-right: 1em" align="left" | Pick 2nd component: | ||
+ | | {{{field|hybridtype2|input type=radiobutton|values= Attack, Armor, Assist, Block, Movement, Boost, Handicap|default=Attack}}} | ||
+ | |} | ||
+ | </div> | ||
+ | <div id="no_boost"> | ||
+ | {| cellpadding="0" cellspacing="0" style="white-space: nowrap; width: 100%" | ||
+ | ! valign="top" style="width: 10%; padding-right: 1em" align="left" | Pick 2nd component: | ||
+ | | {{{field|hybridtype2|input type=radiobutton|values= Attack, Armor, Assist, Block, Movement, Utility, Handicap|default=Attack}}} | ||
+ | |} | ||
+ | </div> | ||
+ | <div id="no_handicap"> | ||
+ | {| cellpadding="0" cellspacing="0" style="white-space: nowrap; width: 100%" | ||
+ | ! valign="top" style="width: 10%; padding-right: 1em" align="left" | Pick 2nd component: | ||
+ | | {{{field|hybridtype2|input type=radiobutton|values= Attack, Armor, Assist, Block, Movement, Utility, Boost|default=Attack}}} | ||
+ | |} | ||
+ | </div> | ||
</div> | </div> | ||
<div style="margin-top:1em;"></div> | <div style="margin-top:1em;"></div> | ||
Line 40: | Line 82: | ||
! style="width: 10%; padding-right: 1em" align="left" | Rarity: | ! style="width: 10%; padding-right: 1em" align="left" | Rarity: | ||
| {{{field|rarity|input type=radiobutton|values=Any, Common, Uncommon, Rare |mandatory|default=Any}}} | | {{{field|rarity|input type=radiobutton|values=Any, Common, Uncommon, Rare |mandatory|default=Any}}} | ||
+ | |- | ||
+ | | <!--spacer--> | ||
+ | | <div style="margin-top:1em;"></div> | ||
+ | |- | ||
+ | ! style="width: 10%; padding-right: 1em" align="left" | Release: | ||
+ | | {{{field|release|input type=radiobutton|values=All, Basic set, Attack of the Artifacts, Expedition to the Sky Citadel|mandatory|default=All}}} | ||
+ | |- | ||
+ | | <!--spacer--> | ||
+ | | <div style="margin-top:1em;"></div> | ||
+ | |- | ||
+ | ! valign="top" style="width: 10%; padding-right: 1em" align="left" | Keyword: | ||
+ | | {{{field|keyword_choice|input type=radiobutton|values=Any, Specific|show on select=Specific=>specific|mandatory|default=Any}}} | ||
|} | |} | ||
+ | <div style="margin-top:1em;"></div> | ||
+ | |||
+ | <div style="margin-top:1em;"></div> | ||
+ | <div id="specific"> | ||
+ | {| cellpadding="0" cellspacing="0" style="white-space: nowrap; width: 100%" | ||
+ | ! valign="top" style="width: 10%; padding-right: 1em" align="left" | Pick keyword: | ||
+ | | {{{field|keyword|input type=radiobutton|values=Armor, Block Any, Block Melee, Block Magic, Block Projectile, Burning, Burst, Cantrip, Cone, Encumber, Fly, Free Move, Frenzy, Halt, Hard to Block, Heal, Keep, Linear, Penetrating, Poison, Push, Saving Roll, Self Target, Slide, Slide Back, Stealthy, Step, Stop, Stun, Teleport, Trait, Unblockable|mandatory|default=Armor}}} | ||
+ | |} | ||
+ | </div> | ||
{{{end template}}} | {{{end template}}} | ||
</includeonly> | </includeonly> |
Latest revision as of 14:03, 23 February 2017
This is the form source for Card search, works via special 'run query' page.