'display:$value; '); $WikiStyle['comment']['display'] = 'none'; # define colored text styles as %black%, %white%, %red%, from CSS color names foreach (array('black','white','red','yellow','blue','gray', 'silver', 'maroon', 'green', 'navy', 'purple') as $c) $WikiStyle[$c]['color'] = $c; # define %darkgreen% from a CSS #RRGGBB color specification $WikiStyle['darkgreen']['color'] = '#006400'; # example defining %highlight% with multiple attributes # $WikiStyle['highlight']['color'] = 'black'; # $WikiStyle['highlight']['bgcolor'] = 'yellow'; # To restrict wiki page authors to the styles you define, execute the # following statement in local.php: # $WikiStylePattern = '%[-\\w]*%' # To turn off WikiStyles completely, execute: # unset($WikiStylePattern); ?>