Sourcebook Wiki talk:About: Difference between revisions
Jump to navigation
Jump to 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...") |
(No difference)
|
Revision as of 21:57, 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)