From b326e20c4c0141c920251c6ba5330eba1844053e Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Fri, 18 Sep 2020 00:27:56 +0200 Subject: [PATCH] Enable Interwiki, Cite, ParserFunctions --- LocalSettings.php.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/LocalSettings.php.tmpl b/LocalSettings.php.tmpl index 074b94f..b5b8719 100644 --- a/LocalSettings.php.tmpl +++ b/LocalSettings.php.tmpl @@ -139,6 +139,10 @@ wfLoadSkin( 'Vector' ); # The following extensions were automatically enabled: wfLoadExtension( 'VisualEditor' ); +wfLoadExtension( 'Interwiki' ); +wfLoadExtension( 'Cite' ); +wfLoadExtension( 'ParserFunctions' ); + # End of automatically generated settings. # Add more configuration options below.