Extension:TopoJson

From mediawiki.org
MediaWiki extensions manual
TopoJson
Release status: unknown
Author(s) Tobias Haider
Latest version 0.0.2
MediaWiki >= 1.29.0
License GNU General Public License 2.0
Download

The TopoJson extension adds a {{#topojson:...}} parser function providing TopoJson functionality. The code is extremely specific to one wiki and unlikely to be useful elsewhere.

Installation[edit]

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