You are looking at the HTML representation of the XML format.
HTML is good for debugging, but is unsuitable for application use.
Specify the format parameter to change the output format.
To see the non HTML representation of the XML format, set format=xml.
See the complete documentation, or API help for more information.
<?xml version="1.0"?>
<api>
  <query-continue>
    <allpages gapcontinue="Warcraft_3_Expansion:Downloads" />
  </query-continue>
  <query>
    <pages>
      <page pageid="21" ns="0" title="Warcraft 3 Expansion">
        <revisions>
          <rev contentformat="text/x-wiki" contentmodel="wikitext" xml:space="preserve">{| id=&quot;frontpage&quot;
|- 
! class=&quot;hdr_war3x&quot; | Warcraft 3 Expansion
|- 
| class=&quot;war3x&quot; |
* [[Warcraft 3 Expansion:Plugin Information|Plugin Information]]
* Installation
** [[Warcraft 3 Expansion:New Installation|New Installation]]
** [[Warcraft 3 Expansion:Upgrading|Upgrading]]
* [[Warcraft 3 Expansion:Configuration|Configuration]]
* [[Warcraft 3 Expansion:Downloads|Downloads]]
* [[Warcraft 3 Expansion:Frequently Asked Questions|Frequently Asked Questions]]
* [[Warcraft 3 Expansion:How Tos|How Tos]]
|}</rev>
        </revisions>
      </page>
      <page pageid="9" ns="0" title="Warcraft 3 Expansion:Configuration">
        <revisions>
          <rev contentformat="text/x-wiki" contentmodel="wikitext" xml:space="preserve">=Configuration Files=
After a successful installation, all configuration files will be in addons/amxmodx/configs/war3x/

&lt;pre&gt;
|--cstrike (or czero)
  |--addons
    |--amxmodx
      |--configs
        |--war3x
          |--map_specific             - This folder allows you to create custom configuration files that are executed based on the map name
          --disabled_maps.cfg         - Putting map names in this file will disable war3x during those maps
          --short_term_maps.cfg       - Putting map names in this file will trigger war3x short term mode during those maps
          --war3x.cfg                 - All universal configuration options can be found in this file
&lt;/pre&gt;

==map_specific==
This folder allows you to customize settings for different maps. Simply create a cfg file, called mapname.cfg, where mapname is the name of the map.

For example: to create custom item restrictions for de_aztec, you would first create a file called de_aztec.cfg, and add the following line:
&lt;pre&gt;
war3x_item_restrictions &quot;af&quot;
&lt;/pre&gt;
This would restrict the ankh and amulet on map de_aztec. The value(s) in these map specific file(s) will override default war3x cvars found in war3x.cfg.

You may additionally add things such as gravity modifiers to these files.

==disabled_maps.cfg==
Putting a map name in this file will turn Warcraft 3 Expansion off for that map.  For example: To disable war3x during de_aztec, you would put de_aztec in this file.

==short_term_maps.cfg==
Putting a map name in this file will cause Warcraft 3 Expansion to run in short-term mode.

==war3x.cfg==
&lt;pre&gt;
// W A R C R A F T 3 : Expansion
// Configuration File.


// - Gameplay Options Help -------------------------------- //


// war3x_enabled &lt;0|1&gt;				- War3x status (1=on, 0=off)
// war3x_save_xp &lt;0|1&gt;				- Save experience (0=off,1=on)
// war3x_save_xp_sql &lt;0|1&gt;			- Save experience using SQL (0=off,1=on)
// war3x_save_by_ip &lt;0|1&gt;			- Saving preference (0=authid, 1=ip address)
// war3x_vote_allow &lt;0|1&gt;			- Allow voting by non-flagged players (1=yes, 0=no)
// war3x_vote_ratio &lt;float&gt;			- Ratio needed for successful vote (default=0.6)
// war3x_setxp_flag &quot;abcde..z&quot;			- Permission flag, sets who can use setxp/setlevel commands.
					  	  see users.ini for all valid access flags. (NOTE: ONLY 1!!!) (default=&quot;d&quot; ADMIN_BAN)
// war3x_xp_normal &lt;float&gt; 			- Multiplier for all experience. (default=1.0)
// war3x_xp_objective &lt;float&gt; 			- Multiplier for objective experience. (default=1.0)
// war3x_xp_minplayers &lt;integer&gt;		- Minimum players needed on server to award objective xp. (default=3)
// war3x_ultimatewarmup &lt;integer&gt;		- Seconds after round start before ultimates are enabled. (default=20)
// war3x_shopmenus &lt;0|1&gt;			- Enable war3x shop menu(s) (1=yes, 0=no)
// war3x_shopzone &lt;0|1&gt;				- Restrict war3x shop menu(s) to buy zone (1=yes, 0=no)
// war3x_shoptime &lt;0|1&gt;				- Obey mp_buytime cvar for shop menu(s) (1=yes, 0=no)
// war3x_ankhpistols &lt;0|1&gt;			- Reincarnate pistols (disable if frequent crashes) (1=yes, 0=no)
// war3x_ankhautosnipers &lt;0|1&gt;			- Reincarnate auto snipers (1=yes,0=no)
// war3x_ankhgrenades &lt;0|1&gt;			- Reincarnate grenades (disable if frequent crashes) (1=yes, 0=no)
// war3x_statusicons &lt;0|1&gt;			- Show war3x status icons for ultimates/skills/items (1=yes, 0=no)

// war3x_restrict_items     &quot;abc..h&quot;		- Items to restrict. (see _restrict_help.txt for more info)
// war3x_restrict_races     &quot;abcd&quot;		- Races to restrict. (see _restrict_help.txt for more info)
// war3x_restrict_skills    &quot;abc..p&quot;		- Skills to restrict. (see _restrict_help.txt for more info)
// war3x_restrict_ultimates &quot;abc..l&quot;		- Ultimates to restrict. (see _restrict_help.txt for more info)


// - Gameplay Options ------------------------------------- //

war3x_enabled		1
war3x_save_xp		1
war3x_save_xp_sql	0
war3x_save_by_ip	0
war3x_vote_allow	0
war3x_vote_ratio	0.6
war3x_setxp_flag	&quot;d&quot;

war3x_xp_normal		1.0
war3x_xp_objective	1.0
war3x_xp_minplayers	3
war3x_ultimatewarmup	20
war3x_shopmenus		1
war3x_shopzone		1
war3x_shoptime		1
war3x_ankhpistols	1
war3x_ankhautosnipers	1
war3x_ankhgrenades	1
war3x_statusicons	1

war3x_restrict_items &quot;&quot;
war3x_restrict_races &quot;&quot;
war3x_restrict_skills &quot;&quot;
war3x_restrict_ultimates &quot;&quot;

// MySQL access configuration

// *NOTE* Linux users may encounter problems if they specify &quot;localhost&quot; instead of &quot;127.0.0.1&quot;
// We recommend using your server IP address instead of its name

war3x_sql_host  &quot;127.0.0.1&quot;
war3x_sql_user  &quot;root&quot;
war3x_sql_pass  &quot;&quot;
war3x_sql_db    &quot;amx&quot;
war3x_sql_table &quot;war3x&quot;
&lt;/pre&gt;</rev>
        </revisions>
      </page>
    </pages>
  </query>
</api>