Form:Card Search Form
From Card Hunter Wiki
(Difference between revisions)
(Created page with "<noinclude> This is the "Card Search Form" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a for...") |
|||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
− | This is the | + | This is the form source for Card search, works via [[Special:RunQuery/Card Search Form|special 'run query']] page. |
− | + | </noinclude> | |
− | + | ||
+ | <includeonly> | ||
+ | {{{info|query form at top|query title=Card Search Form}}} | ||
+ | {{{for template|CSFTemplate}}} | ||
− | + | <span style="color:LightGreen"> '''Instructions:''' Click on radiobuttons to select item type and power token pips. Type in the card name to search for items bearing queried cards. Autocompletion is enabled for the text field. Search results are capped at 30.<br /> </span> | |
+ | <span style="color:red">'''Note:''' A 'None' radio button will appear in 'Pick a combination' options for successive queries, it is there to enforce users to select valid options. This is a feature of Semantic Forms, it is not a bug.</span> | ||
− | + | ||
− | + | {| cellpadding="0" cellspacing="0" style="white-space: nowrap; width: 100%" | |
− | + | ! valign="top" style="width: 10%; padding-right: 1em" align="left" | Item type: | |
− | + | | {{{field|itemtype|input type=radiobutton|values=Weapon, Divine Weapon, Staff, Heavy Armor, Divine Armor, Robe, Helmet, Shield, Divine Item, Arcane Item, Boots, Martial Skill, Divine Skill, Arcane Skill, Human Skill, Elf Skill, Dwarf Skill|mandatory|default=Weapon}}} | |
− | + | ||
− | | {{{field| | + | |
|- | |- | ||
− | ! | + | | <!--spacer--> |
− | | | + | | <div style="margin-top:1em;"></div> |
|- | |- | ||
− | ! | + | ! valign="top" align="left"| Power Token: |
− | | {{{field| | + | | ''C = [[File:talentNormalFlat.png]], B = [[File:talentBronzeFlat.png]], S = [[File:talentSilverFlat.png]], G = [[File:talentGoldFlat.png]]''<br/>{{{field|talent|input type=radiobutton|values =Any, None, at least 1 C,at least 1 B,at least 1 S,at least 1 G, exactly 1 C, exactly 1 B, exactly 1 S, exactly 1 G, exactly 2 pips|show on select=exactly 2 pips=>exactly2pip|mandatory|default=Any}}} |
− | |- | + | |} |
− | ! | + | <div style="margin-top:1em;"></div> |
− | | {{{field|exactly2pip}}} | + | |
+ | <div style="margin-top:1em;"></div> | ||
+ | <div id="exactly2pip"> | ||
+ | {| cellpadding="0" cellspacing="0" style="white-space: nowrap; width: 100%" | ||
+ | ! valign="top" style="width: 10%; padding-right: 1em" align="left" | Pick a combination: | ||
+ | | {{{field|exactly2pip|input type=radiobutton|values=CC,CB,CS,CG,BB,BS,BG,SS,SG,GG |mandatory|default=CC}}} | ||
+ | |} | ||
+ | </div> | ||
+ | <div style="margin-top:1em;"></div> | ||
+ | {| class="formtable" cellpadding="0" cellspacing="0" style="white-space: nowrap; width: 100%" | ||
+ | ! style="width: 10%; padding-right: 1em" align="left" | Card: | ||
+ | | {{{field|cardname|input type=text with autocomplete|values from category=Cards}}} | ||
|} | |} | ||
{{{end template}}} | {{{end template}}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</includeonly> | </includeonly> |
Revision as of 02:21, 9 September 2013
This is the form source for Card search, works via special 'run query' page.