| 123456789 | version=pmwiki-1.0.3newline=²text=!!Predefined WikiStyles²²This page will evenutally document the predefined WikiStyles that are²available in a standard installation of PmWiki.²²* @@[=%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 {{WikiStyle|s}} @@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 WikiStyles here''²²²!!!Predefining additional WikiStyles²²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|s}} that underlines, add this code to @@local/config.php@@:²²	$WikiStyle['U']['text-decoration'] = 'underline';²²See WikiStylesAdmin for more information.²²time=1088644234author=Pmname=PmWiki.PredefinedWikiStyleshost=24.1.52.58agent=Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040206 Firefox/0.8rev=8
 |