Extension:Discourse
![]() Release status: experimental |
|
---|---|
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 | |
|
|
Translate the Discourse extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The Discourse extension will provide a means to include data from Discourse sites in MediaWiki pages.
InstallationEdit
- 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:
wfLoadExtension( 'Discourse' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.