Extension:ParseRequest
Appearance
Release status: stable |
|
|---|---|
| Implementation | Parser function |
| Author(s) | DG |
| Latest version | 0.1 |
| MediaWiki | 1.39+ |
| Licence | GNU General Public License 3.0 or later |
| 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
[edit]- Download and place the file(s) in a directory called
ParseRequestin 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.
