mediawiki: enable string functions from ParserFunctions
The ParserFunctions extension (which we already use) has some string functions which I would like to use, but they aren't enabled by default. Per the documentation, just adding this config setting should turn them on. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
581d301f8c
commit
fcc445b2a7
1 changed files with 4 additions and 0 deletions
|
@ -312,6 +312,10 @@ wfLoadExtension( 'Interwiki' );
|
|||
wfLoadExtension( 'Cite' );
|
||||
wfLoadExtension( 'ConfirmEdit' );
|
||||
|
||||
# enable string functions from ParserFunctions:
|
||||
# https://www.mediawiki.org/wiki/Extension:ParserFunctions
|
||||
$wgPFEnableStringFunctions = true;
|
||||
|
||||
$wgShowExceptionDetails = true;
|
||||
|
||||
$wgSkipSkins = array("chick", "cologneblue", "monobook", "myskin", "nostalgia", "simple", "standard");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue