Difference between revisions of "Search eq"

From BatWiki
Jump to: navigation, search
(Undo revision 16860 by Milk (Talk))
 
(20 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
TBD
 
TBD
 
----
 
----
 +
 +
{{#form:
 +
 +
{{#input: type  = hidden
 +
| name  = content
 +
| value  = <nowiki> {{#dpl:category={{#request:target}}}} </nowiki>
 +
}}
  
 
Where to search from
 
Where to search from
 +
 
{{#input: type = select
 
{{#input: type = select
 
| name = target |
 
| name = target |
Line 12: Line 20:
 
*Shield
 
*Shield
 
*Weapon
 
*Weapon
*
 
 
}}
 
}}
  
Line 50: Line 57:
 
}} From
 
}} From
  
{{#input: type=button
+
{{#input: type   = ajax
| value=Search}}
+
| value = Search
 +
| update = list-result
 +
}}
 +
}}
 +
<div id="list-result">NO RESULTS TO DISPLAY YET</div>

Latest revision as of 00:32, 14 September 2008

This page will have means to search for items from all the different categories (armours,items,relics,shields,weapons) and print results in table. As search parameters user will be able to select the columns used in templates(stats,slot,value, etc.).

TBD


{{#form:

{{#input: type = hidden | name = content | value = {{#dpl:category={{#request:target}}}} }}

Where to search from

{{#input: type = select | name = target |

  • Armour
  • Item
  • Relic
  • Shield
  • Weapon

}}


Select columns to print in table {{#input: type = checkbox

   | name  = columns
   | value = name

}} Name {{#input: type = checkbox

   | name  = columns
   | value = type

}} Type {{#input: type = checkbox

   | name  = columns
   | value = stats

}} Stats {{#input: type = checkbox

   | name  = columns
   | value = weigt

}} Weight {{#input: type = checkbox

   | name  = columns
   | value = sacvalue

}} Sac. value {{#input: type = checkbox

   | name  = columns
   | value = material

}} Material {{#input: type = checkbox

   | name  = columns
   | value = quality

}} Quality {{#input: type = checkbox

   | name  = columns
   | value = from

}} From

{{#input: type = ajax | value = Search | update = list-result }} }}

NO RESULTS TO DISPLAY YET