Extension:ParseRequest
![]() Release status: stableCategory:Stable extensions |
|
---|---|
Implementation | Parser functionCategory:Parser function extensions |
Author(s) | DG |
Latest version | 0.1 |
MediaWiki | 1.39+Category:Extensions with manual MediaWiki version |
License | No license specified |
Download | GitHub: Note: |
The ParseRequest extension provides means to render wikitext content on demand. The main parser function, #parse-request
, can be used to dynamically fetch and parse content using the MediaWiki API, enabling interactive content updates without requiring a page refresh. It comes with two widgets, one for pagination and the other for loading further results.
All documentation is currently available from https://codecs.vanhamel.nl/Show:Lab/ParseRequest
Installation
- Download and place the file(s) in a directory called
ParseRequest
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'ParseRequest' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions
Category:Extensions in GitHub version control
Category:Extensions not in ExtensionJson
Category:Extensions with manual MediaWiki version
Category:Extensions with no license specified
Category:Extensions without a compatibility policy
Category:Extensions without an image
Category:Parser function extensions
Category:Stable extensions