Template:Equipment table/doc

From Another Eden Wiki
Template-info.png Documentation

Description[edit]

Template to generate table of gear.

Mandatory parameters[edit]

Positional arguments:

  • First argument is the type of table to use.
    • Currently allowed: Weapons or Armor (nothing else...yet)

Named arguments:

  • where -> specifying the query to the db

Optional parameters[edit]

Named arguments:

  • noheader=set -> skip showing table header
  • materialsOff=set -> turn off materials column (default: shows mats, but no icons for them)
  • limit=number -> if you want to change the limit of number of items returned (default=9999)
  • nofooter=set -> skip ending the table (so you can chain multiple query sets together in a defined ordering - see e.g. Auction Armor Set)

Examples[edit]

Show Unreleased Indomitable weapons:

{{Equipment table|weapons|where=NOT Unreleased AND Level=60 AND Name like "Indomitable%"}}

Produces:

Name Stats Obtain / EffectsMaterials
211000301 ui.png
202000000 icon.png
165 - MAt
20 - Atk
60 - LVL
Purchased from Blacksmith
  • Unyielding Spirit (⁜)
    • INT+ (30)
    • SPD- (30)
211010341 ui.png
202000001 icon.png
165 - Atk
20 - MAt
60 - LVL
Purchased from Blacksmith
  • Unyielding Spirit (⁜)
    • PWR+ (30)
    • SPD- (30)
211020331 ui.png
202000002 icon.png
172 - Atk
29 - MAt
60 - LVL
Purchased from Blacksmith
  • Unyielding Spirit (⁜)
    • PWR+ (30)
    • SPD- (30)
211030311 ui.png
202000003 icon.png
172 - Atk
29 - MAt
60 - LVL
Purchased from Blacksmith
  • Unyielding Spirit (⁜)
    • PWR+ (30)
    • SPD- (30)
211040331 ui.png
202000004 icon.png
165 - Atk
20 - MAt
60 - LVL
Purchased from Blacksmith
  • Unyielding Spirit (⁜)
    • PWR+ (30)
    • SPD- (30)
211050301 ui.png
202000005 icon.png
149 - Atk
42 - MAt
60 - LVL
Purchased from Blacksmith
  • Unyielding Spirit (⁜)
    • PWR+ (30)
    • SPD- (30)
211060301 ui.png
202000006 icon.png
162 - Atk
27 - MAt
60 - LVL
Purchased from Blacksmith
  • Unyielding Spirit (⁜)
    • PWR+ (30)
    • SPD- (30)
211070321 ui.png
202000007 icon.png
149 - Atk
108 - MAt
60 - LVL
Purchased from Blacksmith
  • Unyielding Spirit (⁜)
    • PWR+ (30)
    • SPD- (30)

Another way to reproduce the above:

{{Equipment table/header|weapons}}
{{Equipment table|weapons|noheader=yes|nofooter=true|where=NOT Unreleased AND Level=60 AND Name like "Indomitable%"}}
|}