Extension:ParseRequest

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:Extensions with no license specified
MediaWiki extensions manual
ParseRequest
Release status: stableCategory:Stable extensions
Implementation Parser function Category:Parser function extensions
Author(s) DG
Latest version 0.1
MediaWiki 1.39+Category:Extensions with manual MediaWiki version
License No license specified
Download Category:Extensions in GitHub version control
Category:All extensionsCategory:Extensions not in ExtensionJson

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 your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'ParseRequest' );
    
  • Yes 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