if( typeof tiki_plugins == 'undefined' ) { var tiki_plugins = {}; }
tiki_plugins.addtocart = {"name":"Add to cart","description":"Adds a product to the virtual cart. The cart can be manipulated using the cart module.","prefs":["wikiplugin_addtocart","payment_feature"],"filter":"wikicontent","format":"html","params":{"code":{"required":true,"name":"Product code","description":"Unique identifier for the product. Two products with the same code will be the same and the information used will be the one of the first in.","filter":"text"},"description":{"required":true,"name":"Description","description":"Label for the product in the cart.","filter":"text"},"price":{"required":true,"name":"Price","description":"The price to charge for the item.","filter":"text"},"href":{"required":false,"name":"Location","description":"URL of the product's information. The URL may be relative or absolute (begin with http:\/\/).","filter":"url"}}};
tiki_plugins.agentinfo = {"name":"User-Agent Info","documentation":"PluginAgentinfo","description":"Displays various information about the client.","prefs":["wikiplugin_agentinfo"],"params":{"info":{"required":false,"name":"Info","description":"Info required - IP|SVRSW|BROWSER"}}};
tiki_plugins.alink = {"name":"Anchor Link","documentation":"PluginAlink","description":"Creates a link to an anchor within a page. Anchors can be created using the ANAME plugin.","prefs":["wikiplugin_alink"],"body":"Anchor link label.","icon":"pics\/icons\/world_link.png","params":{"aname":{"required":true,"name":"Anchor name","description":"The anchor name as defined in the ANAME plugin."},"pagename":{"required":false,"name":"Page name","description":"The name of the wiki page containing the anchor.","filter":"pagename"}}};
tiki_plugins.aname = {"name":"Anchor Name","documentation":"PluginAname","description":"Inserts an anchor in the wiki page. Anchors can be linked to using the ALINK plugin.","prefs":["wikiplugin_aname"],"body":"The name of the anchor.","params":[],"icon":"pics\/icons\/anchor.png"};
tiki_plugins.annotation = {"name":"Image Annotation","documentation":"PluginAnnotation","description":"Displays an image and enables users to define zones to highlight information on the image.","prefs":["wikiplugin_annotation"],"body":"Autogenerated content. Leave blank initially.","filter":"striptags","params":{"src":{"required":true,"name":"Location","description":"Absolute URL to the image or relative path from tikiwiki root.","filter":"url"},"width":{"required":true,"name":"Width","description":"Image width.","filter":"digits"},"height":{"required":true,"name":"Height","description":"Image height.","filter":"digits"},"align":{"required":false,"name":"Alignment","description":"Image alignment. Possible values: left, right, center.","filter":"alpha"}}};
tiki_plugins.archivebuilder = {"name":"Archive Builder","description":"Builds a zip archive containing the specified data from tikiwiki.","prefs":["wikiplugin_archivebuilder"],"body":"Description of the archive content. Multiple handlers are available for content types. One per line. Ex: page-as-pdf:some-folder\/foo.pdf:HomePage , tracker-attachments:target-folder\/:3435","params":{"name":{"name":"Archive name","description":"Upon download, the name of the file that will be provided.","required":true}}};
tiki_plugins.article = {"name":"Article","documentation":"PluginArticle","description":"Includes an article's content within the page.","prefs":["feature_articles","wikiplugin_article"],"params":{"Field":{"required":false,"name":"Field","description":"The article field to display. Default field is Heading.","filter":"word"},"Id":{"required":false,"name":"Article ID","description":"The article to display. If no value is provided, most recent article will be used.","filter":"digits"}}};
tiki_plugins.articles = {"name":"Article List","documentation":"PluginArticles","description":"Inserts a list of articles in the page.","prefs":["feature_articles","wikiplugin_articles"],"params":{"max":{"required":false,"name":"Articles displayed","description":"The number of articles to display in the list.","filter":"int"},"topic":{"required":false,"name":"Topics expression","description":"[!]topic+topic+topic","filter":"striptags"},"topicId":{"required":false,"name":"Topic ID expression","description":"[!]topicId+topicId+topicId","filter":"striptags"},"type":{"required":false,"name":"Type expression","description":"[!]type+type+type","filter":"striptags"},"categId":{"required":false,"name":"Category ID","description":"The ID of the category to list from.","filter":"digits"},"lang":{"required":false,"name":"Language","description":"The article language to list.","filter":"lang"},"sort":{"required":false,"name":"Sort order","description":"The column and order of the sort in columnName_asc or columnName_desc format. Defaults to \"publishDate_desc\" (other column examples are \"title\", \"lang\", \"authorName\" & \"topicName\")","filter":"word"},"quiet":{"required":false,"name":"Quiet","description":"Whether to not report when there are no articles.","filter":"alpha"},"titleonly":{"required":false,"name":"Title only","description":"Whether to only show the title of the articles. (n|y)","filter":"alpha"},"fullbody":{"required":false,"name":"Show body","description":"Whether to only show the body of the articles or just the heading. (n|y)","filter":"alpha"},"start":{"required":false,"name":"Starting article","description":"The article number that the list should start with.","filter":"int"},"dateStart":{"required":false,"name":"Start date","description":"Earliest date to select articles from. (YYYY-MM-DD)","filter":"date"},"dateEnd":{"required":false,"name":"End date","description":"Latest date to select articles from. (YYYY-MM-DD)","filter":"date"},"overrideDates":{"required":false,"name":"Override Dates","description":"Whether obey article type's \"show before publish\" and \"show after expiry\" settings. (n|y)","filter":"alpha"},"containerClass":{"required":false,"name":"Container class","description":"CSS Class to add to the container DIV.article. (Default=\"wikiplugin_articles\")","filter":"striptags"}}};
tiki_plugins.attach = {"name":"Attachment","documentation":"PluginAttach","description":"Displays an attachment or a list of them","prefs":["feature_wiki_attachments","wikiplugin_attach"],"body":"Comment","params":{"name":{"required":false,"name":"Name","description":"Gives the name of the attached file to link to"},"file":{"required":false,"name":"File","description":"Same as name"},"page":{"required":false,"name":"Page","description":"Gives the name of another page the attached file is on. The file on that page is linked to instead. Only works with wiki pages"},"showdesc":{"required":false,"name":"Show description","description":"Shows the description as the link text instead of the file name"},"bullets":{"required":false,"name":"Bullets","description":"Makes the list of attachments a bulleted list"},"image":{"required":false,"name":"Image","description":"Says that this file is an image, and should be displayed inline using the img tag"},"inline":{"required":false,"name":"Inline","description":"Makes the text between the {ATTACH} tags the link text instead of the file name or description"},"all":{"required":false,"name":"All","description":"Shows all attachments from the whole wiki"},"num":{"required":false,"name":"Number","description":"Gives the number, in the list of attachments, of the attachment to link to"},"id":{"required":false,"name":"ID","description":"Gives the actual id of the attachment to link in. You probably should never use this"},"dls":{"required":false,"name":"Downloads","description":"Puts the number of downloads in the alt comment"},"icon":{"required":false,"name":"Show icon","description":"Shows a file icon"}}};
tiki_plugins.avatar = {"name":"Avatar","documentation":"PluginAvatar","description":"Displays the user Avatar","prefs":["wikiplugin_avatar"],"body":"username","params":{"page":{"required":false,"name":"Page","description":"The wiki page the avatar will link to."},"float":{"required":false,"name":"Float","description":"left|right"}}};
tiki_plugins.back = {"name":"Back","documentation":"PluginBack","description":"Displays a link that allows to go back in the browser history","prefs":["wikiplugin_back"],"params":[]};
tiki_plugins.backlinks = {"name":"Backlinks","documentation":"PluginBacklinks","description":"List all pages linking to the specified page.","prefs":["feature_wiki","wikiplugin_backlinks"],"params":{"page":{"required":false,"name":"Page","description":"The page links will point to. Default value is the current page."},"info":{"required":false,"name":"Displayed information","description":"Pipe separated list of fields to display. ex: hits|user"},"exclude":{"required":false,"name":"Excluded pages","description":"Pipe separated list of pages to be excluded from the listing. ex: HomePage|Sandbox"},"include_self":{"required":false,"name":"Include Self","description":"1|0"},"noheader":{"required":false,"name":"No Header","description":"1|0"}}};
tiki_plugins.banner = {"name":"Banner","documentation":"PluginBanner","description":"Insert a banner","prefs":["wikiplugin_banner"],"params":{"zone":{"required":true,"name":"Zone","description":"Zone"},"target":{"required":false,"name":"Target","description":"_blank|display"}}};
tiki_plugins.bigbluebutton = {"name":"BigBlueButton","description":"Allows to join a BigBlueButton meeting.","format":"html","prefs":["wikiplugin_bigbluebutton","bigbluebutton_feature"],"params":{"name":{"required":true,"name":"Meeting","description":"MeetingID provided by BigBlueButton.","filter":"text"},"prefix":{"required":false,"name":"Anonymous prefix","description":"Unregistered users will get this token prepended to their name.","filter":"text"},"welcome":{"required":false,"name":"Welcome Message","description":"A message to be provided when someone enters the room.","filter":"text"},"number":{"required":false,"name":"Dial Number","description":"The phone-in support number to join from traditional phones.","filter":"text"},"voicebridge":{"required":false,"name":"Voice Bridge","description":"Code to enter for phone attendees to join the room.","filter":"digits"},"logout":{"required":false,"name":"Logout URL","description":"URL to which the user will be redirected when logging out from BigBlueButton.","filter":"url"},"max":{"required":false,"name":"Maximum Participants","description":"Limit to the amount of simultaneous participants in the room. Support for this parameter depends on the BigBlueButton server.","filter":"int"}}};
tiki_plugins.bloglist = {"name":"Blog List","documentation":"PluginBlogList","description":"Use BLOGLIST to include posts from a blog.","prefs":["feature_blogs","wikiplugin_bloglist"],"params":{"Id":{"required":true,"name":"Blog ID","description":"Numeric value"},"Items":{"required":false,"name":"Items","description":"Maximum number of entries to list."},"author":{"required":false,"name":"Author","description":"Author"},"simpleList":{"required":false,"name":"Simple list","description":"Show simple list of date, title and author (default=y) or formatted list of blog posts (n)"},"dateStart":{"required":false,"name":"Start date","description":"Earliest date to select posts from. (YYYY-MM-DD)","filter":"date"},"dateEnd":{"required":false,"name":"End date","description":"Latest date to select posts from. (YYYY-MM-DD)","filter":"date"},"containerClass":{"required":false,"name":"Container class","description":"CSS Class to add to the container DIV.article. (Default=\"wikiplugin_bloglist\")","filter":"striptags"}}};
tiki_plugins.box = {"name":"Box","documentation":"PluginBox","description":"Insert theme-styled box on wiki page","prefs":["wikiplugin_box"],"body":"text","params":{"title":{"required":false,"name":"Box title","description":"Displayed above the content"},"bg":{"required":false,"name":"Background color","description":"As defined by CSS, name or Hex code."},"width":{"required":false,"name":"Box width","description":"In pixels or percentage. Default value is 100%."},"align":{"required":false,"name":"Text Alignment","description":"left|right|center"},"float":{"required":false,"name":"Float Position","description":"left|right, for box with width less than 100%, make text wrap around the box."},"class":{"required":false,"name":"CSS Class","description":"Apply custom CSS class to the box."},"id":{"required":false,"name":"ID","description":"ID"}}};
tiki_plugins.calendar = {"name":"Calendar","documentation":"PluginCalendar","description":"Includes a calendar and\/or a list of calendar events.","prefs":["feature_calendar","wikiplugin_calendar"],"params":{"calIds":{"name":"Calendars filter","description":"If set to a list of calendar identifiers, restricts the events to those in the identified calendars. Identifiers are separated by commas (\",\"). Example values:\"13\", \"4,7\", \"31,49\". Not set by default.","filter":"digits","separator":","},"viewlist":{"required":false,"name":"View type","description":"Determines how to show events. Possible values: table, list, both. \"table\" shows events in a calendar. Default value: calendar.","filter":"word"},"viewmode":{"name":"Calendar view type time span","description":"If in calendar (or \"table\") view type, determines the time span displayed by the calendar. Possible values: year, semester, quarter, month, week, day.","filter":"word"},"viewnavbar":{"required":false,"name":"View the navigation bar","description":"Decide or not to show the navigation bar.","filter":"alpha"}}};
tiki_plugins.category = {"name":"Category","documentation":"PluginCategory","description":"Insert list of items with the current\/given category in the wiki page","prefs":["feature_categories","wikiplugin_category"],"params":{"id":{"required":false,"name":"Category IDs","description":"List of category IDs separated by + signs. ex: 1+2+3. Default will use category of the current page.","filter":"digits","separator":"+"},"types":{"required":false,"name":"Types","description":"List of object types to include in the list separated by plus signs. ex: article+blog+faq+fgal<br \/>+forum+igal+newsletter<br \/>+event+poll+quiz+survey<br \/>+tracker+wiki+img","filter":"alpha"},"sort":{"required":false,"name":"Sort Order","description":"fieldName_asc|fieldName_desc, valid fields: type, created, name, hits, shuffle","filter":"text"},"split":{"required":false,"name":"Split","description":"y|n","filter":"alpha"},"and":{"required":false,"name":"And","description":"y|n","filter":"alpha"},"sub":{"required":false,"name":"With sub-categories","description":"y|n","default":"n","filter":"alpha"},"showdescription":{"required":false,"name":"Show description","description":"y|n","default":"n"},"showname":{"required":false,"name":"Show object name","description":"y|n","default":"y","filter":"alpha"},"showtype":{"required":false,"name":"Show type","description":"y|n","default":"y","filter":"alpha"},"one":{"required":false,"name":"Show one object per line","description":"y|n","default":"n","filter":"alpha"},"showlinks":{"required":false,"name":"Show children category links","description":"y|n","default":"y","filter":"alpha"},"categoryshowlink":{"required":false,"name":"Show top category link","description":"y|n","default":"y","filter":"alpha"}}};
tiki_plugins.catorphans = {"name":"Category Orphans","documentation":"PluginCatOrphans","description":"Display Tiki objects that have not been categorized","prefs":["feature_categories","wikiplugin_catorphans"],"params":{"objects":{"required":false,"name":"Objects","description":"wiki|article|blog|faq|fgal|forum<br \/>|igal|newsletter|poll|quizz<br \/>|survey|tracker"},"max":{"required":false,"name":"max","description":"Maximum number of items -1 for unlimited"},"offset":{"required":false,"name":"Result Offset","description":"Result number at which the listing should start."}}};
tiki_plugins.catpath = {"name":"Category Path","documentation":"PluginCatPath","description":"Insert the full category path for each category that this wiki page belongs to","prefs":["feature_categories","wikiplugin_catpath"],"params":{"divider":{"required":false,"name":"Separator","description":"String used to separate the categories in the path. Default character is >."},"top":{"required":false,"name":"Display top category","description":"yes|no, default to no"}}};
tiki_plugins.center = {"name":"Center","documentation":"PluginCenter","description":"Centers the plugin content in the wiki page","prefs":["wikiplugin_center"],"body":"text","icon":"pics\/icons\/text_align_center.png","params":[]};
tiki_plugins.chart = {"name":"Chart","documentation":"PluginChart","description":"Displays a chart from TikiSheet. This plugin can be generated by the TikiSheet chart tool.","prefs":["feature_sheet","wikiplugin_chart"],"body":"Chart caption.","params":{"id":{"required":true,"name":"Sheet ID","description":"Data sheet ID"},"type":{"required":true,"name":"Chart Type","description":"BarStackGraphic | MultibarGraphic | MultilineGraphic | PieChartGraphic"},"width":{"required":true,"name":"Chart Width","description":"Width in pixels."},"height":{"required":true,"name":"Chart Height","description":"Height in pixels."},"value":{"required":false,"name":"Value series","description":"Required for pie charts"},"x":{"required":false,"name":"Independant series","description":"Required for types other than pie chart"},"y0":{"required":false,"name":"Dependant series","description":"Required for types other than pie chart"},"y1":{"required":false,"name":"Dependant series","description":""},"y2":{"required":false,"name":"Dependant series","description":""},"y3":{"required":false,"name":"Dependant series","description":""},"y4":{"required":false,"name":"Dependant series","description":""},"color":{"required":false,"name":"Colors","description":"List of colors to use."},"style":{"required":false,"name":"Styles","description":"List of styles to use."},"label":{"required":false,"name":"Labels","description":"Labels for the series or values in the legend."}}};
tiki_plugins.code = {"name":"Code","documentation":"PluginCode","description":"Displays a snippet of code","prefs":["wikiplugin_code"],"body":"code","icon":"pics\/icons\/page_white_code.png","params":{"caption":{"required":false,"name":"Caption","description":"Code snippet label."},"wrap":{"required":false,"name":"Word Wrap","description":"0|1, Enable word wrapping on the code to avoid breaking the layout."},"colors":{"required":false,"name":"Colors","description":"Syntax highlighting to use. May not be used with line numbers. Available: php, html, sql, javascript, css, java, c, doxygen, delphi, ..."},"ln":{"required":false,"name":"Line numbers","description":"0|1, may not be used with colors."},"wiki":{"required":false,"name":"Wiki syntax","description":"0|1, parse wiki syntax within the code snippet."},"rtl":{"required":false,"name":"Right to left","description":"0|1, switch the text display from left to right to right to left"},"ishtml":{"required":false,"name":"Content is HTML","description":"0|1, display the content as is instead of escaping HTML special chars"}}};
tiki_plugins.colorbox = {"name":"colorbox","documentation":"PluginClorBox","description":"Display all the images of a file gallery in a colorbox popup","prefs":["feature_file_galleries","feature_shadowbox","wikiplugin_colorbox"],"params":{"fgalId":{"required":false,"name":"File gallery ID","description":"File gallery ID","filter":"digits"},"galId":{"required":false,"name":"Image gallery ID","description":"Image gallery ID","filter":"digits"},"thumb":{"required":false,"name":"Thumb","description":"The image in the page is displayed or not in mode thumb:y|n","default":"y","filter":"alpha"},"sort_mode":{"required":false,"name":"Sort Mode","description":"Sort Mode","filter":"word"},"showtitle":{"required":false,"name":"Show file title","description":"y|n Show file title","filter":"alpha","default":"n"},"showfilename":{"required":false,"name":"Show file name","description":"y|n Show file name","filter":"alpha","default":"n"},"showallthumbs":{"required":false,"name":"Show all thumbs","description":"y|n Show all thumbs","filter":"alpha","default":"n"},"parsedescriptions":{"required":false,"name":"Parse descriptions","description":"y|n Wiki parse the file descriptions","filter":"alpha","default":"n"}}};
tiki_plugins.content = {"name":"Dynamic Content","documentation":"PluginContent","description":"Includes content from the dynamic content system.","prefs":["feature_dynamic_content","wikiplugin_content"],"filter":"text","params":{"id":{"required":false,"name":"Content ID","description":"Dynamic content ID. The value can be obtained in the listing.","filter":"digits"},"label":{"required":false,"name":"Content Label","description":"Label of the dynamic content to display.","filter":"description"}}};
tiki_plugins.cookie = {"name":"Cookie","documentation":"PluginCookie","description":"Also known as fortune cookies or taglines","prefs":["wikiplugin_cookie"],"params":[]};
tiki_plugins.copyright = {"name":"Copyright","documentation":"PluginCopyright","description":"Insert copyright notices","prefs":["wiki_feature_copyrights","wikiplugin_copyright"],"body":"Pattern to display the copyright in. May contain ~title~, ~year~ and ~authors~.","params":[]};
tiki_plugins.countdown = {"name":"Countdown","documentation":"PluginCountdown","description":"Displays a countdown from now until the specified date.","prefs":["wikiplugin_countdown"],"icon":"pics\/icons\/clock.png","body":"Text to append to the countdown.","params":{"enddate":{"required":true,"name":"End date","description":"Target date. Multiple formats accepted."},"locatetime":{"required":false,"name":"Locate Time","description":"on|off"},"show":{"required":false,"name":"Items to show","description":"Select: d=days, h=hours, m=minuts, s=seconds. Enter multiple values as: dhms. If blank, all items are shown."},"since":{"required":false,"name":"Show time since event","description":"If y, will display amount of time since the event (default). If n will simply display that the event is over."}}};
tiki_plugins.datachannel = {"name":"Data Channel","description":"Displays a form to trigger data channels.","prefs":["wikiplugin_datachannel"],"body":"List of fields to display. One field per line. Comma delimited: fieldname,label","extraparams":true,"params":{"channel":{"required":true,"name":"Channel Name","description":"Name of the channel as registered by the administrator."},"debug":{"required":false,"name":"debug","description":"y | nBe careful, if debug is on, the page will not be refreshed and previous modules can be obsolete","default":"n"}}};
tiki_plugins.dbreport = {"name":"DBReport","documentation":"PluginDBReport","description":"Run a database report","prefs":["wikiplugin_dbreport"],"body":"report definition","validate":"all","params":{"dsn":{"required":false,"name":"Full DSN","description":"A full DSN (Data Source Name) connection string. eg: mysql:\/\/user:pass@server\/database"},"db":{"required":false,"name":"Wiki DSN name","description":"The name of a DSN connection defined by the Wiki administrator."},"wiki":{"required":false,"name":"Wiki syntax","description":"0|1, parse wiki syntax within the report."},"debug":{"required":false,"name":"Debug","description":"0|1, display the parsed report definition."}}};
tiki_plugins.div = {"name":"Div","documentation":"PluginDiv","description":"Insert a division block, span, blockquote or other text formatting on wiki page.","prefs":["wikiplugin_div"],"body":"text","params":{"type":{"required":false,"name":"Type","description":"div|span|pre|b|i|tt|p|blockquote","filter":"alpha","options":[{"text":"None","value":""},{"text":"Div","value":"div"},{"text":"Span","value":"span"},{"text":"Pre","value":"pre"},{"text":"Bold","value":"b"},{"text":"Italic","value":"i"},{"text":"Teletype","value":"tt"},{"text":"Paragraph","value":"p"},{"text":"Block quote","value":"blockquote"}]},"bg":{"required":false,"name":"Background color","description":"As defined by CSS, name or Hex code.","filter":"striptags"},"width":{"required":false,"name":"Box width","description":"In pixels or percentage. Default value is 100%."},"align":{"required":false,"name":"Text Alignment","description":"left|right|center|justify","filter":"alpha","options":[{"text":"None","value":"left"},{"text":"Right","value":"right"},{"text":"Center","value":"center"},{"text":"Justify","value":"justify"}]},"float":{"required":false,"name":"Float position","description":"left|right, for box with width less than 100%, make text wrap around the box.","filter":"alpha","options":[{"text":"None","value":"none"},{"text":"Right","value":"right"},{"text":"Left","value":"left"}]},"clear":{"required":false,"name":"Clear","description":"Determine how other elements can wrap around the element.","filter":"text","options":[{"text":"None","value":"none"},{"text":"Right","value":"right"},{"text":"Left","value":"left"},{"text":"Both","value":"both"}]},"class":{"required":false,"name":"CSS Class","description":"Apply custom CSS class to the div.","filter":"text"},"id":{"required":false,"name":"HTML id","description":"Sets the div's id attribute, as defined by HTML.","filter":"striptags"}}};
tiki_plugins.dl = {"name":"Definition List","documentation":"PluginDL","description":"Creates a definition list","prefs":["wikiplugin_dl"],"body":"One entry per line. Each line is in \"Term: Definition\" format.","params":[]};
tiki_plugins.equation = {"name":"Equation","documentation":"PluginEquation","description":"Renders an equation written in LaTeX syntax as an image.","prefs":["wikiplugin_equation"],"body":"equation","params":{"size":{"required":false,"name":"Size","description":"Percentage of increase from normal size. 100 produces the default size. 200 produces an image twice as large."}}};
tiki_plugins.events = {"name":"Events","documentation":"PluginEvents","description":"Includes the list of events from a calendar in the page.","prefs":["feature_calendar","wikiplugin_events"],"params":{"calendarid":{"required":true,"name":"Calendars filter","description":"Numeric"},"maxdays":{"required":false,"name":"Maximum days","description":"Numeric"},"max":{"required":false,"name":"Maximum Rows","description":"Numeric"},"datetime":{"required":false,"name":"Datetime","description":"0|1"},"desc":{"required":false,"name":"Desc","description":"0|1"}}};
tiki_plugins.fade = {"name":"Fade","documentation":"PluginFade","description":"Displays a label. On click, the block of content will fade in and fade out.","prefs":["wikiplugin_fade"],"body":"Wiki syntax containing the text to display.","filter":"wikicontent","params":{"label":{"required":true,"name":"Label","filter":"striptags","description":"Label to display on first display"}}};
tiki_plugins.fancylist = {"name":"Fancy List","documentation":"PluginFancyList","description":"Creates a fancy-looking list","prefs":["wikiplugin_fancylist"],"body":"One item per line starting with anything followed by \")\".","params":{"div":{"required":false,"name":"Use div","description":"Use div instead of ol"},"class":{"required":false,"name":"Class","description":"CSS class for the fancylist"}}};
tiki_plugins.fancytable = {"name":"Fancy Table","documentation":"PluginFancyTable","description":"Displays the data using the Tikiwiki odd\/even table style","prefs":["wikiplugin_fancytable"],"body":"Rows separated by >> in the header; for the table body, one row per line. Cells separated by | in both cases.","params":{"head":{"required":false,"name":"Heading row","description":"Header rows of the table. Use >> to separate multiple rows."},"headclass":{"required":false,"name":"Heading CSS class","description":"CSS class to apply to the heading row."},"headaligns":{"required":false,"name":"Header horizontal align","description":"Horizonatal alignments for header cells separated by |. Choices: left, right, center, justify."},"headvaligns":{"required":false,"name":"Header vertical align","description":"Vertical alignments for header cells separated by |. Choices: top, middle, bottom, baseline."},"sortable":{"required":false,"name":"Column sort","description":"Indicate whether columns are sortable or not.","options":[{"text":"No","value":"n"},{"text":"Yes","value":"y"}]},"sortList":{"required":false,"name":"Pre-sorted columns","description":"Bracketed numbers for column number and sort direction (0 = ascending, 1 = descending), for example: [0,0],[1,0]"},"colwidths":{"required":false,"name":"Column widths","description":"Column widths followed by px for pixels or % for percentages. Each column separated by |."},"colaligns":{"required":false,"name":"Cell horizontal align","description":"Table body column horizonatal alignments separated by |. Choices: left, right, center, justify."},"colvaligns":{"required":false,"name":"Cell vertical align","description":"Table body column vertical alignments separated by |. Choices: top, middle, bottom, baseline."}}};
tiki_plugins.file = {"name":"File","documentation":"PluginFile","description":"Displays a link to an attachment to a wiki page and can display an image attachment. ","prefs":["feature_wiki_attachments","wikiplugin_file"],"inline":true,"params":{"name":{"required":false,"name":"Name","description":"Gives the name of the attached file to link to"},"desc":{"required":false,"name":"Description","description":"Comment"},"page":{"required":false,"name":"Page","description":"Gives the name of another page the attached file is on. The file on that page is linked to instead. Only works with wiki pages"},"showdesc":{"required":false,"name":"Show description","description":"Shows the description as the link text instead of the file name"},"image":{"required":false,"name":"Image","description":"Says that this file is an image, and should be displayed inline using the img tag"},"fileId":{"required":false,"name":"File ID","description":"Numeric ID of a file in the file galleries","filter":"digits"},"date":{"required":false,"name":"Date","description":"Pick the archive if exists created just before teh date"}}};
tiki_plugins.files = {"name":"Files","documentation":"PluginFiles","description":"Displays a list of files from the File Gallery","prefs":["feature_file_galleries","wikiplugin_files"],"body":"Title","params":{"galleryId":{"required":false,"name":"Gallery ID","description":"Gallery ID"},"categId":{"required":false,"name":"Category ID","description":"Category ID:Category ID"},"fileId":{"required":false,"name":"File ID","description":"List of file Ids separated by comma","separator":":"},"sort":{"required":false,"name":"sort","description":"name_asc"},"showaction":{"required":false,"name":"sort","description":"y|n","filter":"alpha"},"showfind":{"required":false,"name":"find","description":"y|n","filter":"alpha","default":"y"},"showtitle":{"required":false,"name":"Show title","description":"y|n","filter":"alpha","default":"y"},"showid":{"required":false,"name":"Shows ID","description":"y|n"},"showicon":{"required":false,"name":"Shows Icon","description":"y|n","filter":"alpha"},"showname":{"required":false,"name":"Shows Name","description":"y|n","filter":"alpha"},"showfilename":{"required":false,"name":"Shows Filename","description":"y|n","filter":"alpha"},"showsize":{"required":false,"name":"Shows Size","description":"y|n","filter":"alpha"},"showdescription":{"required":false,"name":"Shows Description","description":"y|n","filter":"alpha"},"showcreated":{"required":false,"name":"Shows Creation Date","description":"y|n","filter":"alpha"},"showmodified":{"required":false,"name":"Shows Last Modification Date","description":"y|n","filter":"alpha"},"showhits":{"required":false,"name":"Shows Hits","description":"y|n","filter":"alpha"},"showlockedby":{"required":false,"name":"Shows Locked by","description":"y|n","filter":"alpha"},"showlmodified":{"required":false,"name":"Shows Modification Date","description":"y|n","filter":"alpha"},"showauthor":{"required":false,"name":"Shows Author","description":"y|n","filter":"alpha"},"showcreator":{"required":false,"name":"Shows Creator","description":"y|n"},"showgallery":{"required":false,"name":"Shows Parent Gallery Name","description":"y|n","filter":"alpha"},"showfiles":{"required":false,"name":"Shows Number of Files","description":"y|n","filter":"alpha"},"slideshow":{"required":false,"name":"Shows the slideshow of a gallery","description":"y|n","filter":"alpha"},"showcomment":{"required":false,"name":"Shows comment","description":"y|n","filter":"alpha"},"showlasteditor":{"required":false,"name":"Shows last editor","description":"y|n","filter":"alpha"},"creator":{"required":false,"name":"Show only created by this user","description":"User Login"}}};
tiki_plugins.flash = {"name":"Flash video","documentation":"PluginFlash","description":"Displays a Flash (.swf) file in the wiki page","prefs":["wikiplugin_flash"],"extraparams":true,"icon":"pics\/icons\/page_white_flash.png","params":{"movie":{"required":false,"name":"Movie URL","description":"Complete URL to the movie to include. e.g. files\/test.swf"},"fileId":{"required":false,"name":"fileId","description":"Id of a file from a podcast sgllery - will work only with podcast gallery"},"width":{"required":false,"name":"Width","description":"Default width: 425"},"height":{"required":false,"name":"Height","description":"Default height: 350"},"quality":{"required":false,"name":"Quality","description":"Flash video quality. Default value: high"}}};
tiki_plugins.footnote = {"name":"Footnote","documentation":"PluginFootnote","description":"Inserts a superscripted footnote number next to text and takes in footnote as parameter.","prefs":["wikiplugin_footnote"],"body":"The footnote","params":{"sameas":{"required":false,"name":"Sameas","description":"Tag to existing footnote"},"checkDuplicate":{"required":false,"name":"CheckDuplicate","description":"Check for duplicate footnotes"}}};
tiki_plugins.footnotearea = {"name":"Footnotearea","documentation":"PluginFootnoteArea","description":"Inserts a section for collected footnotes in the wiki page.","prefs":["wikiplugin_footnotearea"],"params":[]};
tiki_plugins.freetagged = {"name":"Freetagged","documentation":"PluginFreetagged","description":"Find similarly tagged objects","prefs":["wikiplugin_freetagged"],"params":{"tags":{"required":false,"name":"Tags to find similar to","description":"Leave blank to use the object's own tags.","filter":"text"},"type":{"required":false,"name":"Type","description":"Type of objects to extract. Set to All to find all types.","filter":"text","options":[{"text":"Same","value":"all"},{"text":"All","value":"all"},{"text":"Wiki Pages","value":"wiki page"},{"text":"Blog Posts","value":"blog post"},{"text":"Article","value":"article"},{"text":"Directory","value":"directory"},{"text":"Faqs","value":"faq"},{"text":"File Galleries","value":"file gallery"},{"text":"Files","value":"file"},{"text":"Polls","value":"poll"},{"text":"Quizzes","value":"quiz"},{"text":"Surveys","value":"survey"},{"text":"Trackers","value":"tracker"}]},"offset":{"required":false,"name":"Offset","description":"Start record.","filter":"text"},"maxRecords":{"required":false,"name":"Max Records","description":"Default -1 (all)","filter":"text"},"sort_mode":{"required":false,"name":"Sort Order","description":"Choose from:  objectId, type, itemId, description, created, name, href, hits, comments_locked (Default: created_desc)","filter":"text"},"find":{"required":false,"name":"Find","description":"","filter":"text"},"broaden":{"required":false,"name":"Broaden","description":"n|y","filter":"text"},"h_level":{"required":false,"name":"Header level","description":"Default: 3","filter":"text"},"titles_only":{"required":false,"name":"Show titles only","description":"Default: n","filter":"text"},"max_image_size":{"required":false,"name":"Maximum Image Size","description":"Height or width in pixels. Default = 0 (no maximum)","filter":"text"}}};
tiki_plugins.ftp = {"name":"ftp","documentation":"PluginFTP","description":"Download box for a file on ftp server.","prefs":["wikiplugin_ftp"],"validate":"all","body":"file name","params":{"server":{"required":true,"name":"Ftp Server Name","description":"ftp.myserver.com"},"user":{"required":true,"name":"Ftp User name"},"password":{"required":true,"name":"Ftp password"},"title":{"required":false,"name":"Download button label"}}};
tiki_plugins.gauge = {"name":"Gauge","documentation":"PluginGauge","description":"Displays a graphical gauge","prefs":["wikiplugin_gauge"],"body":"description","params":{"value":{"required":true,"name":"Value","description":"current value (REQUIRED)"},"max":{"required":false,"name":"Maximum Value","description":"Maximum possible value. Default: 100"},"label":{"required":false,"name":"Label","description":"Label displayed on the left side of the gauge."},"color":{"required":false,"name":"Color","description":"As defined by CSS."},"bgcolor":{"required":false,"name":"Background Color","description":"As defined by CSS."},"size":{"required":false,"name":"Width","description":"Bar width in pixels."},"labelsize":{"required":false,"name":"Label Width","description":"Width in pixels allocated to the label."},"perc":{"required":false,"name":"Display Percentage","description":"true|false, if true then a percentage of the maximum is displayed."},"showvalue":{"required":false,"name":"Display Value","description":"true|false, if the numeric value is displayed."},"height":{"required":false,"name":"Height","description":"Bar height in pixels."}}};
tiki_plugins.googleanalytics = {"name":"Google Analytics","documentation":"PluginGoogleAnalytics","description":"Add the tracking code for Google Analytics.","prefs":["wikiplugin_googleanalytics"],"params":{"account":{"required":true,"name":"Account number","description":"The account number for the site. Your account number from google looks like UA-XXXXXXX-YY. All you need to enter is XXXXXXX-YY"}}};
tiki_plugins.googledoc = {"name":"googledoc","documentation":"PluginGoogleDoc","description":"Displays a Google document","prefs":["wikiplugin_googledoc"],"body":"Leave this empty.","params":{"type":{"safe":true,"required":true,"name":"type","description":"Type of Google document"},"key":{"safe":true,"required":true,"name":"key","description":"Google doc key - for example: pXsHENf1bGGY92X1iEeJJI"},"name":{"safe":true,"required":false,"name":"Name","description":"Name of iframe"},"size":{"safe":true,"required":false,"name":"Size","description":"Size of frame, use instead of width and height, they will fit the Google presentations sizes exactly. It can be small|medium|large."},"width":{"safe":true,"required":false,"name":"Width","description":"Pixels or %"},"height":{"safe":true,"required":false,"name":"Height","description":"Pixels or %"},"align":{"safe":true,"required":false,"name":"Alignment","description":"top|middle|bottom|left|right"},"frameborder":{"safe":true,"required":false,"name":"frameborder","description":"1|0"},"marginheight":{"safe":true,"required":false,"name":"Margin Height","description":"Pixels"},"marginwidth":{"safe":true,"required":false,"name":"Margin Width","description":"Pixels"},"scrolling":{"safe":true,"required":false,"name":"Scrolling","description":"yes|no|auto"},"editLink":{"safe":true,"required":false,"name":"editLink","description":"top|bottom|both"}}};
tiki_plugins.googlemap = {"name":"googlemap","documentation":"PluginGoogleMap","description":"Displays a Google map","prefs":["wikiplugin_googlemap"],"params":{"type":{"safe":true,"required":true,"name":"Type of items","description":"Type of items to show on google map"},"mode":{"safe":true,"required":true,"name":"Map display mode","description":"Map display mode"},"key":{"safe":true,"required":false,"name":"API Key","description":"Google maps key, if not set in user preferences"},"name":{"safe":true,"required":false,"name":"Map ID","description":"Id suffix of Google map div to avoid conflicts with other maps on same page"},"width":{"safe":true,"required":false,"name":"Width","description":"Pixels or %"},"height":{"safe":true,"required":false,"name":"Height","description":"Pixels or %"},"frameborder":{"safe":true,"required":false,"name":"Show Border","description":"1|0"},"defaultx":{"safe":true,"required":false,"name":"Default longitude to center map","description":"Longitude value e.g. -79.39"},"defaulty":{"safe":true,"required":false,"name":"Default latitude to center map","description":"Latitude value e.g. 43.7"},"defaultz":{"safe":true,"required":false,"name":"Default zoom level to view map","description":"An integer between 0 and 19"},"setdefaultxyz":{"safe":true,"required":false,"name":"Allow user to set map view as user default","description":"1|0, allow user to set current map view as default view for himself only"},"locateitemtype":{"safe":true,"required":false,"name":"Type of item being geotagged","description":"user, wiki page, blog, etc..., will attempt to use current object if not specified"},"locateitemid":{"safe":true,"required":false,"name":"ID of item being geotagged","description":"Name of page, blog ID, etc..., will attempt to use current object if not specified"},"hideifnone":{"safe":true,"required":false,"name":"Hide map if there are no markers to be shown","description":"1|0"},"togglehidden":{"safe":true,"required":false,"name":"Ability to toggle visibility","description":"1|0"},"starthidden":{"safe":true,"required":false,"name":"Start hidden","description":"1|0"},"autozoom":{"safe":true,"required":false,"name":"Auto zoom to this level on address find","description":"An integer between 0 and 19"}}};
tiki_plugins.group = {"name":"Group","documentation":"PluginGroup","description":"Display wiki text if user is in one of listed groups","body":"Wiki text to display if conditions are met. The body may contain {ELSE}. Text after the marker will be displayed to users not matching the condition.","prefs":["wikiplugin_group"],"icon":"pics\/icons\/group.png","filter":"wikicontent","params":{"friends":{"required":false,"name":"Allowed User Friends","description":"Pipe separated list of users whose friends are allowed to view the block. ex: admin|johndoe|foo","filter":"username"},"groups":{"required":false,"name":"Allowed Groups","description":"Pipe separated list of groups allowed to view the block. ex: Admins|Developers","filter":"groupname"},"notgroups":{"required":false,"name":"Denied Groups","description":"Pipe separated list of groups denied from viewing the block. ex: Anonymous|Managers","filter":"groupname"}}};
tiki_plugins.grouplist = {"name":"Group List","description":"List of groups including a group","params":{"group":{"required":false,"name":"Group Name","description":"Group Name","filter":"groupname"},"linkhome":{"required":false,"name":"Link to the group home page","description":"y | n","default":"n","filter":"alpha"},"recur":{"required":false,"name":"Recurse on the included groups","description":"y | n","default":"n","filter":"alpha"}}};
tiki_plugins.groupmailcore = {"name":"GroupMailCore","documentation":"","description":"Displays GroupMail functions on a wiki page. Usually set up using a plugin alias created by the GroupMail profile.","prefs":["wikiplugin_groupmailcore","feature_trackers"],"params":{"fromEmail":{"required":true,"name":"From Email","description":"Email address to report."},"trackerId":{"required":true,"name":"Tracker Id","description":"Id of GroupMail Logs tracker (set up in alias by profile)."},"fromFId":{"required":true,"name":"From Field Id","description":"Id of GroupMail Logs tracker field (usually set up in alias by profile)."},"operatorFId":{"required":true,"name":"Operator Field Id","description":"Id of GroupMail Logs tracker field (usually set up in alias by profile)."},"subjectFId":{"required":true,"name":"Subject Field Id","description":"Id of GroupMail Logs tracker field (usually set up in alias by profile)."},"messageFId":{"required":true,"name":"Message Field Id","description":"Id of GroupMail Logs tracker field (usually set up in alias by profile)."},"contentFId":{"required":true,"name":"Content Field Id","description":"Id of GroupMail Logs tracker field (usually set up in alias by profile)."},"accountFId":{"required":true,"name":"Account Field Id","description":"Id of GroupMail Logs tracker field (usually set up in alias by profile)."},"datetimeFId":{"required":true,"name":"Datetime Field Id","description":"Id of GroupMail Logs tracker field (usually set up in alias by profile)."}}};
tiki_plugins.groupstat = {"name":"Group Stats","documentation":"PluginGroupStat","description":"Displays some stat about group belonging","body":"Title","params":{"groups":{"required":false,"name":"groups","description":"Groups separated by :"},"show_percent":{"required":false,"name":"Show Percentage","description":"y|n"},"show_bar":{"required":false,"name":"Show Bar","description":"y|n"}}};
tiki_plugins.html = {"name":"HTML","documentation":"PluginHTML","description":"Include literal HTML in a Wiki page","prefs":["wikiplugin_html"],"body":"HTML code","validate":"all","filter":"rawhtml_unsafe","icon":"pics\/icons\/html.png","params":{"wiki":{"required":false,"name":"Wiki syntax","description":"0|1, parse wiki syntax within the html code.","filter":"int"}}};
tiki_plugins.iframe = {"name":"Iframe","documentation":"PluginIframe","description":"Displays an iframe","prefs":["wikiplugin_iframe"],"body":"URL","validate":"all","params":{"name":{"safe":true,"required":false,"name":"Name","description":"name"},"title":{"safe":true,"required":false,"name":"Title","description":"Frame title"},"width":{"safe":true,"required":false,"name":"Width","description":"Pixels or %"},"height":{"safe":true,"required":false,"name":"Height","description":"Pixels or %"},"align":{"safe":true,"required":false,"name":"Alignment","description":"top|middle|bottom|left|right"},"frameborder":{"safe":true,"required":false,"name":"frameborder","description":"1|0"},"marginheight":{"safe":true,"required":false,"name":"Margin Height","description":"Pixels"},"marginwidth":{"safe":true,"required":false,"name":"Margin Width","description":"Pixels"},"scrolling":{"safe":true,"required":false,"name":"Scrolling","description":"yes|no|auto"},"src":{"required":false,"name":"URL","description":"URL"}}};
tiki_plugins.img = {"name":"Image","description":"Display images","prefs":["wikiplugin_img"],"icon":"pics\/icons\/picture.png","params":{"src":{"required":false,"name":"Image source","type":"image","area":"fgal_picker","description":"Full URL to the image to display. \"src\", id\", \"fileId\", \"attId\" or \"randomGalleryId\" required.","filter":"url"},"id":{"required":false,"name":"Image ID","description":"Numeric ID of an image in an Image Gallery (or list separated by commas or |).","filter":"striptags"},"fileId":{"required":false,"name":"File ID","type":"image","area":"fgal_picker_id","description":"Numeric ID of an image in a File Gallery (or list separated by commas or |).","filter":"striptags"},"randomGalleryId":{"required":false,"name":"Gallery ID","description":"Numeric ID of a File Gallery. Displays a random image from that gallery.","filter":"int"},"attId":{"required":false,"name":"Attachment ID","description":"Numeric ID of an image attached to a wiki page (or list separated by commas or |).","filter":"striptags"},"thumb":{"required":false,"name":"Thumbnail","description":"Makes the image a thumbnail that enlarges to full size when clicked or moused over (unless \"link\" is set to another target). \"browse\" and \"browsepopup\" only work with image gallery and \"download\" only works with file gallery or attachments.","filter":"alpha","options":[{"text":"None","value":""},{"text":"Yes","value":"y","description":"Full size image appears when thumbnail is clicked."},{"text":"Mouseover","value":"mouseover","description":"Full size image will pop up while cursor is over the thumbnail (and disappear when not)."},{"text":"Mouseover (Sticky)","value":"mousesticky","description":"Full size image will pop up once cursor passes over thumbnail and will remain up unless cursor passes over full size popup."},{"text":"Popup","value":"popup","description":"Full size image will open in a separate winow or tab (depending on browser settings) when thumbnail is clicked."},{"text":"Browse","value":"browse","description":"Image gallery browse window for the image will open when the thumbnail is clicked if the image is in a Tiki image gallery"},{"text":"Browse Popup","value":"browsepopup","description":"Same as \"browse\" except that the page opens in a new window or tab."},{"text":"Download","value":"download","description":"Download dialog box will appear for file gallery and attachment images when thumbnail is clicked."}]},"button":{"required":false,"name":"Enlarge button","description":"Button for enlarging image.","filter":"alpha","options":[{"text":"None","value":""},{"text":"Yes","value":"y"},{"text":"Popup","value":"popup","description":"Full size image will open in a separate winow or tab (depending on browser settings) when thumbnail is clicked."},{"text":"Browse","value":"browse","description":"Image gallery browse window for the image will open when the thumbnail is clicked if the image is in a Tiki image gallery"},{"text":"Browse Popup","value":"browsepopup","description":"Same as \"browse\" except that the page opens in a new window or tab."},{"text":"Download","value":"download","description":"Download dialog box will appear for file gallery and attachment images when thumbnail is clicked."}]},"link":{"required":false,"name":"Link","description":"Enter a url to the address the image should link to. Not needed if thumb parameter is set; overrides thumb setting.","filter":"url"},"rel":{"required":false,"name":"Link relation","filter":"striptags","description":"Enter \"box\" for colorbox effect (like shadowbox and lightbox) or appropriate syntax for link relation."},"usemap":{"required":false,"name":"Image map","filter":"striptags","description":"Name of the image map to use for the image."},"height":{"required":false,"name":"Image height","description":"Height in pixels or percent. Syntax: \"100\" or \"100px\" means 100 pixels; \"50%\" means 50 percent.","filter":"striptags"},"width":{"required":false,"name":"Image width","description":"Width in pixels or percent. Syntax: \"100\" or \"100px\" means 100 pixels; \"50%\" means 50 percent.","filter":"striptags"},"max":{"required":false,"name":"Maximum image size","description":"Maximum height or width in pixels (largest dimension is scaled). Overrides height and width settings.","filter":"int"},"imalign":{"required":false,"name":"Align image","description":"Aligns the image itself. If the image is inside a box (because of other settings), use the align parameter to align the box.","filter":"alpha","options":[{"text":"None","value":""},{"text":"Right","value":"right"},{"text":"Left","value":"left"},{"text":"Center","value":"center"}]},"styleimage":{"required":false,"name":"Image style","description":"Enter \"border\" to place a dark gray border around the image. Otherwise enter CSS styling syntax for other style effects.","filter":"striptags"},"align":{"required":false,"name":"Align image block","description":"Aligns the box containing the image.","filter":"alpha","options":[{"text":"None","value":""},{"text":"Right","value":"right"},{"text":"Left","value":"left"},{"text":"Center","value":"center"}]},"stylebox":{"required":false,"name":"Image block style","filter":"striptags","description":"Enter \"border\" to place a dark gray border frame around the image. Otherwise enter CSS styling syntax for other style effects."},"styledesc":{"required":false,"name":"Description style","filter":"striptags","description":"Enter \"right\" or \"left\" to align text accordingly. Otherwise enter CSS styling syntax for other style effects."},"block":{"required":false,"name":"Wrapping control","description":"Control how other items wrap around the image.","filter":"alpha","options":[{"text":"None","value":""},{"text":"Top","value":"top"},{"text":"Bottom","value":"bottom"},{"text":"Both","value":"both"}]},"class":{"required":false,"name":"CSS Class","filter":"striptags","description":"CSS class to apply to the image."},"desc":{"required":false,"name":"Caption","filter":"text","description":"Image caption. \"desc\" or \"name\" for tiki images, \"idesc\" or \"ititle\" for iptc data, otherwise enter your own description."},"title":{"required":false,"name":"Link title","filter":"text","description":"Title text."},"alt":{"required":false,"name":"Alternate text","filter":"text","description":"Alternate text that displays when image does not load. Set to \"Image\" by default."},"default":{"required":false,"name":"Default config settings","description":"Default configuration settings (usually set by admin in the source code or through Plugin Alias)."},"mandatory":{"required":false,"name":"Mandatory admin setting","description":"Mandatory configuration settings (usually set by admin in the source code or through Plugin Alias)."}}};
tiki_plugins.include = {"name":"Include","documentation":"PluginInclude","description":"Include a page's content.","prefs":["wikiplugin_include"],"params":{"page":{"required":true,"name":"Page Name","description":"Wiki page name to include.","filter":"pagename"},"start":{"required":false,"name":"Start","description":"When only a portion of the page should be included, specify the marker from which inclusion should start."},"stop":{"required":false,"name":"Stop","description":"When only a portion of the page should be included, specify the marker at which inclusion should end."}}};
tiki_plugins.invite = {"name":"Invite","description":"Invite an email in groups.","prefs":["wikiplugin_invite"],"body":"Confirmation message after posting form","params":{"including":{"required":false,"name":"Including group","description":"Group"},"defaultgroup":{"required":false,"name":"Default group","description":"Group"},"itemId":{"required":false,"name":"Default group","description":"Group from the item group selector \/ creator field"}}};
tiki_plugins.jabber = {"name":"Jabber","documentation":"PluginJabber","description":"Runs a Java applet to access a local Jabber service","prefs":["wikiplugin_jabber"],"params":{"height":{"required":false,"name":"Height","description":"Applet height in pixels"},"width":{"required":false,"name":"","description":"Applet width in pixels"},"xmlhostname":{"required":false,"name":"","description":"jabber.org"},"defaultColor":{"required":false,"name":"Default Color","description":"255,255,255"}}};
tiki_plugins.jq = {"name":"JQuery","documentation":"PluginJQ","description":"Insert JQuery javascript code. Requires feature_jquery (experimental - may change in future versions)","prefs":["feature_jquery","wikiplugin_jq"],"body":"JQuery Code","validate":"all","params":{"notonready":{"required":false,"name":"NotOnReady","description":"Do not execute on document ready (execute inline)"},"nojquery":{"required":false,"name":"NoJQuery","description":"Optional markup for when feature_jquery is off"}}};
tiki_plugins.js = {"name":"Javascript","documentation":"PluginJS","description":"Insert a javascript file or\/and some javascript code.","prefs":["wikiplugin_js"],"body":"javascript code","validate":"all","filter":"rawhtml_unsafe","params":{"file":{"required":false,"name":"File","description":"Javascript filename.","filter":"url"}}};
tiki_plugins.kaltura = {"name":"Kaltura video","documentation":"PluginKaltura","description":"Displays a KALTURA video on the wiki page","prefs":["wikiplugin_kaltura"],"extraparams":true,"params":{"id":{"required":true,"name":"Kaltura Entry Id","description":"Kaltura Entry Id"}}};
tiki_plugins.lang = {"name":"Language","documentation":"PluginLang","description":"Displays the text only if the language matchs","prefs":["feature_multilingual","wikiplugin_lang"],"body":"text","params":{"lang":{"required":false,"name":"Language","description":"List of languages for which the block is displayed. Languages use the two letter language codes (ex: en, fr, es, ...). Multiple languages can be specified by separating codes by + signs."},"notlang":{"required":false,"name":"Not Language","description":"List of languages for which the block is not displayed. Languages use the two letter language codes (ex: en, fr, es, ...). Multiple languages can be specified by separating codes by + signs."}}};
tiki_plugins.lastmod = {"name":"Last Modification","documentation":"PluginLastMod","description":"The last_mod plugin replaces itself with last modification time of the named wiki page, or the current page if no name given","prefs":["feature_wiki","wikiplugin_lastmod"],"params":{"page":{"required":false,"name":"Page","description":"Page name to display information of. Default value is current page."}}};
tiki_plugins.listpages = {"name":"List Pages","documentation":"PluginListpages","description":"List wiki pages.","prefs":["wikiplugin_listpages"],"icon":"pics\/icons\/page_white_stack.png","params":{"offset":{"required":false,"name":"Result Offset","description":"Result number at which the listing should start."},"max":{"required":false,"name":"Result Count","description":"Number of results displayed in the list."},"initial":{"required":false,"name":"Initial","description":"txt"},"showNameOnly":{"required":false,"name":"Show Name Only","description":"y|n"},"categId":{"required":false,"name":"Category","description":"Category ID"},"structHead":{"required":false,"name":"Structure Head","description":"y|n"},"showPageAlias":{"required":false,"name":"Show Page Alias","description":"y|n"},"find":{"required":false,"name":"Find","description":"txt"},"lang":{"required":false,"name":"Language","description":"Two letter language code to filter pages listed."},"langOrphan":{"required":false,"name":"Orphan Language","description":"Two letter language code to filter pages listed. Only pages not available in the provided language will be listed."},"translations":{"required":false,"name":"Load Translations","description":"user or pipe separated list of two letter language codes for additional languages to display. If the language parameter is not defined, the first element of this list will be used as the primary filter."},"exact_match":{"required":false,"name":"Exact Match","description":"y|n Related to Find."},"only_orphan_pages":{"required":false,"name":"Only Orphan Pages","description":"y|n"},"for_list_pages":{"required":false,"name":"For List Pages","description":"y|n"},"sort":{"required":false,"name":"Sort","description":"lastModif_descorpageName_asc"},"start":{"required":false,"name":"Start","description":"When only a portion of the page should be included, specify the marker from which inclusion should start."},"end":{"required":false,"name":"Stop","description":"When only a portion of the page should be included, specify the marker at which inclusion should end."},"length":{"required":false,"name":"Length","description":"Number of characters to display"}}};
tiki_plugins.lsdir = {"name":"List Directory","documentation":"PluginLsDir","description":"Lists files in a directory","prefs":["wikiplugin_lsdir"],"validate":"all","params":{"dir":{"required":true,"name":"Directory","description":"Full path to the server-local directory."},"urlprefix":{"required":false,"name":"URL Prefix","description":"?"},"sort":{"required":false,"name":"Sort Order","description":"name"},"filter":{"required":false,"name":"Filter","description":".ext"},"limit":{"required":false,"name":"Limit","description":"Maximum amount of files to display"}}};
tiki_plugins.mail = {"name":"Mail","description":"Allow to send mail to groups or user or email directly","validate":"all","params":{"group":{"required":false,"name":"Group","description":"Limit the group to the groups including this group","filter":"groupname"},"showgroupdd":{"required":false,"name":"Show group dropdown","description":"y|n","filter":"alpha"},"showuserdd":{"required":false,"name":"Show user dropdown","description":"y|n","filter":"alpha"},"showuser":{"required":false,"name":"Show an autocomplete box on user name","description":"y|n","filter":"alpha"},"showrealnamedd":{"required":false,"name":"Show  a drop down list of all the real name","description":"y|n","filter":"alpha"}}};
tiki_plugins.map = {"name":"Map","documentation":"PluginMap","description":"Displays a map","prefs":["feature_maps","wikiplugin_map"],"icon":"pics\/icons\/map.png","params":{"mapfile":{"required":true,"name":"Map File","description":"?"},"extents":{"required":false,"name":"Extents","description":"?"},"size":{"required":false,"name":"Size","description":"?"},"width":{"required":false,"name":"Width","description":"?"},"height":{"required":false,"name":"Height","description":"?"}}};
tiki_plugins.mcalendar = {"name":"Mayan Calendars Info","documentation":"PluginMCalendarInfo","description":"Convert date from Gregorian to Mayan Calendars: Tzolkin, Haab, Long Count.","prefs":["wikiplugin_mcalendar"],"params":{"template":{"required":false,"name":"Template","description":"You must use the variable substitution.<br \/>LongCount: ~np~%baktun%, %katun%, %tun%, %winal%, %kin%~\/np~<br \/>Tzolkin: ~np~%tzolkin13%, %tzolkin20%, %tzolkin20name%~\/np~<br \/>Haab: ~np~%haabkin%, %haabwinal%, %haabwinalname%~\/np~<br \/>Misc: ~np~%longkin%, %julianday%~\/np~<br \/><br \/>Example: template ~np~\"%baktun%.%katun%.%tun%.%winal%.%kin%, %tzolkin13% %tzolkin20name%, %haabkin% %haabwinalname%\" ~\/np~for 22.05.2009 will return 12.19.16.6.11, 8 CHUEN, 9 SIP.<br \/><br \/>Default template: ~np~%baktun%.%katun%.%tun%.%winal%.%kin% %tzolkin13% %tzolkin20name% %haabkin% %haabwinalname%~\/np~"},"grdate":{"required":false,"name":"Gregorian date","description":"Gregorian date for convert. Format: DD.MM.YYYY. Default: Today date"}}};
tiki_plugins.mediaplayer = {"name":"Mediaplayer","documentation":"PluginMediaplayer","description":"Simple mp3 or flv Player","extraparams":true,"prefs":["wikiplugin_mediaplayer"],"params":{"fullscreen":{"required":false,"name":"Allow Fullscreen","description":"Allow fullscreen mode. true|false","filter":"alpha","options":[{"text":"Yes","value":"true"},{"text":"No","value":"false"}]},"mp3":{"required":false,"name":"MP3 URL","description":"Complete URL to the mp3 to include.","filter":"url"},"flv":{"required":false,"name":"FLV URL","description":"Complete URL to the flv to include.","filter":"url"},"style":{"required":false,"name":"Style","description":"One of:mini|normal|maxi|multi","filter":"alpha","options":[{"text":"mini","value":"mini"},{"text":"normal","value":"normal"},{"text":"maxi","value":"maxi"},{"text":"multi","value":"multi"}]},"wmode":{"required":false,"name":"Flash Window Mode","description":"Sets the Window Mode property of the Flash movie for transparency, layering, and positioning in the browser. Default value: transparent","filter":"alpha","options":[{"text":"transparent - show background through and allow to be covered","value":"transparent"},{"text":"opaque - hide everything behind","value":"opaque"},{"text":"window - play movie in its own rectangular window on a web page","value":"window"}]}}};
tiki_plugins.memberlist = {"name":"Member List","description":"Lists the members of selected groups and allows to add or remove members if permissions are granted.","prefs":["wikiplugin_memberlist"],"filter":"wikicontent","params":{"groups":{"required":true,"name":"Groups","description":"List of groups to handle through the interface. Colon separated.","separator":":","filter":"groupname"}}};
tiki_plugins.memberpayment = {"name":"Member Payment","description":"Receive payments from a member and extend the length of the membership to a group.","validate":"all","prefs":["wikiplugin_memberpayment","payment_feature"],"params":{"group":{"required":true,"name":"Group","description":"Name of the group for which the subscription should be added or extended.","filter":"groupname"},"price":{"required":true,"name":"Price","description":"Price per period (USD).","filter":"text"}}};
tiki_plugins.miniquiz = {"name":"Mini Quiz","documentation":"PluginMiniQuiz","description":"Displays a miniquiz","prefs":["feature_trackers","wikiplugin_miniquiz"],"body":"Instructions::Feedback","params":{"trackerId":{"required":true,"name":"Tracker","description":"Tracker ID"}}};
tiki_plugins.module = {"name":"Insert Module","documentation":"PluginModule","description":"Displays a module inline in a wiki page. More parameters can be added, not supported by UI.","prefs":["wikiplugin_module"],"validate":"all","icon":"pics\/icons\/module.png","extraparams":true,"params":{"module":{"required":true,"name":"Module Name","description":"Module name as known in Tikiwiki.","options":[{"text":"Action calendar (action_calendar)","value":"action_calendar"},{"text":"Application Menu (Application Menu)","value":"Application Menu"},{"text":"Article Topics (article_topics)","value":"article_topics"},{"text":"Article archives (article_archives)","value":"article_archives"},{"text":"Articles (articles)","value":"articles"},{"text":"Best rated topics (forums_best_voted_topics)","value":"forums_best_voted_topics"},{"text":"Calendar (calendar_new)","value":"calendar_new"},{"text":"Cart (cart)","value":"cart"},{"text":"Categories (categories)","value":"categories"},{"text":"Category Transitions (category_transition)","value":"category_transition"},{"text":"Change Category (change_category)","value":"change_category"},{"text":"Directory statistics (directory_stats)","value":"directory_stats"},{"text":"Featured links (featured_links)","value":"featured_links"},{"text":"Feeds List (rsslist)","value":"rsslist"},{"text":"File galleries (file_galleries)","value":"file_galleries"},{"text":"Freetags Wiki (freetags_current)","value":"freetags_current"},{"text":"Freetags editor (freetag)","value":"freetag"},{"text":"Freetags similar content (freetags_morelikethis)","value":"freetags_morelikethis"},{"text":"Google AdSense (adsense)","value":"adsense"},{"text":"Google Search (google)","value":"google"},{"text":"Groups emulation (groups_emulation)","value":"groups_emulation"},{"text":"Last Created FAQs (last_created_faqs)","value":"last_created_faqs"},{"text":"Last Created Quizzes (last_created_quizzes)","value":"last_created_quizzes"},{"text":"Last Created blogs (last_created_blogs)","value":"last_created_blogs"},{"text":"Last Files (last_files)","value":"last_files"},{"text":"Last Images (last_images)","value":"last_images"},{"text":"Last Modified blogs (last_modified_blogs)","value":"last_modified_blogs"},{"text":"Last Podcasts (last_podcasts)","value":"last_podcasts"},{"text":"Last Validated FAQs Questions (last_validated_faq_questions)","value":"last_validated_faq_questions"},{"text":"Last Visitors (last_visitors)","value":"last_visitors"},{"text":"Last actions (last_actions)","value":"last_actions"},{"text":"Last blog post comments (blog_last_comments)","value":"blog_last_comments"},{"text":"Last blog posts (last_blog_posts)","value":"last_blog_posts"},{"text":"Last category objects (last_category_objects)","value":"last_category_objects"},{"text":"Last changes (last_modif_pages)","value":"last_modif_pages"},{"text":"Last comments (wiki_last_comments)","value":"wiki_last_comments"},{"text":"Last directory sites (directory_last_sites)","value":"directory_last_sites"},{"text":"Last forum posts (forums_last_posts)","value":"forums_last_posts"},{"text":"Last modified events (last_modif_events)","value":"last_modif_events"},{"text":"Last modified file galleries (last_file_galleries)","value":"last_file_galleries"},{"text":"Last modified image galleries (last_image_galleries)","value":"last_image_galleries"},{"text":"Last submissions (last_submissions)","value":"last_submissions"},{"text":"Last tracker comments (last_tracker_comments)","value":"last_tracker_comments"},{"text":"Last tracker items (last_tracker_items)","value":"last_tracker_items"},{"text":"Last visited pages (breadcrumb)","value":"breadcrumb"},{"text":"Live support (live_support)","value":"live_support"},{"text":"Login (login_box)","value":"login_box"},{"text":"Logo (logo)","value":"logo"},{"text":"Menu page (menupage)","value":"menupage"},{"text":"Minichat (minichat)","value":"minichat"},{"text":"Months links (months_links)","value":"months_links"},{"text":"Most Active blogs (top_active_blogs)","value":"top_active_blogs"},{"text":"Most commented (most_commented)","value":"most_commented"},{"text":"Most commented forums (forums_most_commented_forums)","value":"forums_most_commented_forums"},{"text":"Most popular tags (freetags_most_popular)","value":"freetags_most_popular"},{"text":"Most read topics (forums_most_read_topics)","value":"forums_most_read_topics"},{"text":"Most visited blogs (top_visited_blogs)","value":"top_visited_blogs"},{"text":"Most visited forums (forums_most_visited_forums)","value":"forums_most_visited_forums"},{"text":"New user registration (register)","value":"register"},{"text":"Old articles (old_articles)","value":"old_articles"},{"text":"Online users (who_is_there)","value":"who_is_there"},{"text":"Perspective (perspective)","value":"perspective"},{"text":"Public tasks (user_tasks_public)","value":"user_tasks_public"},{"text":"Quick Edit (quick_edit)","value":"quick_edit"},{"text":"Random Pages (random_pages)","value":"random_pages"},{"text":"Random image (random_images)","value":"random_images"},{"text":"Received objects (comm_received_objects)","value":"comm_received_objects"},{"text":"Search (search)","value":"search"},{"text":"Search Wiki Page (search_wiki_page)","value":"search_wiki_page"},{"text":"Search box (search_box)","value":"search_box"},{"text":"Semantic links (semantic_links)","value":"semantic_links"},{"text":"Shoutbox (shoutbox)","value":"shoutbox"},{"text":"Similar Content (action_similarcontent)","value":"action_similarcontent"},{"text":"Since last visit (since_last_visit_new)","value":"since_last_visit_new"},{"text":"Since last visit (simple) (since_last_visit)","value":"since_last_visit"},{"text":"Switch Language (switch_lang)","value":"switch_lang"},{"text":"Switch theme (switch_theme)","value":"switch_theme"},{"text":"Terminology (terminology)","value":"terminology"},{"text":"Tiki Tests (tikitests)","value":"tikitests"},{"text":"TikiWiki assistant (assistant)","value":"assistant"},{"text":"Top File Galleries (top_file_galleries)","value":"top_file_galleries"},{"text":"Top Forum Posters (top_forum_posters)","value":"top_forum_posters"},{"text":"Top Images (top_images)","value":"top_images"},{"text":"Top Objects (top_objects)","value":"top_objects"},{"text":"Top Pages (top_pages)","value":"top_pages"},{"text":"Top Quizzes (top_quizzes)","value":"top_quizzes"},{"text":"Top Visited FAQs (top_visited_faqs)","value":"top_visited_faqs"},{"text":"Top articles (top_articles)","value":"top_articles"},{"text":"Top directory sites (directory_top_sites)","value":"directory_top_sites"},{"text":"Top files (top_files)","value":"top_files"},{"text":"Top image galleries (top_image_galleries)","value":"top_image_galleries"},{"text":"Top users (users_rank)","value":"users_rank"},{"text":"Translate Updates (translation)","value":"translation"},{"text":"Unread inter-user messages (messages_unread_messages)","value":"messages_unread_messages"},{"text":"Upcoming events (upcoming_events)","value":"upcoming_events"},{"text":"User Blogs (user_blogs)","value":"user_blogs"},{"text":"User Pages (user_pages)","value":"user_pages"},{"text":"User bookmarks (user_bookmarks)","value":"user_bookmarks"},{"text":"User image galleries (user_image_galleries)","value":"user_image_galleries"},{"text":"User preferred tags (freetags_prefered)","value":"freetags_prefered"},{"text":"User tasks (user_tasks)","value":"user_tasks"},{"text":"User-Group Tracker (usergroup_tracker)","value":"usergroup_tracker"},{"text":"Waiting Submissions (num_submissions)","value":"num_submissions"},{"text":"Webmail Inbox (webmail_inbox)","value":"webmail_inbox"},{"text":"What is related (whats_related)","value":"whats_related"},{"text":"YouTube (youtube)","value":"youtube"},{"text":"last_youtube_playlist_videos (last_youtube_playlist_videos)","value":"last_youtube_playlist_videos"}]},"float":{"required":false,"name":"Float","description":"left|right|none"},"decoration":{"required":false,"name":"Decoration","description":"y|n"},"flip":{"required":false,"name":"Flip","description":"y|n"},"max":{"required":false,"name":"Max","description":"y|n"},"np":{"required":false,"name":"np","description":"0|1"},"notitle":{"required":false,"name":"notitle","description":"y|n"}}};
tiki_plugins.mono = {"name":"Monospace","documentation":"PluginMono","description":"Displays the data using a monospace font","prefs":["wikiplugin_mono"],"body":"text","params":{"font":{"required":false,"name":"Font","description":"Font name as known in browsers."}}};
tiki_plugins.mouseover = {"name":"Mouseover","documentation":"PluginMouseover","description":"Create a mouseover feature on some text","prefs":["wikiplugin_mouseover"],"body":"Mouseover text if param label exists. Page text if text param exists","icon":"pics\/icons\/comment_add.png","params":{"label":{"required":true,"name":"Label","description":"Text displayed on the page. The body is the mouseover content","filter":"striptags"},"url":{"required":false,"name":"URL","description":"Destination link when mouseover text is clicked. Use http:\/\/ for external links","filter":"url"},"text":{"required":false,"name":"Text","description":"DEPRECATED Text displayed on the mouseover. The body contains the text of the page.","filter":"striptags"},"width":{"required":false,"name":"Width","description":"Mouseover box width. Default: 400px","filter":"digits"},"height":{"required":false,"name":"Height","description":"Mouseover box height. Default: 200px","filter":"digits"},"offsetx":{"required":false,"name":"Offset X","description":"Shifts the overlay to the right by the specified number of pixels relative to the cursor. Default: 5px","filter":"digits"},"offsety":{"required":false,"name":"Offset Y","description":"Shifts the overlay lower by the specified number of pixels relative to the cursor. Default: 0px","filter":"digits"},"parse":{"required":false,"name":"Parse Body","description":"y|n, parse the body of the plugin as wiki content. (Default to y)","filter":"alpha"},"parselabel":{"required":false,"name":"Parse Label","description":"y|n parse label","filter":"alpha","default":"y"},"class":{"required":false,"name":"CSS Class","description":"Default: plugin-mouseover","filter":"alpha"},"bgcolor":{"required":false,"name":"Background color of the popup","description":"","filter":"striptags"},"textcolor":{"required":false,"name":"Text color in the popup","description":"","filter":"striptags"},"sticky":{"required":false,"name":"Sticky","description":"y|n, when enabled, popup stays visible until it is clicked.","filter":"alpha"},"padding":{"required":false,"name":"Padding","description":"Default: 5px","filter":"digits"},"effect":{"required":false,"name":"Effect","options":[{"text":"Default","value":""},{"text":"None","value":"none"},{"text":"Slide","value":"slide"},{"text":"Fade","value":"fade"},{"text":"Blind (UI)","value":"blind_ui"},{"text":"Clip (UI)","value":"clip_ui"},{"text":"Drop (UI)","value":"drop_ui"},{"text":"Explode (UI)","value":"explode_ui"},{"text":"Fold (UI)","value":"fold_ui"},{"text":"Puff (UI)","value":"puff_ui"},{"text":"Slide (UI)","value":"slide_ui"}],"description":"Show\/hide animation","filter":"striptags"},"speed":{"required":false,"name":"Effect speed","options":[{"text":"Normal","value":""},{"text":"Fast","value":"fast"},{"text":"Slow","value":"slow"}],"description":"","filter":"alpha"},"closeDelay":{"required":false,"name":"Close delay","description":"Number of seconds before popup closes","filter":"digits"}}};
tiki_plugins.mwtable = {"name":"MWTable","documentation":"PluginMWTable","description":"Displays a table using MediaWiki syntax (experimental - may change in future versions)","prefs":["wikiplugin_mwtable"],"body":"URL","validate":"all","params":{"fancy":{"safe":true,"required":false,"name":"fancy","description":"true|false"},"wiki_classes":{"safe":true,"required":false,"name":"wiki_classes","description":"true|false"}}};
tiki_plugins.myspace = {"name":"MySpace","documentation":"PluginMySpace","description":"Displays a MySpace Flash mp3 playlist in the wiki page","prefs":["wikiplugin_myspace"],"params":{"page":{"required":true,"name":"MySpace Page","description":"MySpace page name."}}};
tiki_plugins.objecthits = {"name":"Object Hits","documentation":"PluginObjectHits","description":"Displays object hit info by object and days","prefs":["wikiplugin_objecthits"],"params":{"object":{"required":true,"name":"Object","description":"Object ID"},"type":{"required":true,"name":"Type","description":"Object Type"},"days":{"required":false,"name":"Days","description":"?"}}};
tiki_plugins.payment = {"name":"Payment","description":"Display a payment request's details based on the user's privileges and the state of the payment. The payment details may include the payment options.","prefs":["wikiplugin_payment","payment_feature"],"params":{"id":{"required":true,"name":"Payment request number","description":"Unique identifier","filter":"digits"}}};
tiki_plugins.perm = {"name":"Permissions","documentation":"PluginPerm","description":"Display wiki text if and only if the user has at least one of a set of permissions (or none, if using notperms).","body":"Wiki text to display if conditions are met. The body may contain {ELSE}. Text after the marker will be displayed if conditions are not met.","prefs":["wikiplugin_perm"],"filter":"wikicontent","params":{"perms":{"required":false,"name":"Possible permissions","description":"Pipe separated list of permissions, one of which is needed to view the default text. Example:tiki_p_rename|tiki_p_edit"},"notperms":{"required":false,"name":"Forbidden permissions","description":"Pipe separated list of permissions, any of which will cause the default text not to show. Example:tiki_p_rename|tiki_p_edit"}}};
tiki_plugins.pluginmanager = {"name":"Plugin Manager","documentation":"PluginManager","description":"Displays a list of plugins available in this wiki.","prefs":["wikiplugin_pluginmanager"],"introduced":3,"params":{"info":{"required":false,"name":"Information","description":"Determines what information is shown. Values separated with | . Ignored when singletitle is set to top or none.","filter":"striptags","accepted":"One or more of: description | parameters | paraminfo","default":"description | parameters | paraminfo ","since":""},"plugin":{"required":false,"name":"Plugin","description":"Name of a plugin (e.g., backlinks), or list separated by |, or range separated by \"-\". Single plugin can be used with limit parameter.","filter":"striptags","default":"none","since":"5.0"},"singletitle":{"required":false,"name":"Single Title","description":"Set placement of plugin name and description when displaying information for only one plugin","filter":"alpha","default":"table","since":"5.0","options":[{"text":"Top","value":"top"},{"text":"Table","value":"table"},{"text":"None","value":"none"}]},"titletag":{"required":false,"name":"Title heading size","description":"Sets the heading size for the title, e.g., h2.","filter":"striptags","default":"h3","since":"5.0"},"start":{"required":false,"name":"Start","description":"Start with this plugin record number (must be an integer 1 or greater).","filter":"digits","default":"","since":"5.0"},"limit":{"required":false,"name":"Limit","description":"Number of plugins to show. Can be used either with start or plugin as the starting point. Must be an integer 1 or greater.","filter":"digits","default":"","since":"5.0"}}};
tiki_plugins.poll = {"name":"Poll","documentation":"PluginPoll","description":"Displays the output of a poll, fields are indicated with numeric ids.","prefs":["feature_polls","wikiplugin_poll"],"body":"Title","params":{"pollId":{"required":true,"name":"Poll","description":"Poll ID"},"showtitle":{"required":false,"name":"Show title","description":"y|n","default":"y"}}};
tiki_plugins.profile = {"name":"Profile Installer","description":"Adds controls required to install a profile.","prefs":["wikiplugin_profile"],"validate":"all","inline":true,"params":{"domain":{"required":false,"name":"Domain","description":"Profile repository domain. Default value is profiles.tikiwiki.org"},"name":{"required":true,"name":"Profile Name","description":"Name of the profile."}}};
tiki_plugins.proposal = {"name":"Proposal","documentation":"PluginProposal","description":"Provides a widget for users to vote on a proposal and view the current decision.","prefs":["wikiplugin_proposal"],"body":"The list of votes cast. One vote per line. Either 0, +1 or -1 followed by a username.","params":{"caption":{"required":false,"name":"Caption","description":"Short description of the proposal to vote on. Will be displayed above the result table."}}};
tiki_plugins.quote = {"name":"Quote","documentation":"PluginQuote","description":"Quote text by surrounding the text with a box, like the [QUOTE] BBCode","prefs":["wikiplugin_quote"],"body":"Quoted text","icon":"pics\/icons\/quotes.png","filter":"text","params":{"replyto":{"required":false,"name":"Reply to","description":"Name of the quoted person.","filter":"text"}}};
tiki_plugins.rcontent = {"name":"Random Dynamic Content","documentation":"PluginRcontent","description":"Includes random content from the dynamic content system.","prefs":["feature_dynamic_content","wikiplugin_rcontent"],"params":{"id":{"required":true,"name":"Content ID","description":"Numeric value."}}};
tiki_plugins.realnamelist = {"name":"User List (showing Real Name)","documentation":"PluginRealNameList","description":"Displays a list of registered users showing their Real Names (experimental, should be merged with UserList in Tiki5)","prefs":["wikiplugin_realnamelist"],"body":"Login Filter","params":{"sep":{"required":false,"name":"Separator","description":"String to use between elements of the list."},"max":{"required":false,"name":"Maximum","description":"Result limit."},"sort":{"required":false,"name":"Sort Order","description":"asc|desc"},"layout":{"required":false,"name":"Layout","description":"table"},"link":{"required":false,"name":"Link","description":"userpage|userinfo|userpref"},"exclude":{"required":false,"name":"Exclude","description":"test|admin|test-admin|admin-test"}}};
tiki_plugins.redirect = {"name":"Redirect","documentation":"PluginRedirect","description":"Redirect the user to a wiki page or generic URL.","prefs":["wikiplugin_redirect"],"validate":"arguments","params":{"page":{"required":false,"name":"Page Name","description":"Wiki page name to redirect to."},"url":{"required":false,"name":"URL","description":"Complete URL, internal or external."}}};
tiki_plugins.regex = {"name":"Regular Expression","documentation":"PluginRegex","validate":"all","description":"Takes regex expressions and parses the content between REGEX tags and replaces the text.","prefs":["wikiplugin_regex"],"body":"one data per line","params":{"pageName":{"required":true,"name":"Page name","description":"Page name containing the regular expression search and replace patterns."}}};
tiki_plugins.remarksbox = {"name":"Remarks Box","documentation":"PluginRemarksBox","description":"Displays a comment, tip, note or warning box","prefs":["wikiplugin_remarksbox"],"body":"remarks text","params":{"type":{"required":true,"name":"Type","description":"tip|comment|note|warning"},"title":{"required":true,"name":"title","description":"Label displayed above the remark."},"highlight":{"required":false,"name":"Highlight","description":"y|n"},"icon":{"required":false,"name":"Icon","description":"Icon ID."},"close":{"required":false,"name":"Close","description":"y|n Show close button (default y)"},"width":{"required":false,"name":"Width","description":"Width (e.g. 100% or 250px - default \"\")"}}};
tiki_plugins.rss = {"name":"RSS Feed","documentation":"PluginRSS","description":"Inserts an RSS feed output.","prefs":["wikiplugin_rss"],"icon":"pics\/icons\/rss.png","format":"html","filter":"striptags","params":{"id":{"required":true,"name":"IDs","separator":":","filter":"int","description":"List of feed IDs separated by colons. ex: feedId:feedId2"},"max":{"required":false,"name":"Result Count","filter":"int","description":"Number of results displayed."},"date":{"required":false,"name":"Date","filter":"int","description":"0|1"},"desc":{"required":false,"name":"Description","filter":"int","description":"0|1|max length"},"author":{"required":false,"name":"Author","filter":"int","description":"0|1"},"icon":{"required":false,"name":"Icon","filter":"url","description":"url to a favicon to put before each entry"}}};
tiki_plugins.scroll = {"name":"Scroll","documentation":"PluginScroll","description":"","prefs":["wikiplugin_scroll"],"body":"text","params":{"width":{"required":true,"name":"Width","description":"Width","filter":"striptags"},"height":{"required":true,"name":"Height","description":"Height","filter":"striptags"},"speed":{"required":false,"name":"Speed","description":"Speed","filter":"int"}}};
tiki_plugins.sf = {"name":"SourceForge","documentation":"PluginSF","description":"Automatically creates a link to the appropriate SourceForge object","prefs":["wikiplugin_sf"],"body":"text","params":{"aid":{"required":true,"name":"aid??","description":"?"},"adit":{"required":true,"name":"adit??","description":"?"},"groupid":{"required":true,"name":"groupid??","description":"?"}}};
tiki_plugins.sharethis = {"name":"sharethis","documentation":"PluginSharethis","description":"Display a social networking tool.","prefs":["wikiplugin_sharethis"],"params":{"sendsvcs":{"required":false,"name":"Send services","description":"By default, email, aim and sms are available. Input one or two of the services separated by a | to limit the choice of send services."},"style":{"required":false,"name":"Button style","description":"Horizontal, vertical or rotate.","options":[{"text":"None","value":""},{"text":"Horizontal","value":"horizontal"},{"text":"Vertical","value":"vertical"},{"text":"Rotate","value":"rotate"}]},"rotateimage":{"required":false,"name":"Rotate image","description":"A value of y will cause the button icon to rotate every 3 seconds between a few icons, cycling through twice before stopping."},"multiple":{"required":false,"name":"Multiple icons","description":"Enter list: email | facebook | twitter | sharethis, depending on which icons you'd like."},"postfirst":{"required":false,"name":"First post services shown","description":"Input a list of post services (like facebook, myspace, digg, etc.) separated by a | to customize the services that are shown in the opening panel of the widget."},"buttontext":{"required":false,"name":"Button text","description":"Custom link text for the button."},"headertitle":{"required":false,"name":"Header title","description":"Optional header title text for the widget."},"headerbg":{"required":false,"name":"Header background","description":"HTML color code (not color name) for the background color for the header if an optional header title is used."},"headertxtcolor":{"required":false,"name":"Header text color","description":"HTML color code (not color name) for the header text if an optional header title is used."},"linkfg":{"required":false,"name":"Link text color for services","description":"HTML color code (not color name) for the link text for all send and post services shown in the widget"},"popup":{"required":false,"name":"Pop-up","description":"A value of true will cause the widget to show in a pop-up window."},"embed":{"required":false,"name":"Embedded elements","description":"A value of true will allow embedded elements (like flash) to be seen while iframe is loading."}}};
tiki_plugins.sheet = {"name":"Sheet","documentation":"PluginSheet","description":"Displays the content of a spreadsheet in the page.","prefs":["wikiplugin_sheet","feature_sheet"],"body":"Sheet Heading","params":{"id":{"required":true,"name":"Sheet ID","description":"Internal ID of the TikiSheet."},"simple":{"required":false,"name":"Simple","description":"Simple table view y\/n (Default: n = jquery.sheet view if feature enabled)."}}};
tiki_plugins.showpages = {"name":"Show Pages","documentation":"PluginShowPages","description":"List wiki pages","prefs":["wikiplugin_showpages"],"params":{"find":{"required":true,"name":"Find","description":"Search criteria"},"max":{"required":false,"name":"Result Count","description":"Maximum amount of results displayed."},"display":{"required":false,"name":"Display","description":"name|desc"}}};
tiki_plugins.skype = {"name":"Skype","documentation":"PluginSkype","description":"Clickable Skype link","prefs":["wikiplugin_skype"],"body":"Name or number to call or chat with.","params":{"action":{"required":false,"name":"Action","description":"call|chat"}}};
tiki_plugins.smarty = {"name":"Smarty function","documentation":"PluginSmarty","description":"Provides access to the tiki smarty functions like button.","prefs":["wikiplugin_smarty"],"validate":"all","extraparams":true,"params":{"name":{"required":false,"name":"Name of the smarty function","description":"button","filter":"word"}}};
tiki_plugins.snarf = {"name":"Snarf","documentation":"PluginSnarf","description":"Include the content of a remote HTTP page. Regular expression selecting the content portion to include must be specified.","prefs":["wikiplugin_snarf"],"validate":"all","params":{"url":{"required":true,"name":"URL","description":"Full URL to the page to include."},"regex":{"required":false,"name":"Regular Expression","description":"PCRE compliant regular expression"},"regexres":{"required":false,"name":"Regular Expression Part","description":"ex: $1"},"wrap":{"required":false,"name":"Word Wrap","description":"0|1, Enable word wrapping on the code to avoid breaking the layout."},"colors":{"required":false,"name":"Colors","description":"Syntax highlighting to use. May not be used with line numbers. Available: php, html, sql, javascript, css, java, c, doxygen, delphi, ..."},"ln":{"required":false,"name":"Line numbers","description":"0|1, may not be used with colors."},"wiki":{"required":false,"name":"Wiki syntax","description":"0|1, parse wiki syntax within the code snippet."},"rtl":{"required":false,"name":"Right to left","description":"0|1, switch the text display from left to right to right to left"},"ishtml":{"required":false,"name":"Content is HTML","description":"0|1, display the content as is instead of escaping HTML special chars","default":0},"cache":{"required":false,"name":"Cache the url","description":"Cache time in minutes (0 for no cache, -1 for site preference","default":-1}}};
tiki_plugins.sort = {"name":"Sort","documentation":"PluginSort","description":"Sorts the plugin content in the wiki page","prefs":["wikiplugin_sort"],"body":"Data to sort, one entry per line.","filter":"text","params":{"sort":{"required":false,"name":"Order","description":"asc|desc|shuffle","filter":"alpha"}}};
tiki_plugins.split = {"name":"Split","documentation":"PluginSplit","description":"Split a page into rows and columns","prefs":["wikiplugin_split"],"filter":"wikicontent","params":{"joincols":{"required":false,"name":"Join Columns","description":"y|n Generate the colspan attribute if columns are missing","filter":"alpha"},"fixedsize":{"required":false,"name":"Fixed Size","description":"y|n Generate the width attribute on the columns","filter":"alpha"},"colsize":{"required":false,"name":"Column Size","description":"?"},"first":{"required":false,"name":"First","description":"col|line","filter":"alpha"},"edit":{"required":false,"name":"Editable","description":"y|n Display edit icon for each section"},"customclass":{"required":false,"name":"Custom class","description":"add a class to customize the design"}}};
tiki_plugins.sql = {"name":"SQL","documentation":"PluginSQL","description":"Run a sql query","prefs":["wikiplugin_sql"],"body":"sql query","validate":"all","params":{"db":{"required":true,"name":"DNS Name","description":"ADODB DNS"}}};
tiki_plugins.stat = {"name":"Stat","documentation":"PluginStat","description":"Displays some stats","prefs":["wikiplugin_stat"],"params":{"type":{"required":true,"name":"Object type","description":"trackeritem|wiki|article separated by :"},"parentId":{"required":false,"name":"Parent Id","description":"Parent Id"},"lasthour":{"required":false,"name":"Added last hour","description":"a|v separated by :Added last hour"},"lastday":{"required":false,"name":"Added last 24 hours","description":"a|v separated by :Added last 24 hours"},"day":{"required":false,"name":"Added since the beginning of the day","description":"a|v separated by :Added(a) or viewed(v) since the beginning of the day"},"lastweek":{"required":false,"name":"Added last 7 days","description":"a|v separated by :Added(a) or viewed(v) last 7 days"},"week":{"required":false,"name":"Added since the beginning of the week","description":"a|v separated by :Added(a) or viewed(v) since the beginning of the week"},"lastmonth":{"required":false,"name":"Added last month","description":"a|v separated by :Added(a) or viewed(v) last month"},"month":{"required":false,"name":"Added since the beginning of the month","description":"a|v separated by :Added(a) or viewed(v) since the beginning of the month"},"lastyear":{"required":false,"name":"Added last year","description":"a|v separated by :Added(a) or viewed(v) last year"},"year":{"required":false,"name":"Added since the beginning of the year","description":"a|v separated by :Added(a) or viewed(v) since the beginning of the year"}}};
tiki_plugins.sub = {"name":"Subscript","documentation":"PluginSub","description":"Displays text in subscript.","prefs":["wikiplugin_sub"],"body":"text","icon":"pics\/icons\/text_subscript.png","params":[]};
tiki_plugins.subscribegroup = {"name":"Subscribe Group","documentation":"PluginSubscribeGroup","description":"Subscribe or unsubscribe to a group","prefs":["wikiplugin_subscribegroup"],"body":"text displyed before the button","params":{"group":{"required":true,"name":"Group Name","description":"As known in Tikiwiki"},"subscribe":{"required":false,"name":"Subscribe Text","description":"Subscribe text, containing %s as the placeholder for the group name."},"unsubscribe":{"required":false,"name":"Unsubscribe Text","description":"Unsubscribe text, containing %s as the placeholder for the group name."},"subscribe_action":{"required":false,"name":"Subscribe Action","description":"Subscribe button label, containing %s as the placeholder for the group name."},"unsubscribe_action":{"required":false,"name":"Unsubscribe Action","description":"Unsubscribe button label, containing %s as the placeholder for the group name."}}};
tiki_plugins.subscribegroups = {"name":"Subscribe Groups","documentation":"PluginSubscribeGroups","description":"Subscribe or unsubscribe to a group","prefs":["wikiplugin_subscribegroups"],"params":{"subscribe":{"required":false,"name":"Subscribe","description":"text"},"showsubscribe":{"required":false,"name":"Show subscribe box","description":"y|n"},"showdefault":{"required":false,"name":"Show default setting and buttons","description":"y|n"},"showgroupdescription":{"required":false,"name":"Show group description","description":"y|n"},"groups":{"required":false,"name":"Groups","description":"Colon separated list of groups."},"including":{"required":false,"name":"Including group","description":"Group"},"defaulturl":{"required":false,"name":"Url","description":"After changing default"}}};
tiki_plugins.subscribenewsletter = {"name":"Subscribe newsletter","documentation":"PluginSubscribeNewsletter","description":"A button to subscribe to a newsletter available for a user if not already in","prefs":["feature_newsletters","wikiplugin_subscribenewsletter"],"body":"Invitation message","params":{"nlId":{"required":true,"name":"","description":"","filter":"digits"},"thanks":{"required":false,"name":"Confirmation message after posting form. The plugin body is then the button label.","filter":"wikicontent"},"button":{"required":false,"name":"Button label. The plugin body is then the confirmation message","filter":"wikicontent"}}};
tiki_plugins.sup = {"name":"Superscript","documentation":"PluginSup","description":"Displays text in superscript (exponent).","prefs":["wikiplugin_sup"],"body":"text","icon":"pics\/icons\/text_superscript.png","params":[]};
tiki_plugins.survey = {"name":"Survey","documentation":"PluginSurvey","description":"Displays a survey","prefs":["feature_surveys","wikiplugin_survey"],"body":"","params":{"id":{"required":true,"name":"Id","description":"Id"},"page":{"required":false,"name":"Page","description":"Wiki Page to redirect the user after his vote"},"lang":{"required":false,"name":"Language","description":"Language"}}};
tiki_plugins.tabs = {"name":"Tabs","documentation":"PluginTabs","description":"Provides tabs built using the smarty tabset block.","prefs":["wikiplugin_tabs"],"body":"Tabs content separated by \/\/\/\/\/","params":{"name":{"required":false,"name":"Tabset name","description":"Unique tabset name (if you want it to remember its last state). Ex: user_profile_tabs"},"tabs":{"required":true,"name":"Tab titles","description":"Pipe separated list of tab titles. Ex: tab 1|tab 2|tab 3"}}};
tiki_plugins.tag = {"name":"Tag","documentation":"PluginTag","description":"Displays the text between an html tag","prefs":["wikiplugin_tag"],"validate":"all","body":"text","params":{"tag":{"required":false,"name":"Tag Name","description":"Any valid HTML tag, span by default."},"style":{"required":false,"name":"CSS Style","description":"Equivalent to the style attribute of an HTML tag."}}};
tiki_plugins.titlesearch = {"name":"Title Search","documentation":"PluginTitleSearch","description":"Search wiki page titles.","prefs":["feature_wiki","wikiplugin_titlesearch"],"params":{"search":{"required":true,"name":"Search Criteria","description":"Portion of a page name."},"info":{"required":false,"name":"Information","description":"hits|user"},"exclude":{"required":false,"name":"Exclude","description":"Pipe-separated list of page names to exclude from results."},"noheader":{"required":false,"name":"No Header","description":"0|1"}}};
tiki_plugins.toc = {"name":"Table of Contents (Structure)","documentation":"PluginTOC","description":"Displays the table of contents for the current structure's subtree as part of the page content.","prefs":["wikiplugin_toc","feature_wiki_structure"],"params":{"maxdepth":{"name":"Maximum Depth","description":"Maximum number of levels to display. On very large structures, this should be limited.","required":false},"structId":{"name":"Structure ID","description":"By default, structure for the current page will be displayed. Alternate structure may be provided.","required":false},"order":{"name":"Order","description":"asc|desc","required":false},"showdesc":{"name":"Show Description","description":"0|1, show the page description instead of the page name","required":false},"shownum":{"name":"Show Numbering","description":"0|1, display the section numbers or not","required":false},"type":{"name":"Type","description":"plain|fancy","required":false},"pagename":{"name":"Page Name","description":"By default, toc for current page will be displayed. Alternate page may be provided.","required":false}}};
tiki_plugins.topfriends = {"name":"Top Friends","documentation":"PluginTopFriends","description":"List top-scoring users.","prefs":["feature_friends","wikiplugin_topfriends"],"params":{"limit":{"required":false,"name":"Limit","description":"Maximum result count."},"public":{"required":false,"name":"Public","description":"y|n"}}};
tiki_plugins.tr = {"name":"Translate","documentation":"PluginTR","description":"Translate a string using Tikiwiki translation table.","prefs":["wikiplugin_tr"],"body":"string","params":[]};
tiki_plugins.tracker = {"name":"Tracker","documentation":"PluginTracker","description":"Displays an input form for tracker submit","prefs":["feature_trackers","wikiplugin_tracker"],"body":"Confirmation message after posting form","icon":"pics\/icons\/database.png","params":{"trackerId":{"required":true,"name":"Tracker ID","description":"Tracker ID","filter":"digits"},"fields":{"required":true,"name":"Fields","description":"Colon-separated list of field IDs to be displayed. Example: 2:4:5"},"action":{"required":false,"name":"Action","description":"Label on the submit button"},"showtitle":{"required":false,"name":"Show Title","description":"y|n","filter":"alpha"},"showdesc":{"required":false,"name":"Show Description","description":"y|n","filter":"alpha"},"showmandatory":{"required":false,"name":"Show Mandatory","description":"y|n","filter":"alpha"},"showstatus":{"required":false,"name":"Show Status","description":"y|n","filter":"alpha"},"embedded":{"required":false,"name":"Embedded","description":"y|n","filter":"alpha"},"email":{"required":false,"name":"Email","description":"from|to|template"},"url":{"required":false,"name":"URL","description":"URL used for the field links","filter":"url"},"target":{"required":false,"name":"_blank|_self|_parent|_top","description":"Url target"},"values":{"required":false,"name":"Values","description":"Colon-separated list of values. Note that plugin arguments can be enclosed with double quotes \"; this allows them to contain , or :"},"sort":{"required":false,"name":"Sort","description":"y|n","filter":"alpha"},"preview":{"required":false,"name":"Preview","description":"Label for the preview button. Default: \"Preview\""},"reset":{"required":false,"name":"Reset","description":"Label for the reset button, to return all fields to their default values."},"view":{"required":false,"name":"View","description":"user|page"},"itemId":{"required":false,"name":"itemId","description":"itemId if you want to edit an item","filter":"digits"},"tpl":{"required":false,"name":"Template File","description":"Name of the template used to display the tracker items."},"wiki":{"required":false,"name":"Wiki","description":"Name of the wiki page containing the template to display the tracker items.","filter":"pagename"},"newstatus":{"required":false,"name":"New Status","description":"o|p|c Default status applied to newly created items.","filter":"alpha"},"colwidth":{"required":false,"name":"Width of first column ","description":"## or ##%  Specify the width in pixels or percentage of the first column in the tracker form."},"autosavefields":{"required":false,"name":"Autosave fields","description":"Colon-separated list of field IDs to be automatically filled with values","filter":"digits","separator":":"},"autosavevalues":{"required":false,"name":"Autosavevalue","description":"Colon-separated values corresponding to autosavefields","filter":"text","separator":":"}}};
tiki_plugins.trackercomments = {"name":"Tracker Comments","documentation":"PluginTrackerComments","description":"Displays the number of tracker comments","params":{"trackerId":{"required":true,"name":"Tracker ID","description":"Tracker ID","filter":"digits"},"shownbitems":{"required":false,"name":"shownbitems","description":"y|n","filter":"alpha"},"view":{"required":false,"name":"View","description":"user Select automatically the item of the current user","filter":"alpha"}}};
tiki_plugins.trackerfilter = {"name":"Tracker Filter","documentation":"PluginTrackerFilter","description":"Filters the items of a tracker, fields are indicated with numeric ids.","prefs":["feature_trackers","wikiplugin_trackerfilter"],"body":"notice","params":{"trackerId":{"required":true,"name":"Tracker ID","description":"Tracker ID","filter":"digits"},"fields":{"required":false,"name":"Fields","description":"Colon-separated list of field IDs to be displayed. Example: 2:4:5","filter":"digits","separator":":"},"sort":{"required":false,"name":"Sort","description":"y|n If y, sort fields","filter":"alpha"},"popup":{"required":false,"name":"Popup","description":"Colon-separated list of fields to display in a tooltip on mouse over. Example: 6:7","filter":"digits","separator":":"},"stickypopup":{"required":false,"name":"Sticky Popup","description":"y|n If y, the tooltip will stay displayed on mouse out","filter":"alpha"},"showtitle":{"required":false,"name":"Show Title","description":"y|n","filter":"alpha"},"showlinks":{"required":false,"name":"Show Links","description":"y|n","filter":"alpha"},"showdesc":{"required":false,"name":"Show Description","description":"y|n","filter":"alpha"},"shownbitems":{"required":false,"name":"Show Number of Items","description":"y|n","filter":"alpha"},"showinitials":{"required":false,"name":"Show Initials","description":"y|n","filter":"alpha"},"showstatus":{"required":false,"name":"Show Status","description":"y|n","filter":"alpha"},"showcreated":{"required":false,"name":"Show Creation Date","description":"y|n","filter":"alpha"},"showlastmodif":{"required":false,"name":"Show Last Modification","description":"y|n","filter":"alpha"},"showfieldname":{"required":false,"name":"Show Field Name","description":"y|n","filter":"alpha"},"showitemrank":{"required":false,"name":"Show Item Rank","description":"y|n","filter":"alpha"},"status":{"required":false,"name":"Status Filter","description":"o|p|c|op|oc|pc|opc Which item status to list. o = open, p = pending, c = closed.","filter":"alpha"},"sort_mode":{"required":false,"name":"Sort Mode","description":"Sort mode. Example: lastModif_desc, created_asc, fieldname_desc, etc.","filter":"word"},"sortchoice":{"required":false,"name":"Sort Choice","description":"Sort choice","filter":"text","separator":":"},"max":{"required":false,"name":"Maximum number of items","description":"Maximum number of items","filter":"int"},"offset":[],"showpagination":{"required":false,"name":"Show pagination","description":"y|n","filter":"alpha"},"filterfield":{"required":false,"name":"Filter Field","description":"Colon separated list of fields to allow filtering on.","filter":"digits","separator":":"},"filtervalue":{"required":false,"name":"Filter Value","description":"Filter value of the filterfield. For better performance, use exact value instead","filter":"text","separator":":"},"exactvalue":{"required":false,"name":"Exact Value","description":"Exact value of the filter","filter":"text","separator":":"},"checkbox":{"required":false,"name":"Checkbox","description":"Adds a checkbox on each line to be able to do an action."},"goIfOne":{"required":false,"name":"goIfOne","description":"Go directly to tiki-view_tracker_item.php if only one item is found","filter":"alpha"},"more":{"required":false,"name":"More","description":"y|n If y, show a more link","filter":"alpha"},"moreurl":{"required":false,"name":"More URL","description":"More link pointing to specified URL instead of default tracker item link","filter":"url"},"view":{"required":false,"name":"View","description":"user|page Display automatically the item of the current user or the current page name","filter":"alpha"},"tpl":{"required":false,"name":"Template File","description":"Use content of the tpl file as template to display the item"},"wiki":{"required":false,"name":"Wiki Page","description":"Use content of the wiki page as template to display the item","filter":"pagename"},"view_user":{"required":false,"name":"View User","description":"Will display the items of the specified user"},"itemId":{"required":false,"name":"Item ID separated with :","description":"List of items Ids","filter":"digits","separator":":"},"ignoreRequestItemId":{"required":false,"name":"Do not filter on the param itemId if in the url","description":"y|n","filter":"alpha","default":"n"},"url":{"required":false,"name":"URL","description":"The link that will be on each main field","filter":"url"},"ldelim":{"required":false,"name":"Left Deliminator","description":"Smarty left delimiter"},"rdelim":{"required":false,"name":"Right Deliminator","description":"Smarty right delimiter"},"list_mode":{"required":false,"name":"Mode","description":"y|n If y, value will be truncated","filter":"alpha"},"export":{"required":false,"name":"Export Button","description":"y|n","filter":"alpha"},"compute":{"required":false,"name":"Compute","description":"Sum or average all the values of a field  and displays it at the bottom of the table. fieldId\/sum:fieldId\/avg","filter":"text"},"silent":{"required":false,"name":"Show nothing if no items","description":"y|n","filter":"alpha"},"showdelete":{"required":false,"name":"Delete","description":"y|n","filter":"alpha"},"showwatch":{"required":false,"name":"Show Watch Button","description":"y|n","filter":"alpha"},"showrss":{"required":false,"name":"Show Feed Button","description":"y|n","filter":"alpha"},"filters":{"required":true,"name":"Filters","description":"Example:2\/d:4\/r:5:(6:7)\/sqlsearch"},"action":{"required":false,"name":"Action","description":"Label on the submit button"},"displayList":{"required":false,"name":"Display List","description":"y|n"},"line":{"required":false,"name":"Line","description":"y|n - displays all the filter on the same line"}}};
tiki_plugins.trackeritemfield = {"name":"Tracker Item Field","documentation":"PluginTrackerItemField","description":"Displays the value of a tracker item field or the wiki text if the value of the field is set or has a value(if itemId not specified, use the itemId of the url or the user tracker).","prefs":["wikiplugin_trackeritemfield","feature_trackers"],"body":"Wiki text containing an {ELSE} marker.","icon":"pics\/icons\/database_go.png","params":{"trackerId":{"required":false,"name":"Tracker ID","description":"Numeric value."},"itemId":{"required":false,"name":"Item ID","description":"Numeric value."},"fieldId":{"required":false,"name":"Field ID","description":"Numeric value."},"fields":{"required":false,"name":"Fields","description":"Colon separated list of field IDs."},"status":{"required":false,"name":"Status","description":"o|p|c|op|oc|pc|opc"},"test":{"required":false,"name":"Test","description":"0|1"},"value":{"required":true,"name":"Value","description":"Value to compare against."}}};
tiki_plugins.trackerlist = {"name":"Tracker List","documentation":"PluginTrackerList","description":"Displays the output of a tracker content, fields are indicated with numeric ids.","prefs":["feature_trackers","wikiplugin_trackerlist"],"body":"Notice","icon":"pics\/icons\/database_table.png","filter":"text","params":{"trackerId":{"required":true,"name":"Tracker ID","description":"Tracker ID","filter":"digits"},"fields":{"required":false,"name":"Fields","description":"Colon-separated list of field IDs to be displayed. Example: 2:4:5","filter":"digits","separator":":"},"sort":{"required":false,"name":"Sort","description":"y|n If y, sort fields","filter":"alpha"},"popup":{"required":false,"name":"Popup","description":"Colon-separated list of fields to display in a tooltip on mouse over. Example: 6:7","filter":"digits","separator":":"},"stickypopup":{"required":false,"name":"Sticky Popup","description":"y|n If y, the tooltip will stay displayed on mouse out","filter":"alpha"},"showtitle":{"required":false,"name":"Show Title","description":"y|n","filter":"alpha"},"showlinks":{"required":false,"name":"Show Links","description":"y|n","filter":"alpha"},"showdesc":{"required":false,"name":"Show Description","description":"y|n","filter":"alpha"},"shownbitems":{"required":false,"name":"Show Number of Items","description":"y|n","filter":"alpha"},"showinitials":{"required":false,"name":"Show Initials","description":"y|n","filter":"alpha"},"showstatus":{"required":false,"name":"Show Status","description":"y|n","filter":"alpha"},"showcreated":{"required":false,"name":"Show Creation Date","description":"y|n","filter":"alpha"},"showlastmodif":{"required":false,"name":"Show Last Modification","description":"y|n","filter":"alpha"},"showfieldname":{"required":false,"name":"Show Field Name","description":"y|n","filter":"alpha"},"showitemrank":{"required":false,"name":"Show Item Rank","description":"y|n","filter":"alpha"},"status":{"required":false,"name":"Status Filter","description":"o|p|c|op|oc|pc|opc Which item status to list. o = open, p = pending, c = closed.","filter":"alpha"},"sort_mode":{"required":false,"name":"Sort Mode","description":"Sort mode. Example: lastModif_desc, created_asc, fieldname_desc, etc.","filter":"word"},"sortchoice":{"required":false,"name":"Sort Choice","description":"Sort choice","filter":"text","separator":":"},"max":{"required":false,"name":"Maximum number of items","description":"Maximum number of items","filter":"int"},"offset":[],"showpagination":{"required":false,"name":"Show pagination","description":"y|n","filter":"alpha"},"filterfield":{"required":false,"name":"Filter Field","description":"Colon separated list of fields to allow filtering on.","filter":"digits","separator":":"},"filtervalue":{"required":false,"name":"Filter Value","description":"Filter value of the filterfield. For better performance, use exact value instead","filter":"text","separator":":"},"exactvalue":{"required":false,"name":"Exact Value","description":"Exact value of the filter","filter":"text","separator":":"},"checkbox":{"required":false,"name":"Checkbox","description":"Adds a checkbox on each line to be able to do an action."},"goIfOne":{"required":false,"name":"goIfOne","description":"Go directly to tiki-view_tracker_item.php if only one item is found","filter":"alpha"},"more":{"required":false,"name":"More","description":"y|n If y, show a more link","filter":"alpha"},"moreurl":{"required":false,"name":"More URL","description":"More link pointing to specified URL instead of default tracker item link","filter":"url"},"view":{"required":false,"name":"View","description":"user|page Display automatically the item of the current user or the current page name","filter":"alpha"},"tpl":{"required":false,"name":"Template File","description":"Use content of the tpl file as template to display the item"},"wiki":{"required":false,"name":"Wiki Page","description":"Use content of the wiki page as template to display the item","filter":"pagename"},"view_user":{"required":false,"name":"View User","description":"Will display the items of the specified user"},"itemId":{"required":false,"name":"Item ID separated with :","description":"List of items Ids","filter":"digits","separator":":"},"ignoreRequestItemId":{"required":false,"name":"Do not filter on the param itemId if in the url","description":"y|n","filter":"alpha","default":"n"},"url":{"required":false,"name":"URL","description":"The link that will be on each main field","filter":"url"},"ldelim":{"required":false,"name":"Left Deliminator","description":"Smarty left delimiter"},"rdelim":{"required":false,"name":"Right Deliminator","description":"Smarty right delimiter"},"list_mode":{"required":false,"name":"Mode","description":"y|n If y, value will be truncated","filter":"alpha"},"export":{"required":false,"name":"Export Button","description":"y|n","filter":"alpha"},"compute":{"required":false,"name":"Compute","description":"Sum or average all the values of a field  and displays it at the bottom of the table. fieldId\/sum:fieldId\/avg","filter":"text"},"silent":{"required":false,"name":"Show nothing if no items","description":"y|n","filter":"alpha"},"showdelete":{"required":false,"name":"Delete","description":"y|n","filter":"alpha"},"showwatch":{"required":false,"name":"Show Watch Button","description":"y|n","filter":"alpha"},"showrss":{"required":false,"name":"Show Feed Button","description":"y|n","filter":"alpha"}}};
tiki_plugins.trackerprefill = {"name":"Tracker Prefill","documentation":"PluginTrackerPrefill","description":"Displays a button to link to a page with a tracker plugin with prefilled tracker fields.","prefs":["feature_trackers","wikiplugin_trackerprefill"],"params":{"page":{"required":true,"name":"Page","description":"Tracker page name"},"label":{"required":false,"name":"Label","description":"Button label."},"field1":{"required":true,"name":"Field 1","description":"Field ID"},"value1":{"required":true,"name":"Value 1","description":"Content of the field."},"field2":{"required":false,"name":"Field 2","description":"Field ID"},"value2":{"required":false,"name":"Value 2","description":"Content of the field."},"field3":{"required":false,"name":"Field 3","description":"Field ID"},"value3":{"required":false,"name":"Value 3","description":"Content of the field."},"field4":{"required":false,"name":"Field 4","description":"Field ID"},"value4":{"required":false,"name":"Value 4","description":"Content of the field."},"field5":{"required":false,"name":"Field 5","description":"Field ID"},"value5":{"required":false,"name":"Value 5","description":"Content of the field."}}};
tiki_plugins.trackerstat = {"name":"Tracker Stats","documentation":"PluginTrackerStat","description":"Displays some stat of a tracker content, fields are indicated with numeric ids.","prefs":["feature_trackers","wikiplugin_trackerstat"],"body":"Title","icon":"pics\/icons\/database_lightning.png","params":{"trackerId":{"required":true,"name":"Tracker ID","description":"Tracker ID"},"fields":{"required":true,"name":"Fields","description":"Colon-separated list of field IDs to be displayed. Example: 2:4:5"},"show_percent":{"required":false,"name":"Show Percentage","description":"y|n"},"show_bar":{"required":false,"name":"Show Bar","description":"y|n"},"status":{"required":false,"name":"Status Filter","description":"o|p|c|op|oc|pc|opc Which item status to list. o = open, p = pending, c = closed."},"show_link":{"required":false,"name":"Show link to tiki-view_tracker","description":"y|n"},"show_lastmodif":{"required":false,"name":"Show last modification date of a tracker","description":"Date format","filter":"text"}}};
tiki_plugins.trackertimeline = {"name":"Tracker Timeline","documentation":"PluginTrackerTimeline","description":"Timeline view of a tracker, can be used to display event schedules or gantt charts.","prefs":["wikiplugin_trackertimeline","feature_trackers"],"params":{"tracker":{"required":true,"name":"Tracker ID","description":"Numeric value","filter":"digits"},"title":{"required":true,"name":"Title Field","description":"Tracker Field ID containing the item title.","filter":"digits"},"summary":{"required":true,"name":"Summary Field","description":"Tracker Field ID containing the summary of the item. The summary will be displayed on the timeline when the item is focused.","filter":"digits"},"start":{"required":true,"name":"Start Date","description":"Tracker Field ID containing the element start date. The field must be a datetime\/jscalendar field.","filter":"digits"},"end":{"required":true,"name":"End Date","description":"Tracker Field ID containing the element end date. The field must be a datetime\/jscalendar field.","filter":"digits"},"group":{"required":true,"name":"Element Group","description":"Tracker Field ID containing the element's group. Elements of a same group are displayed on the same row.","filter":"digits"},"lower":{"required":true,"name":"Lower Bound","description":"Date from which element should be displayed. Date must be provided in YYYY-MM-DD HH:mm:ss format.","filter":"striptags"},"upper":{"required":true,"name":"Upper Bound","description":"Date until which element should be displayed. Date must be provided in YYYY-MM-DD HH:mm:ss format.","filter":"striptags"},"scale1":{"required":false,"name":"Primary Scale Unit","description":"hour, day, week, month or year (default to hour)","filter":"alpha"},"scale2":{"required":false,"name":"Secondary Scale Unit","description":"hour, day, week, month, year or empty (default to empty)","filter":"alpha"},"link_group":{"required":false,"name":"Link Group Name","description":"Convert the group name to a link. (y|n)","filter":"alpha"},"link_page":{"required":false,"name":"Page Link Field","description":"Tracker Field ID containing the page name for item details.","filter":"digits"}}};
tiki_plugins.translated = {"name":"Translated","documentation":"PluginTranslated","description":"Links to a translated content","prefs":["feature_multilingual","wikiplugin_translated"],"body":"[url] or ((wikiname)) or ((inter:interwiki)) (use wiki syntax)","params":{"lang":{"required":true,"name":"Language","description":"Two letter language code of the language, ex: fr"},"flag":{"required":false,"name":"Flag","description":"Country name, ex: France"}}};
tiki_plugins.usercount = {"name":"User Count","documentation":"PluginUserCount","description":"Displays the number of registered users","prefs":["wikiplugin_usercount"],"body":"Group name","icon":"pics\/icons\/group_gear.png","params":[]};
tiki_plugins.userlist = {"name":"User List","documentation":"PluginUserList","description":"Displays a list of registered users","prefs":["wikiplugin_userlist"],"body":"Login Filter","icon":"pics\/icons\/group_go.png","params":{"sep":{"required":false,"name":"Separator","description":"String to use between elements of the list."},"max":{"required":false,"name":"Maximum","description":"Result limit."},"sort":{"required":false,"name":"Sort Order","description":"asc|desc"},"layout":{"required":false,"name":"Layout","description":"table"},"link":{"required":false,"name":"Link","description":"userpage|userinfo|userpref"},"realname":{"required":false,"filter":"alpha","name":"Real Name","description":"Display the user's real name instead of login name."},"group":{"required":false,"name":"Group","description":"Filter on the group","filter":"groupname"}}};
tiki_plugins.userpref = {"name":"Userpref","documentation":"PluginUserpref","description":"Display wiki text if user has a pref set to a value","body":"Wiki text to display if conditions are met. The body may contain {ELSE}. Text after the marker will be displayed to users not matching the condition.","prefs":["wikiplugin_userpref"],"filter":"wikicontent","extraparams":true,"params":[]};
tiki_plugins.versions = {"name":"Versions","documentation":"PluginVersions","description":"Split the text in parts visible only under some conditions","prefs":["wikiplugin_versions"],"body":"Block of text separated by ---(version x)--- markers. Text before the first marker is used by default.","params":{"nav":{"required":false,"name":"Navigation","description":"y|n - Displays a navigation box that allows users to select a specific version to display."},"title":{"required":false,"name":"Title","description":"y|n - Display the current version name as the title. Note: Do not work when nav=>y"},"default":{"required":false,"name":"Default","description":"Specifies version label to show when displaying the page for the first time. e.g. 'Default'"}}};
tiki_plugins.vote = {"name":"Vote","documentation":"PluginVote","description":"Displays some stat of a tracker content, fields are indicated with numeric ids.","prefs":["feature_trackers","wikiplugin_vote"],"body":"Title","params":{"trackerId":{"required":true,"name":"Tracker ID","description":"Tracker ID"},"fields":{"required":true,"name":"Fields","description":"Colon-separated list of field IDs to be displayed. Example: 2:4:5"},"show_percent":{"required":false,"name":"Show Percentage","description":"y|n"},"show_bar":{"required":false,"name":"Show Bar","description":"y|n"},"show_stat":{"required":false,"name":"Show Stats","description":"y|n"},"show_stat_only_after":{"required":false,"name":"Show Stats After","description":"y|n"},"show_creator":{"required":false,"name":"Show Creator","description":"y|n"},"status":{"required":false,"name":"Status Filter","description":"o|p|c|op|oc|pc|opc Which item status to list. o = open, p = pending, c = closed."},"float":{"required":false,"name":"Float","description":"left|right"}}};
tiki_plugins.wantedpages = {"name":"Wanted Pages","documentation":"PluginWantedPages","description":"Lists ''wanted'' wiki pages","prefs":["wikiplugin_wantedpages"],"body":"Custom level regex. A custom filter for wanted pages to be listed (only used when level=>custom).\n\t\tpossible values: a valid regex-expression (PCRE).","params":{"ignore":{"required":false,"name":"Ignore","description":"A wildcard pattern of originating pages to be ignored. (refer to PHP fuction fnmatch() for details)"},"splitby":{"required":false,"name":"Split By","description":"The character, by which ignored patterns are separated. possible values: characters"},"skipext":{"required":false,"name":"Skip Extension","description":"Whether to include external wikis in the list. possible values0 \/ 1"},"collect":{"required":false,"name":"Collect","description":"Collect either originating or wanted pages in a cell and display them in the second column. possible values: from \/ to"},"debug":{"required":false,"name":"Debug","description":"Switch-on debug output with details about the items. possible values: 0 \/ 1 \/ 2"},"table":{"required":false,"name":"Table","description":"Multiple collected items are separated in distinct table rows, or by comma or line break in one cell. possible values: sep \/ co \/ br"},"level":{"required":false,"name":"Level","description":"Filter the list of wanted pages according to page_regex or custom filter. The default value is the site's __current__ page_regex."}}};
tiki_plugins.webservice = {"name":"Web Service","documentation":"PluginWebservice","description":"Obtains and display remote information exposed in JSON or YAML. The plugin can be used to display registered or unregistered services. Registered services may use more parameters not defined in this interface.","prefs":["wikiplugin_webservice"],"body":"Template to apply to the data provided. Template format uses smarty templating engine using double brackets as delimiter. Output must provide wiki syntax. Body can be sent to a parameter instead by using the bodyname parameter.","validate":"all","params":{"url":{"required":false,"name":"URL","description":"Complete service URL"},"service":{"required":false,"safe":true,"name":"Service Name","description":"Registered service name."},"template":{"required":false,"safe":true,"name":"Template Name","description":"For use with registered services, name of the template to be used to display the service output. This parameter will be ignored if a body is provided."},"bodyname":{"required":false,"filter":"word","safe":true,"name":"Body as Parameter","description":"Name of the argument to send the body as for services with complex input. Named service required for this to be useful."}}};
tiki_plugins.youtube = {"name":"Youtube","documentation":"PluginYouTube","description":"Display youtube video in a wiki page","prefs":["wikiplugin_youtube"],"params":{"movie":{"required":true,"name":"Movie","description":"URL to the Youtube video"},"width":{"required":false,"name":"width","description":"Width in pixels","default":425},"height":{"required":false,"name":"height","description":"Height in pixels","default":350},"quality":{"required":false,"name":"quality","description":"quality","default":"high"},"allowFullScreen":{"required":false,"name":"Allow Fullscreen","description":"y|n","default":"n"}}};
