burleygreen.com/wall
*** Leeds Council Graffiti Removal Service: 0113 398 4760 ***

Wiki Plugin

The latest hacks include support for WikiPlugins.

WikiPlugins allow one to easily add new types of dynamic content (as well as other functionality) to wiki pages within Php Wiki. In this very wiki, the Recent Changes, Back Links, Like Pages and Debug Info pages are all implemented using plugins. I expect that the search result pages, as well as much Php Wiki Administration will soon be implemented via plugins as well. (I think the oh-so-ugly Magic Php Wiki UR Ls can be replaced by plugins, too.)

Example

Currently, one invokes a plugin by putting something like:

  <?plugin BackLinks?>

into a regular wiki-page. That particular example produces as list of pages which link to the current page. Here it is:

(This is great for Category and Topic pages. You can use this to get an automatic in-line listing of pages in the Category or Topic.)

Details

(This is all subject to change.)

Plugins can take certain named arguments (most do). The values of these arguments can be determined four different ways. In order of precedence:

  1. The plugin invocation can specify the value for an argument, like so:


: <?plugin BackLinks page=OtherPage ?>

  1. The argument can be specified via an HTTP query argument. This doesn't happen (is not allowed) unless the argument is mentioned in the plugin invocation:


: <?plugin BackLinks page ?>

  1. Default values specified in the plugin invocation:


: <?plugin BackLinks page||=OtherPage ?>

  1. The plugin must supply default values for each argument it uses. (The Back Links plugin uses

the current page as the default value for the page argument.

More Ideas for Plugins

No pages link to Wiki Plugin.

BurleyGreen


Search Help

Home / Index
New / Popular / Help

Events Calendar / News
Burley Green Mailing List

History / People / Talk
Shops & Businesses / Places
Community / Streets / Links


Edit This Page / PageHistory

SignIn
   - what's this?


Last edited on January 23, 2002.

Contact: 0113 3433859 / info@burleygreen.com / web@burleygreen.com

Contributed Comments
Wiki Plugin
Add a comment to this page About Adding Comments
There are no user contributed comments for this page.