Sourcebook Wiki talk:About

From Sourcebook Wiki
Revision as of 17:57, 15 February 2011 by Mattie (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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)