Log in / create account
AQWiki:Extensions

AQWiki has a MediaWiki parser hook installed that allows character stats to be displayed in an article. Stats are displayed using WebData technology, which allows detailed stats to be displayed on any webpage.

Contents

Basic Syntax

To show the stats of a single character, use the code <aqchar>CharacterID</aqchar> in the spot where you want the stats to be displayed. It is also possible to display a list of characters, by seperating each ID with a comma: <aqchar>CharacterID1,CharacterID2,CharacterID3</aqchar>. In this manner, up to 10 character IDs can be listed at one time.

Color Customization

To customize the the stats box, certain attributes can be added to the <aqchar> tag. You must also know the hex color code for the color. Available attributes are:

  • text
  • bg
  • border
  • link

For example, to make the text color blue, use <aqchar text="#0000FF">CharacterID</aqchar>.

Examples

Example screenshots will be placed here at a later date. To see a live example, visit User:InfiniSoft or User:Beo.

Limitations

  • Up to 10 character IDs can be displayed in one stats box.
  • No more than one stats box is allowed per article.
  • Only use this feature on your own user page (click on your username at the top right when logged in). You may be banned for inserting a stats box in the main namespace where it does not belong.