NAME
Kwiki::Infobox - Slash-like Infobox plugin for Kwiki
DESCRIPTION
Kwiki::Infobox is a Kwiki plugin that provide slash-like infoboxes around your page countent. User can use either wafl-block or wafl-phrase syntax to freely add infoboxes. Like:
{infobox: CommonInfoBox}
This wafl-phrase would use the content of the page CommonInfoBox , render it, and place into infobox. If you want to instantly add some text into infobox only for this page, use wafl-block like this:
.infoblock
Some quick content here.
.infoblock
For site admins, beside installing this plugin, please add
[% hub.infobox.html %]
somewhere in your kwiki_screen.html. And of course you'll have to setup css so that your new page looks neat. These issues will probabally be worked out someday in the future, so far I have no good idea about how to do this magically. Please discuss with me.
COPYRIGHT
Copyright 2004 by Kang-min Liu <gugod@gugod.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See <http://www.perl.com/perl/misc/Artistic.html>