Extension:WikiApiary

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:MIT licensed extensions
MediaWiki extensions manual
WikiApiary
Release status: betaCategory:Beta status extensions
Implementation Data extractionCategory:Data extraction extensions
Description Provides database access and scripts to support the WikiApiary wiki
Author(s) Cindy Cicalese, Charly Cobben
Latest version 0.5.3
MediaWiki >= 1.40.0
Database changes Yes
License MIT License
Download Category:Extensions in Wikimedia version control
README
Quarterly downloads 0
Translate the WikiApiary extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The WikiApiary extension provides database access and scripts to support the WikiApiary wiki.

Installation

  • 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

TBD

Category:All extensions Category:Beta status extensions Category:Data extraction extensions Category:Extensions in Wikimedia version control Category:Extensions without a compatibility policy Category:Extensions without an image Category:LoadExtensionSchemaUpdates extensions Category:MIT licensed extensions Category:ParserFirstCallInit extensions Category:ScribuntoExternalLibraries extensions