Warning: getInfo() not implemented in syntax_plugin_pagelist and /mnt/webc/31/62/51698862/htdocs/lib/plugins//pagelist/plugin.info.txt not found in
/mnt/webc/31/62/51698862/htdocs/lib/plugins/syntax.php on line
39
getInfo() not implemented in helper_plugin_pagelist and /mnt/webc/31/62/51698862/htdocs/lib/plugins//pagelist/plugin.info.txt not found.
This is a bug in the pagelist plugin and should be reported to the plugin author.
getInfo() not implemented in helper_plugin_pagelist and /mnt/webc/31/62/51698862/htdocs/lib/plugins//pagelist/plugin.info.txt not found.
This is a bug in the pagelist plugin and should be reported to the plugin author.
Release 2012-01-25 "Angua"
listblock (10), preformatted (20), notoc (30), nocache (40), header (50), table (60), strong (70), emphasis (80), underline (90), plugin_pagequery (98), plugin_cloud (98), monospace (100), plugin_changes (105), subscript (110), superscript (120), deleted (130), plugin_indexmenu_indexmenu (138), plugin_indexmenu_tag (139), linebreak (140), footnote (150), plugin_info (155), plugin_database2 (158), plugin_jquerypicasawebalbum (159), plugin_amazon (160), hr (160), plugin_pagelist (168), unformatted (170), php (180), html (190), plugin_wrap_div (195), plugin_wrap_span (195), code (200), file (210), quote (220), plugin_filelist (222), smiley (230), acronym (240), entity (260), multiplyentity (270), quotes (280), internallink (300), plugin_gallery (301), plugin_iframe (305), plugin_tag_tag (305), plugin_tag_topic (306), rss (310), plugin_imagebox (315), media (320), externallink (330), plugin_linkback (333), emaillink (340), windowssharelink (350), eol (370), plugin_openlayersmap_olmap (901),
| container | listblock, table, quote, hr |
| baseonly | header |
| formatting | strong, emphasis, underline, monospace, subscript, superscript, deleted, footnote, plugin_wrap_div, plugin_wrap_span, plugin_database2 |
| substition | acronym, smiley, wordblock, entity, camelcaselink, internallink, media, externallink, linebreak, emaillink, windowssharelink, filelink, notoc, nocache, multiplyentity, quotes, rss, plugin_amazon, plugin_cloud, plugin_filelist, plugin_gallery, plugin_iframe, plugin_indexmenu_indexmenu, plugin_indexmenu_tag, plugin_info, plugin_linkback, plugin_openlayersmap_olmap, plugin_pagelist, plugin_tag_tag, plugin_tag_topic, plugin_pagequery, plugin_jquerypicasawebalbum, plugin_changes |
| protected | preformatted, code, file, php, html, htmlblock, phpblock, plugin_imagebox |
| disabled | unformatted |
| paragraphs | eol |
iframe Plugin 2008-10-31 von
Christopher SmithAdd an iframe containing the specified url
syntax: {{url>http://www.somesite.com/somepage.htm [w,h]|alternate text}}
Wrap Plugin 2010-11-20 von
Anika HenkeUniversal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
PageQuery Plugin 2011-02-26 von
Symon BentSearch for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, creator, abc, etc. in columns. Insert the pagequery markup wherever you want your list to appear. E.g.{{pagequery>[query;fulltext;sort=key:direction,key2:direction;group;limit=??;cols=?;inwords;proper]}} [..] = optional
database2 2009-11-18 von
Thomas UrbanProvides console for querying SQL commands to local SQLite database file
Wrap Plugin 2010-11-20 von
Anika HenkeUniversal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
pagelist plugin
0000-00-00 von
Functions to get info about linkbacks to a wiki page
$linkback =& plugin_load('helper', 'linkback');| Description | returns the header of the linkback column for pagelist |
|---|
| Return value | header | string |
|---|
| Description | returns the link to the linkback section with number of comments |
|---|
| Parameters | id | string |
|---|
| number of linkbacks (optional) | integer |
| Return value | link | string |
|---|
| Description | returns recently added linkbacks individually |
|---|
| Parameters | namespace | string |
|---|
| number (optional) | integer |
| Return value | pages | array |
|---|
$pagelist =& plugin_load('helper', 'pagelist');| Description | adds an extra column for plugin data |
|---|
| Parameters | plugin name | string |
|---|
| column key | string |
| Description | overrides standard values for showfooter and firstseconly settings |
|---|
| Parameters | flags | array |
|---|
| Return value | success | boolean |
|---|
| Description | prepares the table header for the page list |
|---|
| Description | adds a page to the list |
|---|
| Parameters | page attributes, 'id' required, others optional | array |
|---|
| Description | returns the XHTML output |
|---|
| Return value | xhtml | string |
|---|
Send anonymous data about your wiki to the developers.
$popularity =& plugin_load('helper', 'popularity');| Description | Check if autosubmit is enabled |
|---|
| Return value | result | bool |
|---|
| Description | Send the popularity data |
|---|
| Parameters | data | string |
|---|
| Description | Gather the popularity data |
|---|
| Return value | data | string |
|---|
| Description | Compute the last time popularity data was sent |
|---|
| Return value | data | int |
|---|
Functions to return tag links and topic lists
$tag =& plugin_load('helper', 'tag');| Description | returns the header for the tags column for pagelist |
|---|
| Return value | header | string |
|---|
| Description | returns the tag links of a given page |
|---|
| Parameters | id | string |
|---|
| Return value | links | string |
|---|
| Description | generates tag links for given words |
|---|
| Parameters | tags | array |
|---|
| Return value | links | string |
|---|
| Description | returns a list of pages tagged with the given keyword |
|---|
| Parameters | namespace (optional) | string |
|---|
| number (not used) | integer |
| tag (required) | string |
| Return value | pages | array |
|---|
| Description | refines an array of pages with tags |
|---|
| Parameters | pages to refine | array |
|---|
| refinement tags | string |
| Return value | pages | array |
|---|