Extension:JsonToTemplate
![]() Release status: betaCategory:Beta status extensions |
|
---|---|
Description | Displays JSON text in Mediawiki templates, ideal for publishing structured information such as dictionaries. |
Author(s) | Diego F. Gómez |
MediaWiki | Category:Extensions without MediaWiki version |
PHP | 7.0 or higher. |
License | GNU General Public License 3.0 |
Download | GitHub: Note: README |
The JsonToTemplate extension displays JSON text in Mediawiki templates, ideal for publishing structured information such as dictionaries.
Installation
- [Download ] and place the file(s) in a directory called
JsonToTemplate
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'JsonToTemplate' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration parameters
User rights
See also
Category:All extensions
Category:Beta status extensions
Category:Extensions in GitHub version control
Category:Extensions not in ExtensionJson
Category:Extensions with invalid or missing type
Category:Extensions without MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:GPL licensed extensions