Toggle menu
15
236
70
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 04:26, 22 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} {{Template shortcut|Unindented dl|udl}} {{Uses TemplateStyles|Template:Unindented description list/styles.css}} == Usage == {{tl|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, {{para|wrap}}. Its value must be the complete wikitext for the description list, which may be created using wikitext syntax, HTML t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

{{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
Template:OEIS link
First 10 terms
0
1
1
2
3
5
8
13
21
34

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Unindented description list in articles based on its TemplateData.

TemplateData for Unindented description list

This template styles a description list without indentation.
Wrapped listwrap
The complete wikitext for the description list – do not wrap in any other element
Example
; Term : Description