hw>Fbaeckmann No edit summary |
m (Text replacement - "BlueSpice Cloud" to "BlueSpice cloud") |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
|developer=S.O.E. Ansems | |developer=S.O.E. Ansems | ||
|type=MediaWiki | |type=MediaWiki | ||
|edition=BlueSpice pro, BlueSpice free, BlueSpice | |edition=BlueSpice pro, BlueSpice free, BlueSpice farm, BlueSpice cloud | ||
|compatible=MediaWiki | |compatible=MediaWiki | ||
|category=Infrastructure | |category=Infrastructure | ||
|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. | 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== | ==Usage / functions== | ||
The value of a GET parameter can be displayed on a wiki page using: | The value of a GET parameter can be displayed on a wiki page using: | ||
<syntaxhighlight lang="text">{{#urlget:parameter-name}}</syntaxhighlight> | |||
}} | |||
{{wcagCheck | |||
{{ | |wcagStatus=2-testing complete | ||
|wcagCheckedfor=Web, Authoring tool | |||
|wcagTestdate=2022-08-05 | |||
|wcagLevel=AA | |||
|wcagSupport=supports | |||
|wcagComments=source code editing; text-based output. | |||
|extensionType=core | |||
|extensionFocus=reader | |||
}} |
Latest revision as of 10:51, 7 June 2024
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 cloud | 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 |