Extension:Rtf
![]() Release status: betaCategory:Beta status extensions |
|
---|---|
Implementation | ContentHandlerCategory: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 | GitLab: Note: |
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 yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Rtf' );
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