Extension:WikiApiary
Appearance
WikiApiary Release status: beta |
|
---|---|
Implementation | Data extraction |
Description | Provides database access and scripts to support the WikiApiary wiki |
Author(s) | Cindy Cicalese, Charly Cobben |
Latest version | 0.5.3 |
MediaWiki | >= 1.39.0 |
Database changes | Yes |
License | MIT License |
Download | README |
Quarterly downloads | 0 |
Translate the WikiApiary extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The WikiApiary extension provides database access and scripts to support the WikiApiary wiki.
Installation
[edit]- Download and move the extracted
WikiApiary
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiApiary - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'WikiApiary' );
- Run the update script which will automatically create the necessary database tables that this extension needs.
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration parameters
[edit]TBD