[Pmwiki-users] More problems with %define= ... %
Patrick R. Michaud
pmichaud
Fri Dec 31 18:05:51 CST 2004
On Sat, Jan 01, 2005 at 01:21:20AM +0100, Spam Account Speedxs wrote:
> Can anyone paste this below piece in any new wiki page and tell me what
> one sees....:
>
> %define=newbie color=#0B0080%
> %define=tipsntricks color=#13630E%
> %define=troubleshooting color=#800000%
> %define=linksdownloads color=#F2F602%
The last one contains a WikiWord (F2F602), and wikiwords get processed
before wikistyles. To avoid this, use lowercase letters for color
specifications -- i.e.,
%define=newbie color=#0b0080%
%define=tipsntricks color=#13630e%
%define=troubleshooting color=#800000%
%define=linksdownloads color=#f2f602%
Pm
More information about the pmwiki-users
mailing list