Help/AppendTextPlugin
Note: You are viewing an old revision of this page. View the current version.
AppendText is a plugin to automatically add text to a page. For general usage better use the AddComment plugin.
<<AppendText>>
Arguments
Argument  | 
Description  | 
Default value  | 
|---|---|---|
page  | 
Append to which page  | 
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.
<<WikiFormRich action=AppendText buttontext="AddPlugin"
               pulldown[] name=s text="Plugins: " value=<!plugin-list BackLinks page=WikiPlugin !>
>>
Add from a list of all available Categories to the current page.
<<WikiFormRich action=AppendText buttontext="AddCategory"
               pulldown[] name=s text="Categories: " value=<!plugin-list TitleSearch s=Category !>
>>

