Extension:WikiApiary

From mediawiki.org


This extension is maintained by a member of the MediaWiki Stakeholders' Group .
MediaWiki extensions manual
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
Composer mediawiki/wikiapiary
License MIT License
Download
README
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 your extensions/ 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.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration parameters[edit]

TBD