Extension:Discourse
Discourse Release status: experimental |
|
---|---|
Implementation | Data extraction |
Description | A Lua module to include information from Discourse sites in MediaWiki pages. |
Author(s) | Sam Wilson (samwilsontalk) |
Compatibility policy | Master maintains backward compatibility. |
MediaWiki | >= 1.31.7 |
Database changes | No |
License | GNU General Public License 3.0 or later |
Download | |
Help | Help:Extension:Discourse |
|
|
Quarterly downloads | 1 (Ranked 131st) |
Translate the Discourse extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The Discourse extension provides a means to include data from Discourse sites in MediaWiki pages.
Installation
edit- Install the Scribunto extension.
- Download and move the extracted
Discourse
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Discourse - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Discourse' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Usage
editFor all usage information, please see the help page at Help:Extension:Discourse.