Hide subcategories in Special:Category main menu

From semantic-mediawiki.org

Hey,


imagine i want to define a something like this:


Category1

Category2

Category3


Catogory 2 is subcategory of Category1, and 3 is subcategory of 2.

So in a tree, it would be like Category1->Category2->Category3


Problema is that in Special:Category i will see

Category1(3)

Category2(2)

Category3(1)

Showing me all categories with the number of subcategories+1.

How could i maintain a tree view, making only (at this point) Category1 the only visible from the Special:category menu?

16:56, 25 March 2015

> How could i maintain a tree view, making only (at this point) Category1 the only visible from the Special:category menu?

Generally, SMW (core) does not alter (or interferes with) the display of standard MediaWiki objects (such as categories). I'm not aware of any extension that would fit your requirement but maybe [0] can give you a starting point.

[0] https://www.mediawiki.org/w/index.php?search=category+tree&title=Special%3ASearch&go=Go

19:58, 25 March 2015

Yes, at the end i felt charmed for category tree extension, which is the most similar tool that exists to fulfill this request,

Thanks for your time.

14:09, 2 April 2015