De SimulacreS

PmWiki: Predefined Wiki Styles

Predefined Wiki Styles

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

The Wiki Style 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 Wiki Style that underlines, add this code to local/config.php:

	$WikiStyle[‘U’][‘text-decoration’] = ‘underline’;

See Wiki Styles Admin for more information.

Retrieved from http://www.simulacres.free.fr/wiki/index.php?pagename=PmWiki.PredefinedWikiStyles
Page last modified on 01/07/2004 03:10