Changes

Extensions

2,458 bytes added, 17:30, 2 May 2017
Created page with "This wiki uses a number of extensions. This page is for anyone interested. ==CategoryTree== ## Extension CategoryTree $wgUseAjax = true; require_once( "$IP/extensions/Cate..."
This wiki uses a number of extensions. This page is for anyone interested.

==CategoryTree==
## Extension CategoryTree
$wgUseAjax = true;
require_once( "$IP/extensions/CategoryTree/CategoryTree.php" );

==Cite==

==CiteThisPage==

==CommonsMetadata==
A prerequisite for MultimediaViewer.

==DynamicPageList==
require_once "$IP/extensions/DynamicPageList/DynamicPageList.php";
ExtDynamicPageList::$maxResultCount = 1000;

==HarvardReferences==
require_once("$IP/extensions/HarvardReferences/HarvardReferences.php");

==JavascriptSlideshow==
## Extension JavascriptSlideshow
require_once "$IP/extensions/JavascriptSlideshow/JavascriptSlideshow.php";

==LabeledSectionTransclusion==
## Extension Labeled Section Transclusion
require_once "$IP/extensions/LabeledSectionTransclusion/lst.php";

==MobileFrontEnd==
require_once "$IP/extensions/MobileFrontend/MobileFrontend.php";
$wgMFAutodetectMobileView = true;

==MsUpload==
require_once "$IP/extensions/MsUpload/MsUpload.php";
$wgMSU_showAutoCat = true; // If true, files uploaded while editing a category will be added to that category
$wgMSU_checkAutoCat = true; // Whether the checkbox for the above mentioned case is checked by default
$wgMSU_imgParams = '400px'; // The default parameters for inserted images
$wgMSU_useDragDrop = true; // Should the drag & drop area be shown?
$wgMSU_useMsLinks = false; // Should we allow to insert links in the style of the Extension:MsLinks?
$wgEnableWriteAPI = true; // Enable the API
$wgEnableUploads = true; // Enable uploads
$wgAllowJavaUploads = true; // Solves problem with Office 2007 and newer files (docx, xlsx, etc.)
$wgGroupPermissions['user']['upload'] = true; // Allow regular users to upload files
// Make sure that the file types you want to upload are allowed:
$wgFileExtensions = array( 'bmp', 'doc', 'docx', 'flac', 'gif', 'ico', 'jpeg', 'jpg', 'mp3', 'mpp', 'odg', 'odp', 'ods', 'odt', 'ogg', 'pdf', 'png',
'ppt', 'pptx', 'ps', 'rtf', 'svg', 'swf', 'tif', 'tiff', 'xls', 'xlsx', 'xml' );

==MultimediaViewer==
## Extension MultimediaViewer
require_once "$IP/extensions/CommonsMetadata/CommonsMetadata.php";
require_once "$IP/extensions/MultimediaViewer/MultimediaViewer.php";

==ParserFunctions==
## Extension ParserFunctions
wfLoadExtension( 'ParserFunctions' );
$wgPFEnableStringFunctions = true;

==Variables==
## Extension Variables (used in Manuscript pages)
require_once "$IP/extensions/Variables/Variables.php";