Reference:BlueSpiceSocialTags and Reference:UrlGetParameters: Difference between pages

(Difference between pages)
hw>Mlink-rodrigue
No edit summary
 
hw>Fbaeckmann
No edit summary
 
Line 1: Line 1:
{{BSExtensionInfo
{{BSExtensionInfobox
|desc=Usage of GET parameters of the URL on a wiki page.
|status=stable
|status=stable
|developer=HalloWelt
|developer=S.O.E. Ansems
|type=BlueSpice
|type=MediaWiki
|edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
|edition=BlueSpice pro, BlueSpice free, BlueSpice Farm, BlueSpice Cloud
|compatible=BlueSpice
|active=Yes
|category=Communication
|compatible=MediaWiki
|features='''SocialTags''' provides the option of linked pages to SocialEntities.
|category=Infrastructure
{{Box Note|boxtype=warning|Note text=Pages in the namespaces ''SocialEntity'' and ''User'' are indexed by search engines by default until prior to version 3.1.13. If you run a public wiki with an earlier version, you should [https://www.mediawiki.org/wiki/Help:Controlling_search_engine_indexing exclude these namespaces from being searchable] unless you want these pages to be indexed by public search engines.}}
|license=GPL v2+
A social entity such as a discussion topic is linked to a wiki page. Users can update these page associations as needed.
|docu=https://www.mediawiki.org/wiki/Extension:UrlGetParameters
}}
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 page ''Special:SocialTags'' shows a filterable list of SocialEntities that share the same tag. The function "watch" is automatically added to all social entities.}}
The value of a GET parameter can be displayed on a wiki page using:
===Entry fields for dialogs===
<syntaxhighlight lang="text">{{#urlget:parameter-name}}</syntaxhighlight>
{| class="reference wikitable"
 
! class="headerSort" role="columnheader button" title="Aufsteigend sortieren" tabindex="0" |Name
 
! class="headerSort" role="columnheader button" title="Aufsteigend sortieren" tabindex="0" |Description
{{MWlink|https://www.mediawiki.org/wiki/Extension:UrlGetParameters}}
! class="headerSort" role="columnheader button" title="Aufsteigend sortieren" tabindex="0" |Type
 
! class="headerSort" role="columnheader button" title="Aufsteigend sortieren" tabindex="0" |Default value
[[Category:Extension]]
|-
|''tags''
|Linked pages
|array
|Current page
|}
===Configuration===
{| class="reference wikitable"
! class="headerSort" role="columnheader button" title="Aufsteigend sortieren" tabindex="0" |Name
! class="headerSort" role="columnheader button" title="Aufsteigend sortieren" tabindex="0" |Description
! class="headerSort" role="columnheader button" title="Aufsteigend sortieren" tabindex="0" |Type
! class="headerSort" role="columnheader button" title="Aufsteigend sortieren" tabindex="0" |Default
! class="headerSort" role="columnheader button" title="Aufsteigend sortieren" tabindex="0" |Scope
|-
|''bsg''SocialTagsTimelineAfterContentNamespaceBlackList
|Determines in which namespaces the timeline is displayed below the page content  with the current page as tag.
|array
|[]
|LocalSettings.php
|-
|''bsg''SocialTagsTimelineAfterContentShow
|Determines if the timeline is displayed  below the page content with the current page as tag.
|bool
|false
|LocalSettings.php
|}

Revision as of 15:40, 13 April 2021

Extension: UrlGetParameters

all extensions

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.


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}}


Template:MWlink

Discussions