Form:Card Search Form
From Card Hunter Wiki
(Difference between revisions)
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|values= | + | | {{{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> | </div> | ||
Line 27: | Line 27: | ||
{| 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> |
Revision as of 00:48, 10 September 2013
This is the form source for Card search, works via special 'run query' page.