From Attac Dresden Wiki Testsite

PmWiki: PredefinedWikiStyles

Predefined Wiki Styles

This page will evenutally document the predefined Wiki Styles that are available in a standard installation of Pm Wiki.

The WikiStyle comment

The style %comment%comment...%% can be used to embed comments that are not shown. For a multiline comment, write something like this:

  %comment% [=
    This is a longer block
    of text that has been commented out
    by the %comment% markup. =]

List the standard predefined Wiki Styles here

Predefining additional Wiki Styles

The administrator can permanently define additional styles by adding entries to the array called $WikiStyle. For example, in order to permanently add a %U% as new WikiStyle that underlines, add this code to local/config.php:

	$WikiStyle['U']['text-decoration'] = 'underline';

See Wiki Styles Admin for more information.

Retrieved from http://mtw.free.fr/attacwiki/index.php?pagename=PmWiki.PredefinedWikiStyles
Page last modified on July 01, 2004, at 03:10 AM