Reference:BlueSpiceTagCloud and Reference:ParserHooks: Difference between pages

(Difference between pages)
hw>Mlink-rodrigue
No edit summary
 
m (1 revision imported)
 
Line 1: Line 1:
{{BSExtensionInfo
{{BSExtensionInfobox
|desc=adds a OOP and declarative parser hook interface.
|status=stable
|status=stable
|developer=HalloWelt
|developer=Jeroen De Dauw
|type=BlueSpice
|type=MediaWiki
|edition=BlueSpice free, BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
|edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
|compatible=BlueSpice
|active=Yes
|category=Rich Articles
|compatible=MediaWiki
|features=
|category=Infrastructure
'''TagCloud''' displays a tag cloud based on categories or search terms. It is used for visualizing the most popular search terms or pages.
|license=GPL v2+
 
|docu=https://www.mediawiki.org/wiki/Extension:ParserHooks
A tag is provided to embed the configurable TagCloud in a content page. The tag <code><nowiki><bs:tagcloud /></nowiki></code>  can be  inserted as Wikitext or using the ''Insert > Magic word'' menu in [[Reference:VisualEditor|VisualEditor.]]
|package=SemanticData
}}
}}
===Configuration===
[[de:Referenz:{{PAGENAME}}]][[en:Reference:{{PAGENAME}}]]
You can configure the following options:
{| class="reference wikitable"
|-
!|'''Parameter'''
!|'''Description'''
!|
'''Value'''
 
!|'''Default'''
|-
||'''width'''
||determins the width of the TagCloud; can be enterd in pixels or percent
||pixels of percent
||100%
|-
||'''showcount'''
||displays how often a category is used in the wiki
||
true<br />false
 
||true
|-
||'''count'''
||
defines how many categories are shown
 
||
number
 
||
40
 
(show all categories = -1)
 
|-
||'''renderer'''
||
changes the visualisation of the TagCloud
 
list = show an unordered list
 
canvas3d = 3D display
 
text = results are shown side by side
 
||
list
 
canvas3d


text


||test
'''ParserHooks''' is a PHP library for MediaWiki extensions. It does not in itself add or enhance functionality of your wiki.
|-
OOP interface for creating parser hooks in a declarative fashion.
|'''store'''
|defines the data source
category = displays categories


searchstats = displays search results (only if BlueSpiceExtendedSearch is installed)
For more information please visit [https://github.com/JeroenDeDauw/ParserHooks#parserhooks GitHub].
|category
[[Category:BlueSpice_pro]]
searchstats
[[Category:MediaWiki]]
|category
[[Category:Extension]]
|-
|'''minsize'''
|minimal font size
|number
|
|-
|'''maxsize'''
|maximal font size
|number
|
|}

Revision as of 12:34, 20 December 2021

Extension: ParserHooks

all extensions

Overview
Description: adds a OOP and declarative parser hook interface.
State: stable Dependency: MediaWiki
Developer: Jeroen De Dauw License: GPL v2+
Type: MediaWiki Category: Infrastructure
Edition: BlueSpice pro, BlueSpice Farm, BlueSpice Cloud Version: 4.1+
For more info, visit Mediawiki.



ParserHooks is a PHP library for MediaWiki extensions. It does not in itself add or enhance functionality of your wiki. OOP interface for creating parser hooks in a declarative fashion.

For more information please visit GitHub.

Discussions