Template:cattoc/documentation

Hello, you have come here looking for the meaning of the word Template:cattoc/documentation. In DICTIOUS you will not only get to know all the dictionary meanings for the word Template:cattoc/documentation, but we will also tell you about its etymology, its characteristics and you will know how to say Template:cattoc/documentation in singular and plural. Everything you need to know about the word Template:cattoc/documentation you have here. The definition of the word Template:cattoc/documentation will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofTemplate:cattoc/documentation, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
Documentation for Template:cattoc. [edit]
This page contains usage information, categories, interwiki links and other content describing the template.

This module generates a list of linked letters to navigate the pages listed in categories. It uses Module:table of contents.

Usage

{{cattoc|key1|key2|...|keyn|lang=langcode}}

generates category index keys 1 to n, separated by spaces.

{{cattoc|lang=langcode|top=Top}}

generates category index link to the top of the category.

For example, to make a simple alphabet category toc for English:

{{cattoc|lang=en|top=Top|a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z}}

Topa b c d e f g h i j k l m n o p q r s t u v w x y z

To make this look much better, and set up the layout as desired, wrap it in a wikitable:

{| class="toc plainlinks"
| {{cattoc|lang=en|top=Top|a|b|c|d|e|f|g|h|i|j|k|l|m|n|o|p|q|r|s|t|u|v|w|x|y|z}}
|}

Now you can use wikitable syntax to do whatever you like. (<span class="toc plainlinks"> ... </span> also works as expected.)

To show link text that is different from what is used in the link, use a colon. The text to the left of the colon is the position in the sort order that the link will go to, while the text to the right is what will display: {{cattoc|̄:combining macron}}combining macron .

Note: You do not need to do this for sortkeys, which are handled automatically.