Extension:Discourse

From mediawiki.org
MediaWiki extensions manual
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
  • $wgDiscourseDefaultSite
  • $wgDiscourseSites
Quarterly downloads 1 (Ranked 146th)
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 your extensions/ 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' );
    
  • Yes 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.

See also[edit]