Below is an example of the definition plugin in action. It is drawn straight from my version of the definition list plugin page.
The plugin has three configuration settings. To change these you will need to edit the plugin script file, syntax.php.
-
DL_DT
- default value "
;"
- the character used to indicate a definition list term.
-
DL_DD
- default value "
:"
- the character used to indicate a definition list definition.
-
DL_FANCY
- default value "
true"
- if set to
false the plugin will generate pure definition list mark up only.
- if set to
true the plugin will generate extra html to enable improved styling of the list. If used with the styles provided this will result in a two column list, with terms on the left, definitions on the right and each definition lining up with its corresponding term.
(best viewed in a modern browser, e.g. Firefox, IE7, Konqueror, Opera or Safari)
- Pizza
- Food
- Delicious
—-
- term
- definition
- XYZ- Support Requests Tracker
- Use this tracker if you’re having problems installing or running XYZ. You might also contact us directly. Do not submit bug reports to this tracker.
- XYZ- Bug Reports Tracker
- his is the general XYZ problem tracking system; use it to report broken XYZ functionality. Do not submit feature requests to this tracker.
- XYZ- Feature Requests Tracker
- This is the general XYZ feature requests tracking system; use it to submit product enhancement requests. Do not submit bug reports to this tracker.