Template:Category tree all
(Redirected from Template:Category tree)
To display all subcategories click on the "▶":
Category Category tree all not found
|
This documentation is transcluded from Template:Category tree all/doc.
Usage[edit]
This template displays a configurable showable list of subcategories, pages, images, or parent categories.
Syntax[edit]
- {{category tree all}} - basic form, uses the name of the category page it is placed on
- {{category tree all|
title
}} - usestitle
as the category page name - {{category tree all|mode=categories or pages or all or parents|depth=0, 1 or more|hideroot=on or off|showcount=on or off|header=user-defined header}} - uses more of the categorytree tag parameters (see http://www.mediawiki.org/wiki/Extension:CategoryTree for details):
- mode=pages displays only the pages in the category; mode=all displays subcategories, pages and images; mode=parents displays only the parent categories;
- depth=0 displays only the root node, depth=1 displays one level of the tree and so forth;
- hideroot=on hides the root category;
- showcount=on displays the number of sub-subcategories after each subcategory.
- header=a user-defined header to override the default, for example "click + to show pages"
- {{category tree all|alignright=yes}} - basic right-aligned form
- {{category tree all|mode=categories or pages or all or parents|alignright=yes}} - right-aligned form with mode parameter
Examples[edit]
- {{category tree all|
Films
}}
- will create this box:
To display all subcategories click on the "▶":
|
- {{category tree all|
Films
|showcount=off}}
- will create a box without numbers:
To display all subcategories click on the "▶": |
- {{category tree all|
Films by country
|depth=0}}
- will create a box initially showing the root only:
To display all subcategories click on the "▶":
|
- {{category tree all|
Films by country
|depth=1}}
- will create a box initially showing the tree to a depth of one:
To display all subcategories click on the "▶":
Films by century by country (empty) Films of Armenia (5 F) Films of Kazakhstan (6 F) Films of Kenya (1 F) Films of Lithuania (8 F) Films of Mali (3 F) Films of Puerto Rico (1 F) Films of Sri Lanka (1 F) Films of Togo (5 F) Films of Zimbabwe (1 F) |
- {{category tree all|
Archaeoastronomy
|mode=categories|depth=2|hideroot=off|showcount=on}}
- will create a box initially showing the tree to a depth of two:
- {{category tree all|
Astronomy
|mode=categories|depth=0|hideroot=off|showcount=on}}
- will create this box:
To display all subcategories click on the "▶":
|
- {{category tree all|
Astronomy
|mode=parents|depth=1|hideroot=on}}
- will create this box:
To display all parents click on the "▶": |
- {{category tree all|
Astronomy
|mode=parents|depth=0|hideroot=off|header=This is a user-defined header, click + to show parent categories:}}
- will create this box:
This is a user-defined header, click + to show parent categories: |
- {{category tree all|
Archaeoastronomy
|mode=categories|depth=2|hideroot=off|showcount=on|header=This is another user-defined header, click something|Astronomy education}}
- will create this box:
- {{category tree all|Astronomy|mode=parents|alignright=yes}}
{{category tree all|Astronomy}}
- will create these two boxes (next example uses {{Category tree both}} to do the same):
To display all parents click on the "▶": |
To display all subcategories click on the "▶":
|
- {{category tree both|Astronomy}}
- is an alternative way to create the same two boxes:
To display all parents click on the "▶": |
To display all subcategories click on the "▶":
|
See also[edit]
- {{Category tree both}} - includes both subcategories and parent categories
- {{Category tree}} - simpler template that shows subcategories only
- mw:Extension:CategoryTree
- en:Template:Category tree - similar template on the English Wikipedia