wikifab / semantic-json-export
There is no license information available for the latest version (1.3.0) of this package.
Mediawiki extension to get semantic page content in Json format
Package info
github.com/Wikifab/ext-SemanticJsonExport
Type:mediawiki-extension
pkg:composer/wikifab/semantic-json-export
1.3.0
2019-06-12 09:52 UTC
This package is auto-updated.
Last update: 2026-02-25 10:03:06 UTC
README
SemanticJsonExport is a mediawiki extension to allow export semantic data of pages
installation :
place extension in the 'extensions' directory of your mediawiki, in a folder Called "SemanticJsonExport" and add this to your localsettings.php file :
wfLoadExtension('SemanticJsonExport');
use :
got go tpage Spécial:ExportSemanticJson and enter the pages you want to export
hooks
this extension add a hook :
'SemanticJsonExportBeforeSerializePage' [ Title $title, &$data ]