Download for PHP  R515 (beta)
Welcome » Extensions » Extension list » Description
Expand

Input document

.

Upload document:

Description

Extension list »

Creates an associated list with formatted key/value pairs; wiki markup can be used. The list can be customized using CSS.

Values of specific keys can be customized using FormatDescription to automatically translate into a given wiki markup.

Examples

base class
MyBaseClass
related class
RelatedClass

Using FormatDescription to avoid repeating the same markup over many pages ($ stands for item’s value):

base
MyBaseClass
related
RelatedClass

It’s still possible to use raw markup bypassing FormatDescription – suffix a key with a «%» sign. Compare:

base
((MyBaseClass))

…and:

Languages