Extension: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 160th) |
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 place the file(s) in a directory called
Discourse
in yourextensions/
folder. - 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[edit]
For all usage information, please see the help page at Help:Extension:Discourse.