Skip to content

Commit ebcb21c

Browse files
authored
Update MezaCoreExtensions.yml
added Extension UrlGetParameters
1 parent d15eabd commit ebcb21c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

config/MezaCoreExtensions.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,18 @@ list:
149149
config: |
150150
$wgHeaderTabsEditTabLink = false;
151151
$wgHeaderTabsRenderSingleTab = true;
152-
152+
153153
# -----------------------------------------------------------------------------------------------------
154154
# -----------------------------------------------------------------------------------------------------
155155
# ---- Wikimedia extensions installed per default MW branch version ----------------------------------
156156
# -----------------------------------------------------------------------------------------------------
157157
# -----------------------------------------------------------------------------------------------------
158158

159+
# UrlGetParameters - enables you to use and/or display the "GET" parameters of the URL
160+
- name: UrlGetParameters
161+
repo: https://github.com/wikimedia/mediawiki-extensions-UrlGetParameters.git
162+
version: "{{ mediawiki_default_branch }}"
163+
159164
# # InlineComments - Adds the ability for viewers to add inline comments to a page, in a manner similar
160165
# # to the annotations within software such as Google Docs
161166
# - name: InlineComments

0 commit comments

Comments
 (0)