Devising plans for engaging the New Freedom League

INFO:syntaxmodes

plugin_pageredirect1
listblock10
preformatted20
notoc30
nocache40
plugin_include_closelastsecedit50
plugin_include_editbtn
plugin_include_header
plugin_include_locallink
plugin_include_readmore
plugin_include_wrap
header
table60
plugin_mdpage69
strong70
emphasis80
underline90
monospace100
subscript110
superscript120
deleted130
plugin_include_sorttag139
linebreak140
footnote150
plugin_info155
plugin_tagfilter_compare
plugin_tagfilter_filter
hr160
plugin_pagelist168
unformatted170
plugin_advlinks189
plugin_hidden
plugin_wrap_closesection195
plugin_wrap_div
plugin_wrap_divblock
plugin_wrap_divwrap
plugin_wrap_span
plugin_wrap_spaninline
plugin_wrap_spanwrap
code200
file210
quote220
plugin_discussion_comments230
smiley
acronym240
entity260
multiplyentity270
quotes280
plugin_tag_searchtags295
plugin_tag_topic
plugin_include_footer300
internallink
plugin_include_include303
plugin_tag_count305
plugin_tag_tag
plugin_tag_tagpage
plugin_discussion_threads306
rss310
media320
externallink330
emaillink340
windowssharelink350
eol370
plugin_orphanswanted990

INFO:syntaxtypes

containerlistblock, table, quote, hr, plugin_hidden
baseonlyheader
formattingstrong, emphasis, underline, monospace, subscript, superscript, deleted, footnote, plugin_include_closelastsecedit, plugin_include_editbtn, plugin_include_footer, plugin_include_header, plugin_include_locallink, plugin_include_readmore, plugin_include_wrap, plugin_wrap_div, plugin_wrap_divblock, plugin_wrap_divwrap, plugin_wrap_span, plugin_wrap_spaninline, plugin_wrap_spanwrap
substitionacronym, smiley, wordblock, entity, camelcaselink, internallink, media, externallink, linebreak, emaillink, windowssharelink, filelink, notoc, nocache, multiplyentity, quotes, rss, plugin_advlinks, plugin_discussion_comments, plugin_discussion_threads, plugin_include_include, plugin_include_sorttag, plugin_info, plugin_orphanswanted, plugin_pagelist, plugin_pageredirect, plugin_tagfilter_compare, plugin_tagfilter_filter, plugin_tag_count, plugin_tag_searchtags, plugin_tag_tag, plugin_tag_tagpage, plugin_tag_topic, plugin_wrap_closesection
protectedpreformatted, code, file, plugin_mdpage
disabledunformatted
paragraphseol

INFO:syntaxplugins

INFO:adminplugins

INFO:actionplugins

INFO:rendererplugins

INFO:helperplugins

INFO:helpermethods

discussion plugin

Provides discussion funtionality for wiki pages

$discussion = plugin_load('helper', 'discussion');

$discussion->th()

Descriptionreturns the header of the comments column for pagelist
Return valueheaderstring

$discussion->td()

Descriptionreturns the link to the discussion section with number of comments
Parametersidstring
number of comments (optional)integer
Return valuelinkstring

$discussion->getThreads()

Descriptionreturns pages with discussion sections, sorted by recent comments
Parametersnamespacestring
number (optional)integer
Return valuepagesarray

$discussion->getComments()

Descriptionreturns recently added or edited comments individually
Parametersnamespacestring
number (optional)integer
Return valuepagesarray

$discussion->isDiscussionModerator()

Descriptioncheck if current user is member of moderator groups
Return valueisModeratorboolean

include plugin

Functions to include another page in a wiki page

$include = plugin_load('helper', 'include');

$include->get_flags()

Descriptionoverrides standard values for showfooter and firstseconly settings
Parametersflagsarray

Pagelist Plugin

Lists pages in a nice formatted way

$pagelist = plugin_load('helper', 'pagelist');

$pagelist->addColumn()

Descriptionadds an extra column for plugin data
Parametersplugin namestring
column keystring

$pagelist->setFlags()

Descriptionoverrides standard values for showfooter and firstseconly settings
Parametersflagsarray
Return valuesuccessboolean

$pagelist->startList()

Descriptionprepares the table header for the page list

$pagelist->addPage()

Descriptionadds a page to the list
Parameterspage attributes, 'id' required, others optionalarray

$pagelist->finishList()

Descriptionreturns the XHTML output
Return valuexhtmlstring

Tag Plugin

tag wiki pages

$tag = plugin_load('helper', 'tag');

$tag->overrideSortFlags()

Descriptiontakes an array of sortflags and overrides predefined value
Parametersnamestring

$tag->th()

Descriptionreturns the header for the tags column for pagelist
Return valueheaderstring

$tag->td()

Descriptionreturns the tag links of a given page
Parametersidstring
Return valuelinksstring

$tag->tagLinks()

Descriptiongenerates tag links for given words
Parameterstagsarray
Return valuelinksstring

$tag->getTopic()

Descriptionreturns a list of pages tagged with the given keyword
Parametersnamespace (optional)string
number (not used)integer
tag (required)string
Return valuepagesarray

$tag->tagRefine()

Descriptionrefines an array of pages with tags
Parameterspages to refinearray
refinement tagsstring
Return valuepagesarray

$tag->tagOccurrences()

Descriptionreturns a list of tags with their number of occurrences
Parameterslist of tags to get the occurrences forarray
namespaces to which the search shall be restrictedarray
if all tags shall be returned (then the first parameter is ignored)boolean
if the namespaces shall be searched recursivelyboolean
Return valuetagsarray

tagfilter

easy tag search

$tagfilter = plugin_load('helper', 'tagfilter');

$tagfilter->getTagsByRegExp()

Descriptionreturns tags for given Regular Expression
Parameterstags (required)string
namespace (optional)string
Return valuetagsarray

$tagfilter->getTagsByNamespace()

Descriptionreturns tags for given namespace
Parametersnamespacestring
Return valuetagsarray

$tagfilter->getTagsByPageID()

Descriptionreturns tags for given pageID
ParameterspageIDstring
Return valuetagsarray
You could leave a comment if you were logged in.