Template:DPL ListBox Category Content

From Istaria Lexica

Template documentation (for the template shown above, sometimes hidden or invisible)

Description[edit]

A simple DynamicPageList wrapper template to provide some list functionality for the Wiki editor's reference card.

  • extracts categories from a category
  • extracts pages from a category
  • provides them as a Infobox, split up in two ordered columns


Syntax[edit]

{{DPL ListBox Category Content
| title     = 
| category  = 
| namespace = 
}}

Parameters[edit]

{{DPL ListBox Category Content
| title     = Headline for the generated box, is rendered as a Heading 3.
| category  = Category name to be queued
| namespace = Namespace to be searched (ex. Category, MediaWiki, Main, Talk, ...) Leave blank if you want to query pages only.
}}

Examples[edit]

Select pages from a category[edit]

{{DPL ListBox Category Content
| title     = Available machines
| category  = Machine
| namespace = 
}}

Select sub categories from a category[edit]

{{DPL ListBox Category Content
| title     = Available weapon types
| category  = Weapons
| namespace = Category
}}