Loading...
 

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
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
{DL()} __Life__ : ''a principle or force that is considered to underlie the distinctive quality of animate beings'' __Love__ : ''affection based on admiration, benevolence, or common interests'' __Bagel__ : ''a firm doughnut-shaped roll traditionally made by boiling and then baking'' {DL}


arrow-right.png

Would produce:


Life
a principle or force that is considered to underlie the distinctive quality of animate beings
Love
affection based on admiration, benevolence, or common interests
Bagel
a firm doughnut-shaped roll traditionally made by boiling and then baking

Aliases

Plugin DL | PluginDefinitionList | Plugin Definition List

List Slides