Extension:SemanticJsonExport

MediaWiki extensions manual
SemanticJsonExport
Release status: unmaintained
Author(s) Pierre Boutet (Pyro853talk)
Latest version 1.0.0
MediaWiki >= 1.28.0
Composer wikifab/semantic-json-export
License MIT License
Download

The SemanticJsonExport extension provides a Special:ExportSemanticJson special page to export semantic data about pages.

Installation edit

  • Download and place the file(s) in a directory called SemanticJsonExport in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'SemanticJsonExport' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.