Extension:PhpTags SPARQL

Category:Pages to be expanded#PhpTags%20SPARQL Category:Unmaintained extensions#PhpTags%20SPARQL Category:Extensions without an imageCategory:Extensions with invalid or missing typeCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
PhpTags SPARQL
Release status: unmaintainedCategory:Unmaintained extensions
Author(s) Pavel Astakhov
Latest version 1.0
MediaWiki >= 1.31.0
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
  • $wgPhpTagsSPARQLDefaultEndpoint
  • $wgPhpTagsSPARQLEndpointsThatUseGetHttpMethod
Translate the PhpTags SPARQL extension if it is available at translatewiki.net
Category:All extensions

The PhpTags SPARQL extension provides a SPARQL client for the PhpTags extension.

Installation

  • Download and move the extracted PhpTagsSPARQL 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/PhpTagsSPARQL
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'PhpTagsSPARQL' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions with invalid or missing type Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Pages to be expanded Category:ParserFirstCallInit extensions Category:PhpTagsRuntimeFirstInit extensions Category:Unmaintained extensions