Plugin Definition List
This wiki plugin creates a definition list based on the terms and definitions given. Each term is shown on one line and its definition is indented on the next. It is the equivalent of using the HTML<dl>
and related tags.
Parameters
Technically, this plugin doesn't require parameters, but certain elements are required between the tags as shown below.
Create a definition list
Introduced in Tiki 1.
Go to the source code
Preferences required: wikiplugin_dl
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
(body of plugin) | One entry per line. Each line is in Term: Definition format. |
|||
type |
(blank) s h |
Type of definition list (left-aligned or horizontal). | 16.0 |
Examples
Basic syntax
Copy to clipboard
{DL()} term 1 : definition 1 term 2 : definition 2 {DL}
Example with formatting
This code, Copy to clipboard
|
|
Would produce:
|