Extension:Rtf

From mediawiki.org
MediaWiki extensions manual
Rtf
Release status: beta
Implementation ContentHandler
Description Adds support for Rich Text Format
Author(s) Hunter Turcin (hunterturtalk)
Latest version 1.0
MediaWiki >= 1.35
License GNU General Public License 2.0 or later
Download

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[edit]

  • 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.