You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "Reference:BlueSpiceWatchList"
m (Tag: Visual edit) |
m (Tag: Visual edit) |
Extension: BlueSpiceWatchList
Overview | |||
---|---|---|---|
Description: | Adds a watchlist widget and tag | ||
State: | stable | Dependency: | BlueSpice |
Developer: | HalloWelt | License: | GPL v3 only |
Type: | BlueSpice | Category: | Reporting |
Edition: | BlueSpice free | ||
Features[edit source]
Contents
WatchList improves on standard MediaWiki watchlist functionality and adapts it to the BlueSpice environment.
Usage / features[edit | edit source]
The watchlist can be viewed in:
- UserSidebar (keyword WATCHLIST) shows entries from a user's own watchlist.
-
Page content (tag-based, added by user). Example:
<bs:watchlist count="10" maxtitlelength="50"/>
- Discussion pages are implicitly watched by MW. These implicit entries do not appear in the list. But a discussion page can be added explicitly.
- Long titles are truncated.
Technical information[edit | edit source]
Configuration[edit | edit source]
Widget
- The number of watchlist entries is limited to 10 if the user does not provide a different value.
- The titles displayed are limited to 20 characters in the personal navigation.
Name | Description | Type | Default value | Scope |
---|---|---|---|---|
WidgetLimit | number of returned pages | int | 10 | user |
WidgetSortOdr | page order | time, pagename | time | user |
Tag parameters
Name | Description | Type | Default value |
---|---|---|---|
count | number of returned pages | num | 5 |
maxtitlelength | number of strings | num | 20 |
order | sort order | time, pagename | pagename |
Rights (permissions)[edit | edit source]
All users can view watchlist entries and change the settings. Only pages are included for which a user has read permissions.
Requirements[edit | edit source]
WatchList requires BlueSpiceFoundation.
More info[edit | edit source]
For a detailed description and usage, visit our help page.
Demo[edit | edit source]
Test the watchlist tag or the watchlist function in the personal navigation (sidebar) in our BlueSpiceDemo.
{{BSExtensionInfobox |desc=Adds a watchlist widget and tag |status=stable |developer=HalloWelt |type=BlueSpice |edition=BlueSpice free |active=Yes |compatible=BlueSpice |category=Reporting |license=GPL v3 only |docu=https://www.mediawiki.org/wiki/Extension:WatchList }} __TOC__ '''WatchList''' improves on standard MediaWiki watchlist functionality and adapts it to the BlueSpice environment. ==Usage / features== The watchlist can be viewed in: *UserSidebar (keyword WATCHLIST) shows entries from a user's own watchlist. *Page content (tag-based, added by user). Example: <code><nowiki><bs:watchlist count="10" maxtitlelength="50"/></nowiki></code> *Discussion pages are implicitly watched by MW. These implicit entries do not appear in the list. But a discussion page can be added explicitly. *Long titles are truncated. ==Technical information== ===Configuration=== ==='''Widget''' * The number of watchlist entries is limited to 10 if the user does not provide a different value. * The titles displayed are limited to 20 characters in the personal navigation. {| class="contenttable sortable jquery-tablesorter" ! class="headerSort" tabindex="0" role="columnheader button" title="Aufsteigend sortieren" |Name ! class="headerSort" tabindex="0" role="columnheader button" title="Aufsteigend sortieren" |Description ! class="headerSort" tabindex="0" role="columnheader button" title="Aufsteigend sortieren" |Type ! class="headerSort" tabindex="0" role="columnheader button" title="Aufsteigend sortieren" |Default value ! class="headerSort" tabindex="0" role="columnheader button" title="Aufsteigend sortieren" |Scope |- |''WidgetLimit'' |number of returned pages |int |10 |user |- |''WidgetSortOdr'' |page order |time, pagename |time |user |} '''Tag parameters''' {| class="wikitable" style="border-collapse: collapse;" cellpadding="5" border="1" !Name !Description !Type !Default value |- |''count'' |number of returned pages |num |5 |- |''maxtitlelength'' |number of strings |num |20 |- |''order'' |sort order |time, pagename |pagename |} ===Rights (permissions)=== All users can view watchlist entries and change the settings. Only pages are included for which a user has ''read'' permissions. ===Requirements=== WatchList requires [[Reference:BlueSpiceFoundation|BlueSpiceFoundation]]. ==More info== For a detailed description and usage, visit our [[Manual:Extension/WatchList|help page]]. ==Demo== Test the watchlist tag or the watchlist function in the personal navigation (sidebar) in our [https://en.demo.bluespice.com/wiki/Main_Page BlueSpiceDemo.] {{Translation}} [[Category:Extension]] [[Category:BlueSpice free]]
Line 27: | Line 27: | ||
===Configuration=== | ===Configuration=== | ||
+ | '''Widget''' | ||
+ | |||
+ | * The number of watchlist entries is limited to 10 if the user does not provide a different value. | ||
+ | * The titles displayed are limited to 20 characters in the personal navigation. | ||
+ | |||
+ | {| class="contenttable sortable jquery-tablesorter" | ||
+ | ! class="headerSort" tabindex="0" role="columnheader button" title="Aufsteigend sortieren" |Name | ||
+ | ! class="headerSort" tabindex="0" role="columnheader button" title="Aufsteigend sortieren" |Description | ||
+ | ! class="headerSort" tabindex="0" role="columnheader button" title="Aufsteigend sortieren" |Type | ||
+ | ! class="headerSort" tabindex="0" role="columnheader button" title="Aufsteigend sortieren" |Default value | ||
+ | ! class="headerSort" tabindex="0" role="columnheader button" title="Aufsteigend sortieren" |Scope | ||
+ | |- | ||
+ | |''WidgetLimit'' | ||
+ | |number of returned pages | ||
+ | |int | ||
+ | |10 | ||
+ | |user | ||
+ | |- | ||
+ | |''WidgetSortOdr'' | ||
+ | |page order | ||
+ | |time, pagename | ||
+ | |time | ||
+ | |user | ||
+ | |} | ||
+ | '''Tag parameters''' | ||
+ | {| class="wikitable" style="border-collapse: collapse;" cellpadding="5" border="1" | ||
+ | !Name | ||
+ | !Description | ||
+ | !Type | ||
+ | !Default value | ||
+ | |- | ||
+ | |''count'' | ||
+ | |number of returned pages | ||
+ | |num | ||
+ | |5 | ||
+ | |- | ||
+ | |''maxtitlelength'' | ||
+ | |number of strings | ||
+ | |num | ||
+ | |20 | ||
+ | |- | ||
+ | |''order'' | ||
+ | |sort order | ||
+ | |time, pagename | ||
+ | |pagename | ||
+ | |} | ||
===Rights (permissions)=== | ===Rights (permissions)=== |