Extension:TemplateRest
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
![]() Release status: unmaintainedCategory:Unmaintained extensions |
|
---|---|
Implementation | APICategory:API extensions, AjaxCategory:Ajax extensions |
Description | RESTful api for manipulating template transclusions. |
Author(s) | Andreas Jonssontalk |
Latest version | 1.1 (2016-01-25) |
MediaWiki | 1.25Category:Extensions with manual MediaWiki version |
License | GNU General Public License 3.0 |
Download | GitHub: Note: |
TemplateRest is a RESTful API module that takes advantage of a Parsoid to manipulate template transclusions in MediaWiki articles. It also supports manipulating categories. A Backbone-based Javascript model is included.
Installation
- Install a parsoid server Parsoid/Setup
- Configure parsoid access in LocalSettings.php ($wgVirtualRestConfig['modules']['parsoid']['url'])
- Install Extension:JSModules (if you want to use the included javascript model.)
- Download and copy the TemplateRest extension to extensions folder of your MediaWiki installation
- add
wfLoadExtension('TemplateRest');
to LocalSettings.php Done – Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.
Documentation
See the GitHub page.
Category:API extensions
Category:Ajax extensions
Category:All extensions
Category:Extensions in GitHub version control
Category:Extensions not in ExtensionJson
Category:Extensions with manual MediaWiki version
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:GPL licensed extensions
Category:Unmaintained extensions