Extension:WikiCategoryTagCloud/de-formal
![]() Release status: stable |
|
---|---|
Implementation | Tag , Skin |
Description | Allows to add tag clouds based on categories to a page via the <tagcloud> tag |
Author(s) | |
Latest version | 1.3.3 (2017-09-19) |
Compatibility policy | Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | 1.39+ |
PHP | 5.5+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | |
<tagcloud> |
|
Quarterly downloads | 65 (Ranked 110th) |
Public wikis using | 1,420 (Ranked 211st) |
Translate the WikiCategoryTagCloud extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The WikiCategoryTagCloud extension allows to add tag clouds based on categories to a page.
Usage
These in text parameters from the original extension still work the same:
- min_count
- Only display a tag for a category, if the category contains at least min_count articles. Default value : 0.
- min_size
- Defines the minimum text size. (Default: 77).
- increase_factor
- Defines the factor to increase the text size by the number of articles. Default value : 100.
- exclude
- Defined the categories you do not want to be displayed. Use underscore instead of spaces in category names, use comma to separate the categories, like this:
<tagcloud>exclude=television,television_series,celebrities,food,yoga</tagcloud>
makes "television", "television series", "celebrities", "food" and "yoga" categories not to show up in the categories cloud.
The coloring in text parameters do not work anymore, instead we have XML parameters:
- class
- Adds CSS classes to the tag cloud itself (The tagcloud class is always included).
- style
- Adds CSS styles to the style parameter of the tag cloud.
- linkclass
- Adds CSS classes to the links.
- linkstyle
- Adds CSS styles to the links' style parameters.
in text parameters are place in between the two tags, and XML parameters are done inside the opening tag. Here's an example use showing where things are placed.
<tagcloud style="background: black;">
min_size=55
exclude=browse
</tagcloud>
Installation
- Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens
WikiCategoryTagCloud
im Ordnerextensions/
ablegen. - Folgenden Code am Ende Ihrer
LocalSettings.php
hinzufügen:wfLoadExtension( 'WikiCategoryTagCloud' );
- Optional: Add the pages to invalidate the cache for to
MediaWiki:Tagcloudpages
(one title per line). Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.
Für Benutzer, die MediaWiki in der Version 1.26 und früher betreiben:
Die oben stehenden Anweisungen beschreiben die neue Installationsanweisung für diese Erweiterung unter der Verwendung von wfLoadExtension()
.
Wird diese Erweiterung in einer dieser früheren Versionen (MediaWiki 1.26 und früher) – an Stelle von wfLoadExtension( 'WikiCategoryTagCloud' );
– installiert, benutzen Sie:
require_once "$IP/extensions/WikiCategoryTagCloud/WikiCategoryTagCloud.php";
![]() | This extension was migrated from Daniel Friesen's Wiki-Tools.com and checked into Wikimedia's software repository. |
![]() | This extension is included in the following packages and/or wiki farms: This is not an authoritative list. Some wiki farms/hosts may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
- Stable extensions/de-formal
- Tag extensions/de-formal
- Skin extensions/de-formal
- GPL licensed extensions/de-formal
- Extensions in Wikimedia version control/de-formal
- ParserFirstCallInit extensions/de-formal
- PageContentSave extensions/de-formal
- All extensions/de-formal
- Extensions migrated from Wiki-Tools/de-formal
- Extensions included in Miraheze/de-formal
- Category extensions/de-formal
- Page content extensions/de-formal
- Tag cloud extensions/de-formal