Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 752 Bytes

File metadata and controls

14 lines (11 loc) · 752 Bytes

MediaWikiROT13

ROT13 MediaWIki extension which adds parser functions that display content as ROT13- or otherwise substitution cipher-encrypted, except for users with a specified right.

Installation

  1. Obtain the code from GitHub
  2. Extract the files in a directory called ROT13 in your extensions/ folder.
  3. Add the following code at the bottom of your "LocalSettings.php" file: require_once "$IP/extensions/ROT13/ROT13.php";
  4. Go to "Special:Version" on your wiki to verify that the extension is successfully installed.
  5. Done.

Configuration

See the extension's homepage for instruction on how to configure this extension.