Difference between revisions of "Sourcebook Wiki talk:About"

From Sourcebook Wiki
Jump to: navigation, search
(Created page with "= Extensions = == Recaptcha == (already running) == ParserExtensions == In the spirit of it being easier to ask for forgiveness than permission, I installed [http://www.mediawiki...")
 
Line 9: Line 9:
 
This opens the door to have templates that are smarter about auto-categorization and stuff like that. Examples forthcoming.
 
This opens the door to have templates that are smarter about auto-categorization and stuff like that. Examples forthcoming.
 
-[[User:Mattie|Mattie]] 16:57, 15 February 2011 (EST)
 
-[[User:Mattie|Mattie]] 16:57, 15 February 2011 (EST)
 +
 +
 +
More information on installed extensions [[Special:Version|here]]. -[[User:Slitherrr|Slitherrr]]

Revision as of 19:45, 15 February 2011

Extensions

Recaptcha

(already running)

ParserExtensions

In the spirit of it being easier to ask for forgiveness than permission, I installed ParserExtensions which is on like every wiki. It will allow us to make much more powerful templates and should have zero bad effects. I asked Matt but wanted to get it done between meetings today. Easy to revert, though. Only changes were to create extensions/ParserFunctions directory and add these lines to LocalSettings.php:

## The following is for ParserExtensions
require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" );
$wgPFEnableStringFunctions = true;

This opens the door to have templates that are smarter about auto-categorization and stuff like that. Examples forthcoming. -Mattie 16:57, 15 February 2011 (EST)


More information on installed extensions here. -Slitherrr