No edit summary |
No edit summary Tag: 2017 source edit |
||
Line 9: | Line 9: | ||
|license=GPL v2+ | |license=GPL v2+ | ||
|docu=https://www.mediawiki.org/wiki/Extension:UrlGetParameters | |docu=https://www.mediawiki.org/wiki/Extension:UrlGetParameters | ||
| | |features= | ||
The '''UrlGetParameters''' extension enables you to use and/or display the "GET" parameters of the URL, i.e. the query string, on the wiki page. | |||
==Usage / functions== | |||
The value of a GET parameter can be displayed on a wiki page using: | |||
<syntaxhighlight lang="text">{{#urlget:parameter-name}}</syntaxhighlight> | |||
}} | }} | ||
{{wcagCheck | {{wcagCheck |
Revision as of 16:40, 5 August 2022
For our Cloud customers with BlueSpice version 5: Please switch to the BlueSpice 5 helpdesk.
Extension: UrlGetParameters
Overview | |||
---|---|---|---|
Description: | Usage of GET parameters of the URL on a wiki page. | ||
State: | stable | Dependency: | MediaWiki |
Developer: | S.O.E. Ansems | License: | GPL v2+ |
Type: | MediaWiki | Category: | Infrastructure |
Edition: | BlueSpice pro, BlueSpice free, BlueSpice Farm"BlueSpice Farm" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property., BlueSpice Cloud"BlueSpice Cloud" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property. | Version: | 4.1+ |
For more info, visit Mediawiki. |
Features
The UrlGetParameters extension enables you to use and/or display the "GET" parameters of the URL, i.e. the query string, on the wiki page.
Usage / functions
The value of a GET parameter can be displayed on a wiki page using:
{{#urlget:parameter-name}}