History: PluginDl
Source of version: 11 (current)
Copy to clipboard
! 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 -+~np~<dl>~/np~+- and related tags. !! Parameters Technically, this plugin doesn't require parameters, but certain elements are required between the tags as shown below. {pluginmanager plugin="dl"} !!Examples !!! Basic syntax {CODE(colors="tiki")} {DL()} term 1 : definition 1 term 2 : definition 2 {DL} {CODE} !!! Example with formatting {SPLIT(colsize=>200|50|350)} ''This code,'' {CODE(wrap="1" colors="tiki")} {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} {CODE} --- {ATTACH(page=>Module and Plugin Includes,file=>arrow-right.png, image=>1)} {ATTACH} --- ''Would produce:'' {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} {SPLIT} !!Aliases (alias(Plugin DL)) | (alias(PluginDefinitionList)) | (alias(Plugin Definition List))