User:Dapete/vCat
Appearance
From Meta, a Wikimedia project coordination wiki
This is an archived version of this page, as edited by Dapete (talk | contribs) at 10:34, 9 June 2014 (→English ). It may differ significantly from the current version .
English
See also:
- Catgraph migration for information on changes between the old Catgraph tool and vCat.
- Fonts for information on which fonts are used to support various writing systems.
Name | Values | Description | Remarks |
---|---|---|---|
wiki | e.g. "dewiki" | Wiki abbreviation (as used in DBs). | |
category | category title | Title of the category. | Can be specified more than once to have multiple categories as roots for the graph. Cannot be used with title or ns .
|
title | page name | Title of the page. | If ns is not specified, the namespace is automatically determined from the title.Can be specified more than once to have multiple pages as roots for the graph. Can not be used with category .
|
ns | number | Number of namespace. | Forces the namespace for the title specified to this namespace.Cannot be used with category .
|
rel | "category", "subcategory" | Shows a graph of a category's or article's categories, or of a category's subcategories. | The latter can only be used if the roots of the graph are categories. |
depth | number | Maximum depth of the tree. | |
limit | number | Maximum number of nodes in the tree. | |
format | "dot", "gv" (both Graphviz), "gif", "pdf", "png", "svg" | Output format (default PNG). | If links is used, creates HTML pages with an image map (<map> element) for PNG and GIF images. See below.
|
showhidden | "0", "1" | Default "0". Flag to show hidden categories (marked with __HIDDENCAT__ ).
|
|
algorithm | "dot", "fdp" | Use the specified Graphviz utility to create the graph (default dot ).
| |
links | no value, "wiki", "graph" | If set, include links in graph. "wiki" makes links to the wiki articles. "graph" makes links to a Catgraph starting there with the same parameters as the current one. |
Creates HTML pages with an image map (<map> element) for PNG and GIF images. The images are embedded in the page as data: URIs.
|