CatCatGrouping

From Wiki4Intranet
Jump to: navigation, search

English

CatCatGrouping is a MediaWiki extension, designed for: 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.

Full description

Русский

CatCatGrouping — расширение MediaWiki, его назначение: Расширение для CategoryTree. «Теговая» группировка статей в категориях + возможность отключать 3-колоночные списки.

Полная информацияCatCatGrouping is a MediaWiki extension.

Status for Mediawiki4Intranet distribution:

  • Inclusion date: 2012-11-20
  • Included version: trunk
  • 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";