Plugin Copyright
This Wiki Plugin inserts a copyright notice based on the copyright property for the page.Table of contents
Usage
To display a module in a wiki page, use the syntax:{COPYRIGHT()}~title~ ~year~ ~authors~ text{COPYRIGHT}Before the plugin can work, you'll need to:
- Go to Admin Home > Features > Experimental (tab) and check Copyright to turn on the copyright feature
- Go to Admin Home > Copyright and check Wiki or whichever feature you want to display the copyright for
- For the page you want to display the copyright for, click on Edit to edit the page and then complete the copyright information (title, year, authors) - this is under the Properties tab starting with version 4. See Copyright for more information.
Once above is done, entering "~title~", "~year~", or "~authors" in the body of the plugin will cause those copyright elements for the page to display. For example, "~title~" will correspond to the title you entered in the 3rd step above, etc.
Example
Let's assume that you've entered the following copyright information for a page:Title: Tikiwiki Documentation
Year: 2010
Authors: Tikiwiki community
Then using this code on that page:
{COPYRIGHT()}~title~ is copyrighted ~year~ by the ~authors~{COPYRIGHT}Would produce:
The second line allowing the user to edit copyright information will only show if the user has permission to edit copyrights (tiki_p_edit_rights is set to y).
Required parameters are in bold
Preferences required: wiki_feature_copyrights, wikiplugin_copyright
| Parameters |
| no parameters |
