Year of the Dragon: Through May 28th, claim free Expansion Pack (excluding Vecna Unleashed) or a Greater Elixir of Discovery! Speak to Xatheral in the Hall of Heroes.
Known Issue: Xatheral has been temporarily disabled while we investigate a bug with Year of the Dragon gift delivery.DDO Forums edit

Game mechanicsNewbie guideIn developmentDDO StoreSocial Media


ChallengesClassesCollectablesCraftingEnhancementsEpic DestiniesFavorFeats

GlossaryItemsMapsMonstersPlacesQuestsRacesReincarnationSkillsSpells


Please create an account or log in to build a reputation and unlock more editing privileges, and then visit DDO wiki's IRC Chat/Discord if you need any help!

Template:Cat

From DDO wiki
Jump to navigation Jump to search

Usage

{{ Cat | cat | sort (optional) }}

or

{{ Cat | cat=cat | sort=sort | nocat=nocat | sandbox=sandbox | template=template }}

Categorization[edit]

Assigns a specified category conditionally.

cat
(Required) Pagename of category to be assigned, e.g. Penguins, not C:Penguins or [[C:Penguins]].
sort
Sort key on category page (default alphabetical).
nocat
If the value is 1 (default 0), no category is assigned.
sandbox
Alias: s. If the value is 0 (default 0) and the subpagename is sandbox, assigns Category:Sandbox rather than the specified category.
template
Alias: t. If the value is 1 (default 0) and the page is in the Template: namespace, no category is assigned.

Examples[edit]

Call Page name Category
{{ Cat | Foo }} My page [[Category:Foo]]
{{ Cat | cat=Foo }} My sandbox [[Category:Foo]]
{{ Cat | cat=Foo }} My page/sandbox [[Category:Sandbox]]
{{ Cat | Foo | * }} My page [[Category:Foo|*]]
{{ Cat | Foo | nocat=1 }} My page None
{{ Cat | cat=Foo | sandbox=1 }} My page/sandbox [[Category:Foo]]
{{ Cat | Foo | sort=* }} Template:My template [[Category:Foo|*]]
{{ Cat | Foo | sort=* | template=1 }} Template:My template None
{{ Cat | Category:Foo }} My page [[Category:Category:Foo]]

Coding[edit]