Toggle menu
15
236
70
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Usage

This template displays a configurable showable list of subcategories, pages, images, or parent categories.

Syntax

  • {{category tree all}} – basic form, uses the name of the category page it is placed on
  • {{category tree all|title}} – uses title 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}} – 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; mode is categories by default.
    • depth=1 displays one level of the tree; depth=2 displays two levels of the tree, and so forth; depth is 0 by default.
    • hideroot=on hides the root category; hideroot is off by default.
    • showcount=off disables the (category, page, file) count after each category in the tree; showcount is on by default.
    • header=a user-defined header to override the default, for example "click + to show pages"

Examples

Subcategories, pages and images

Code: {{category tree all|Health|mode=all}}

To display all pages, subcategories and images click on the "►":
Category Health not found
Subcategories

Code: {{category tree all|Health}}

To display all subcategories click on the "►":
Category Health not found
Parent categories

Code: {{category tree all|Health|mode=parents}}

To display all parents click on the "►":
Category Health not found
Header

Code:

{{category tree all|Health|mode=parents|header=Breadcrumb (start point)}}

{{category tree all|Health|header=Breadcrumb (finish point)}}

>|

Breadcrumb (start point)
Category Health not found

|-You are here: "Health"

Breadcrumb (finish point)
Category Health not found

|>

See also