Template:Unindented description list/doc
| This is a documentation subpage for Template:Unindented description list. It may contain usage information, categories and other content that is not part of the original template page. |
Lua error in Module:TNT at line 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab.
Usage
[edit source]{{Unindented description list}} styles a description list so that terms and matching descriptions are shown as an unindented list. Currently, this template only supports a single parameter, |wrap=. Its value must be the complete wikitext for the description list, which may be created using wikitext syntax, HTML tags, or the {{glossary}} family of templates. Do not wrap the description list in any other element before wrapping it in this template, as the <dl> element must be a direct child of this template's wrapper element.
Here is an example:
{{Unindented description list|wrap=
; Article title: [[Fibonacci sequence]]
; OEIS sequence number: {{OEIS link|A000045}}
; First 10 terms
: 0
: 1
: 1
: 2
: 3
: 5
: 8
: 13
: 21
: 34
}}
This becomes:
- Article title
- Fibonacci sequence
- OEIS sequence number
- A000045
- First 10 terms
- 0
- 1
- 1
- 2
- 3
- 5
- 8
- 13
- 21
- 34
TemplateData
[edit source]TemplateData for Unindented description list
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Wrapped list | wrap | The complete wikitext for the description list – do not wrap in any other element
| Content | required |