:pd. (Parameter Description)

Purpose

Starts the description for a parameter term in a parameter list.

Syntax

┌───────────────┬───────────────┬───────────────┬───────────────┐
│Tag            │Element        │Attributes     │End            │
├───────────────┼───────────────┼───────────────┼───────────────┤
│:pd.           │Parameter      │               │               │
│               │description    │               │               │
└───────────────┴───────────────┴───────────────┴───────────────┘

Attributes

None

Description

The text that follows :pd. describes the term identified by :pt.. The description formats in the right column, as defined by the values of tsize= and break=. For a description of :parml., see :parml. (Parameter List).

A parameter list can have multiple parameter-term and parameter-description tags; however, each term tag requires a description tag.

Conditions

Example

:parml compact tsize=15 break=all.:pt.Tree
:pd.Plant life in forest
:pt.Orange
:pd.Fruit on tree
:pt.Cow
:pd.Animal on farm
:eparml.

Output

Tree

Orange Cow


[Back: :pbutton. (Push Button)]
[Next: :pt. (Parameter Term)]