Extension:JsonToTemplate
Appearance
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 | GitHub:
Note: 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
JsonToTemplatein 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.
