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 15:40, 5 August 2022
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}}
Accessibility
Test status: | 2-testing complete |
---|---|
Checked for: | Web, Authoring tool |
Last test date: | 2022-08-05 |
WCAG level: | AA |
WCAG support: | supports |
Comments: |
source code editing; text-based output. |
Extension type: | core |
Extension focus: | reader |