Jump to content

Extension:JsonToTemplate

From mediawiki.org
MediaWiki extensions manual
JsonToTemplate
Release status: beta
Description Displays JSON text in Mediawiki templates, ideal for publishing structured information such as dictionaries.
Author(s) Diego F. Gómez
MediaWiki
PHP 7.0 or higher.
Licence GNU General Public License 3.0
Download
README

The JsonToTemplate extension displays JSON text in Mediawiki templates, ideal for publishing structured information such as dictionaries.

Installation

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

Configuration parameters

[edit]

User rights

[edit]

See also

[edit]