Groups
Calendar
ITSIG
KeyWords
Main
PUBSIG
PmWiki
Research
Resources

Links
FAQ
Valid XHTML 1.0!

Predefined Wiki Styles

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

  • %comment%comment…%%
  • list of styles available: ‘color’, ‘bgcolor’, ‘font-size’, ‘font-family’, ‘font-style’, ‘font-weight’, ‘text-decoration’, ‘class’, ‘target’, ‘rel’, ‘hspace’, ‘vspace’, ‘width’, ‘height’
  • list of colors available: ‘black’, ‘white’, ‘red’, ‘yellow’, ‘blue’, ‘gray’, ‘silver’, ‘maroon’, ‘green’, ‘navy’, ‘purple’, ‘darkgreen’

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.

Page last modified on 01 July 2004, at 01:10 PM
Search for