Difference between revisions of "Search eq"

From BatWiki
Jump to: navigation, search
(New page: 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...)
 
Line 2: Line 2:
  
 
TBD
 
TBD
 +
----
 +
 +
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 = stats
 +
}} stats
 +
{{#input: type = checkbox
 +
    | name  = columns
 +
    | value = weigt
 +
}} weight
 +
{{#input: type = checkbox
 +
    | name  = columns
 +
    | value = sacvalue
 +
}} sacvalue
 +
{{#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=button
 +
| value=Search}}

Revision as of 15:41, 14 August 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


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 = stats

}} stats {{#input: type = checkbox

   | name  = columns
   | value = weigt

}} weight {{#input: type = checkbox

   | name  = columns
   | value = sacvalue

}} sacvalue {{#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=button | value=Search}}