Date: Thu, 25 Nov 2004 14:56:01 +0100 Mime-Version: 1.0 (Produced by PhpWiki 1.3.11pre) X-Rcs-Id: $Id: AppendTextPlugin,v 1.1 2004-11-26 18:35:18 rurban Exp $ Content-Type: application/x-phpwiki; pagename=AppendTextPlugin; flags=""; markup=2; charset=iso-8859-1 Content-Transfer-Encoding: binary AppendText is a WikiPlugin to automatically add text to a page. For general usage better use the AddCommentPlugin. !! Plugin Arguments __page__: | Append to which page. Default: Current page. __s__: | What text to add. Note: A \n is always prepended. __before__: | (Optional) Add before the matching line beginning with before. __after__: | (Optional) Add after the matching line beginning with after. !! Examples Add from a list of all available plugins one to the current page. ?> Add from a list of all available Categories to the current page. ?> ---- PhpWikiDocumentation