Extension:QueryViz
![]() Release status: betaCategory:Beta status extensions |
|
---|---|
Implementation | Data extractionCategory:Data extraction extensions |
Description | Allows to fetch and display the result of a SPARQL query on a page |
Author(s) | Antoine Lamielle (0x010Ctalk) |
Latest version | 0.1.0 (2018-06-24) |
MediaWiki | Category:Extensions without MediaWiki version |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
|
|
<sparql>...</sparql> |
|
The QueryViz extension allows to fetch and display the results of a SPARQL query on a page.
Installation
- Download, extract and place the file(s) in a directory called
QueryViz
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'QueryViz' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions
Category:Beta status extensions
Category:Data extraction extensions
Category:Extensions in GitHub version control
Category:Extensions without MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:GPL licensed extensions
Category:ParserFirstCallInit extensions