Extension:EnhanceApi
From MediaWiki.org
|
EnhanceApi Release status: unstable |
|
|---|---|
| Implementation | Hook |
| Description | Enhance standart MediaWiki API |
| Author(s) | Ponomarev Dmitry |
| Last version | 1.0 (2008-10-17) |
| MediaWiki | 1.13.1 |
| License | GPL |
| Download | Download snapshot Subversion [Help] |
|
Check usage (experimental) |
|
Contents |
[edit] What can this extension do?
Enhance standart MediaWiki API
[edit] Usage
[edit] Installation
Copy the files from SVN into $IP/extensions/EnhanceApi/, then add the include to your LocalSettings.php.
Note that the code assumes you're placing the code files into $IP/extensions/EnhanceApi/. If you place them elsewhere, you must modify the URL generated in the code to match.
[edit] Changes to LocalSettings.php
require_once("extensions/EnhanceApi/EnhanceApi.php");
