PluginsWhat are plugins?Plugins provide powerful ways to enhance your pages. They are typed into your pages like normal text, but tell the system to insert something useful, like this: <?plugin BackLinks page='Help' ?> This particular example produces as list of pages which link to the Help page: These pages link to Help: (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.) Plugins listThe following plugins exist: BackLinksProvides a bullet list of all pages linking to the specified page, or the current page if none specified <?plugin BackLinks page=PageName quiet=true ?> QuickLinksAs BackLinks, but inserts page listing as one long line, rather than a bullet list <?plugin QuickLinksLinks quiet=true ?> IncludePageInserts the text of another page into the current page. If quiet=true, the page appears to be part of the current page. As well as specifying the source page, you can specify a section within that page, indicated by its heading (all text up to the next heading will be inserted) <?plugin IncludePage page='PageName' section='One of the page headings' quiet=true ?> Technical informationPlugins can take certain named arguments (most do). The values of these arguments can be determined four different ways. In order of precedence:
<?plugin BackLinks page=OtherPage ?>
<?plugin BackLinks page ?>
<?plugin BackLinks page||=OtherPage ?>
No pages link to Plugins. |
|||
|
Upper Wensleydale
Dales Diary
|
| Contributed Comments Plugins |
|
| There are no user contributed comments for this page. | |