Warning: Undefined variable $filepath in /home/tiki-doc/public_html/lib/wiki-plugins/wikiplugin_tikidocfromcode.php on line 146
Create a definition list | Documentation for Tiki Wiki CMS Groupware
Loading...
 
Skip to main content
Create a definition list

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.

Tiki Doc From Code error: dl not found

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


Created by lindon. Last Modification: Sunday 12 November, 2023 18:18:46 GMT-0000 by Baraka Kinywa.
Show PHP error messages