Extension:Rtf

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
Rtf
Release status: betaCategory:Beta status extensions
Implementation ContentHandler Category:ContentHandler extensions
Description Adds support for Rich Text Format
Author(s) Hunter Turcin (hunterturtalk)
Latest version 1.0
MediaWiki >= 1.35Category:Extensions with manual MediaWiki version
License GNU General Public License 2.0 or later
Download Category:Extensions in GitLab version control
Category:All extensionsCategory:Extensions not in ExtensionJson

The Rtf extension adds the 'rtf' content model, which renders wiki pages stored as Rich Text Format documents.

To make use of this extension, switch the content model of any page to 'rtf' using the Page Information link.

Installation

  • Download and place the file(s) in a directory called Rtf in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Rtf' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Beta status extensions Category:ContentHandler extensions Category:Extensions in GitLab version control Category:Extensions not in ExtensionJson Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions