Module:Taxontree/doc

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

CodeDiscussionEditHistoryLinksLink count Subpages:DocumentationTestsResultsSandboxLive code All modules

This is the documentation page for Module:Taxontree

Module to display chain of taxon information in table format by following the links of parent taxon (P171).

This only returns table rows, so it needs to be invoked inside a table.

Each row displays the taxon rank (P105) as the row label and the taxon name (P225) linked to Commons category (P373) as the value.

If the parameter first=true, it displays the row for the item invoked, otherwise it doesn't. The default is false.

To display taxon author citation (P6507) set |authorcite=true (aliases |ac= and 'yes'). The default is false.

It finishes when it reaches an entity that has no parent taxon (P171) or when it reaches an entity whose taxon rank (P105) has the value kingdom (Q36732).

For stand-alone use:

{|
    {{#invoke:Taxontree |show |qid=<Qnnn> |first=yes/no |lang=<langcode>}}
|}