Extension:TopoJson
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 | GitHub: Note: |
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 yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'TopoJson' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.