Difference between revisions of "CatCatGrouping"

From Wiki4Intranet
Jump to: navigation, search
(Created page with "{{Extension4info |name=CatCatGrouping |description en=Addon for CategoryTree. 'Tag-like' grouping for category pages - based on other categories of listed pages. Also allo...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Extension4info
 
{{Extension4info
 
|name=CatCatGrouping
 
|name=CatCatGrouping
|description en=Addon for [[CategoryTree]]. 'Tag-like' grouping for category pages - based on other categories of listed pages. Also allows to disable 3-column lists in categories.
+
|description en=Addon for [[CategoryTree]]. 'Tag-like' grouping for category pages — based on other categories of listed pages. Also allows to disable 3-column lists in categories.
|description ru=Расширение для [[CategoryTree]] - даёт 'теговую' группировку статей на страницах категорий, а также возможность отключать 3-колоночные списки в категориях.
+
|description ru=Расширение для [[CategoryTree]]. «Теговая» группировка статей в категориях + возможность отключать 3-колоночные списки.
 
|created=2012-11-20
 
|created=2012-11-20
 
|included=2012-11-20
 
|included=2012-11-20

Latest revision as of 15:48, 22 April 2013

CatCatGrouping is a MediaWiki extension.

Status for Mediawiki4Intranet distribution:

  • Inclusion date: 2012-11-20
  • Included version: newest available
  • Improvement status: Created by MediaWiki4Intranet project

Tag-like grouping

Intended for more sensible grouping of pages on category pages — pages having more than one categories will be listed grouped by other categories and not the first letter.

Can be switched on via adding of magic word to the category page.

Can be switched on globally via $wgCategorySubcategorizedList = true; in LocalSettings.php. Then you’ll be able to turn it off via magic word.

Disabling of 3-column lists

magic word will force linear page listing for category when being put on its page.

Also you can disable column lists globally for categories with less than X pages via $wgMinUncatPagesList = X; in LocalSettings.php.

Installation

First install CategoryTree, then add the following into your LocalSettings.php:

require_once "$IP/extensions/CatCatGrouping/CatCatGrouping.php";