Skip to content
Snippets Groups Projects
Commit 1de22bb4 authored by Alad Wenter's avatar Alad Wenter Committed by Florian Pritz
Browse files

archwiki: Enable ParserFunctions extension

ParserFunctions allows for more versatile wiki templates, amongst other
functionality, and is shipped with MediaWiki since version 1.18. [1]

Included string functionality remains disabled, as is done on wikimedia
projects. [2]

[1] https://www.mediawiki.org/wiki/Extension:ParserFunctions
[2] https://phabricator.wikimedia.org/T8455#110965
parent a4b121a6
No related branches found
No related tags found
No related merge requests found
......@@ -286,6 +286,8 @@ wfLoadExtension( 'CheckUser' );
$wgGroupPermissions['sysop']['checkuser'] = true;
$wgGroupPermissions['sysop']['checkuser-log'] = true;
# ParserFunctions extension
wfLoadExtension( 'ParserFunctions' );
##
## Temporary settings for maintenance
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment