variablelist

variablelist — A list in which each entry is composed of a set of one or more terms and an associated description.

Synopsis

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • spacing (enumeration)
    • “compact”
    • “normal”
  • termlength

Description

A variablelist is a list consisting of terms and their definitions or descriptions.

Processing expectations

Formatted as a displayed block.

There are many ways to present a variable list. DocBook does not mandate any particular presentation. The termlength attribute may influence the presentation of terms. The termlength attribute is often specified as a number of characters, but other forms are possible. This is an interchange issue.

Attributes

Common attributes and common linking attributes.

spacing

Specifies (a hint about) the spacing of the content

Enumerated values:
“compact”

The spacing should be "compact".

“normal”

The spacing should be "normal".

termlength

Indicates a length beyond which the presentation system may consider a term too long and select an alternate presentation for that term, item, or list

Parents [+]

This element occurs in 73 elements.

Children [+]

This element contains 64 elements.

Examples

  1 <article xmlns='http://docbook.org/ns/docbook'>
  2   <title>Example variablelist</title>
    
  4  <variablelist><title>Font Filename Extensions</title>
      <varlistentry>
  6     <term><filename>TTF</filename></term>
        <listitem>
  8       <para>TrueType fonts.</para>
        </listitem>
 10   </varlistentry>
      <varlistentry>
 12     <term><filename>PFA</filename></term>
        <term><filename>PFB</filename></term>
 14     <listitem>
          <para>
 16         PostScript fonts. <filename>PFA</filename> files are common
            on <acronym>UNIX</acronym> systems, <filename>PFB</filename>
 18         files are more common on Windows systems.
          </para>
 20     </listitem>
      </varlistentry>
 22  </variablelist>
    
 24 </article>
Font Filename Extensions
TTF

TrueType fonts.

PFA, PFB

PostScript fonts. PFA files are common on UNIX systems, PFB files are more common on Windows systems.

Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)