if( typeof tiki_plugins == 'undefined' ) { tiki_plugins = {}; } 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.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":"striptags"},"dateEnd":{"required":false,"name":"End date","description":"Latest date to select articles from. (YYYY-MM-DD)","filter":"striptags"},"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.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":{"calendarId":{"name":"Calendar filter","description":"If set to a calendar identifier, restricts the events displayed to those in the specified calendar.","filter":"digits"},"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+forum+igal+newsletter+event+poll+quiz+survey+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"}}}; 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|igal|newsletter|poll|quizz|survey|tracker"}}}; 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":null},"y2":{"required":false,"name":"Dependant series","description":null},"y3":{"required":false,"name":"Dependant series","description":null},"y4":{"required":false,"name":"Dependant series","description":null},"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.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":true,"name":"Content ID","description":"Numeric value.","filter":"digits"}}}; 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."}}}; 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."},"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":""},{"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":""},{"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":""},{"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."}}}; 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":"Calendar ID","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":true,"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"}}}; 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"},"sort":{"required":false,"name":"sort","description":"name_asc"},"showaction":{"required":false,"name":"sort","description":"y|n"},"showfind":{"required":false,"name":"find","description":"y|n"},"showid":{"required":false,"name":"Shows ID","description":"y|n"},"showicon":{"required":false,"name":"Shows Icon","description":"y|n"},"showname":{"required":false,"name":"Shows Name","description":"y|n"},"showfilename":{"required":false,"name":"Shows Filename","description":"y|n"},"showsize":{"required":false,"name":"Shows Size","description":"y|n"},"showdescription":{"required":false,"name":"Shows Description","description":"y|n"},"showcreated":{"required":false,"name":"Shows Creation Date","description":"y|n"},"showhits":{"required":false,"name":"Shows Hits","description":"y|n"},"showlockedby":{"required":false,"name":"Shows Locked by","description":"y|n"},"showlmodified":{"required":false,"name":"Shows Modification Date","description":"y|n"},"showauthor":{"required":false,"name":"Shows Author","description":"y|n"},"showcreator":{"required":false,"name":"Shows Creator","description":"y|n"},"showgallery":{"required":false,"name":"Shows Parent Gallery Name","description":"y|n"},"showfiles":{"required":false,"name":"Shows Number of Files","description":"y|n"},"slideshow":{"required":false,"name":"Shows the slideshow of a gallery","description":"y|n"}}}; 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":true,"name":"Movie URL","description":"Complete URL to the movie to include. e.g. files\/test.swf"},"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":[]}; tiki_plugins.footnotearea = {"name":"Footnotearea","documentation":"PluginFootnoteArea","description":"Inserts a section for collected footnotes in the wiki page.","prefs":["wikiplugin_footnotearea"],"params":[]}; 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."}}}; tiki_plugins.googlecheckout = {"name":"Google Checkout","description":"Adds a Google checkout code","prefs":["wikiplugin_googlecheckout"],"filter":"xss","inline":false,"params":{"item_price_1":{"required":true,"safe":false,"name":"item_price_1","description":"Price of item","filter":"xss"},"item_description_1":{"required":true,"safe":false,"name":"item_description_1","description":"Description","filter":"xss"},"item_quantity_1":{"required":false,"safe":false,"name":"item_quantity_1","description":"Quantity","filter":"xss"},"item_name_1":{"required":true,"safe":false,"name":"item_name_1","description":"Name","filter":"xss"}},"body":"Body"}; 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.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.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."}}}; 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.image = {"name":"Image","description":"Display an image. (experimental - possible successor to img in 5.0)","prefs":["wikiplugin_image"],"params":{"fileId":{"required":false,"name":"File ID","description":"Numeric ID of an image in a File Gallery (or comma-separated list). \"fileId\", \"id\" or \"src\" required."},"id":{"required":false,"name":"Image ID","description":"Numeric ID of an image in an Image Gallery (or comma-separated list). \"fileId\", \"id\" or \"src\" required."},"src":{"required":false,"name":"Image Source","description":"Full URL to the image to display. \"fileId\", \"id\" or \"src\" required."},"scalesize":{"required":false,"name":"Image size","description":"Maximum height or width in pixels (largest dimension is scaled).\tIf no scalesize is given one will be attempted from default or given height or width. If scale does not match a defined scale for the gallery the full sized image is downloaded."},"height":{"required":false,"name":"Image height","description":"Height in pixels."},"width":{"required":false,"name":"Image width","description":"Width in pixels."},"link":{"required":false,"name":"Link","description":"Alias: lnk. Location the image should point to."},"rel":{"required":false,"name":"Link Relation","description":"\"rel\" attribute to add to the link."},"title":{"required":false,"name":"Link title","description":"Title text."},"alt":{"required":false,"name":"Image alt text","description":"Alternate text to display if impossible to load the image."},"align":{"required":false,"name":"Alignment","description":"Alias:imalign. Image alignment in the page. (left, right)"},"block":{"required":false,"name":"Alignment","description":"Whether to block items from flowing next to image from the top or bottom. (top,bottom,both,none)"},"desc":{"required":false,"name":"Description","description":"Image description to display on the page."},"usemap":{"required":false,"name":"Image Map","description":"Name of the image map to use for the image."},"class":{"required":false,"name":"CSS Class","description":"CSS class to apply to the image's img tag. (Usually used in configuration rather than on individual images.)"},"style":{"required":false,"name":"CSS Style","description":"CSS styling to apply to the plugin (usually used in configuration rather than on individual images)."},"border":{"required":false,"name":"Border options","description":"Border configuration. Values \"on\" and \"off\" control visibility, or else specify CSS styling options."},"descoptions":{"required":false,"name":"Description options","description":"Description configuration.\tValues \"on\" and \"off\" control visibility, or else specify CSS styling options. (Usually used in configuration rather than on individual images.)"},"default":{"required":false,"name":"Default configuration","description":"Default configuration definitions. (Usually used in configuration rather than on individual images.)"},"mandatory":{"required":false,"name":"Mandatory configuration","description":"Mandatory configuration definitions. (Usually used in configuration rather than on individual images.)"}}}; tiki_plugins.img = {"name":"Image","description":"Display images","prefs":["wikiplugin_img"],"icon":"pics\/icons\/picture.png","params":{"src":{"required":false,"name":"Image source","description":"Full URL to the image to display. \"id\", \"fileId\", \"attId\" or \"src\" required."},"id":{"required":false,"name":"Image ID","description":"Numeric ID of an image in an Image Gallery (or comma-separated list). \"id\", \"fileId\", \"attId\" or \"src\" required."},"fileId":{"required":false,"name":"File ID","description":"Numeric ID of an image in a File Gallery (or comma-separated list). \"id\", \"fileId\", \"attId\" or \"src\" required."},"attId":{"required":false,"name":"Attachment ID","description":"Numeric ID of an image attached to a wiki page (or comma-separated list). \"id\", \"fileId\", \"attId\" or \"src\" required."},"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.","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 images when thumbnail is clicked."}]},"button":{"required":false,"name":"Enlarge button","description":"Button for enlarging image.","options":[{"text":"None","value":""},{"text":"Yes","value":"y"}]},"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."},"rel":{"required":false,"name":"Link relation","description":"Enter \"box\" for colorbox effect (like shadowbox and lightbox) or appropriate syntax for link relation."},"usemap":{"required":false,"name":"Image map","description":"Name of the image map to use for the image."},"height":{"required":false,"name":"Image height","description":"Height in pixels."},"width":{"required":false,"name":"Image width","description":"Width in pixels."},"max":{"required":false,"name":"Maximum image size","description":"Maximum height or width in pixels (largest dimension is scaled). Overrides height and width settings."},"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.","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."},"align":{"required":false,"name":"Align image block","description":"Aligns the box containing the image.","options":[{"text":"None","value":""},{"text":"Right","value":"right"},{"text":"Left","value":"left"},{"text":"Center","value":"center"}]},"stylebox":{"required":false,"name":"Image block style","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","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.","options":[{"text":"None","value":""},{"text":"Top","value":"top"},{"text":"Bottom","value":"bottom"},{"text":"Both","value":"both"}]},"class":{"required":false,"name":"CSS class","description":"CSS class to apply to the image."},"desc":{"required":false,"name":"Caption","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","description":"Title text."},"alt":{"required":false,"name":"Alternate text","description":"Alternate text that displays when image does not load."},"default":{"required":false,"name":"Default config settings","description":"Default configuration settings (usually set by admin)."},"mandatory":{"required":false,"name":"Mandatory admin setting","description":"Mandatory configuration settings (usually set by admin)."}}}; 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":null,"description":"Applet width in pixels"},"xmlhostname":{"required":false,"name":null,"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"}}}; tiki_plugins.listprogress = {"name":"List Progress","description":"Indicates the internationalization progress of the page list.","prefs":["feature_pagelist","wikiplugin_listprogress","feature_multilingual"],"params":{"list":{"required":true,"name":"List Name","description":"Name of the list as configured in the page list admin panel.","filer":"text"},"limit":{"required":false,"name":"Limit","description":"Maximum amount of results to display.","filter":"digits"},"filter":{"required":false,"name":"Filter","description":"Filter to apply to the page list.","filter":"text"},"scoreLimit":{"required":false,"name":"Score Limit","description":"Value used as the denominator for the score.","filter":"digits"}}}; 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.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.LongCount: %baktun%, %katun%, %tun%, %winal%, %kin%;Tzolkin: %tzolkin13%, %tzolkin20%, %tzolkin20name%;Haab: %haabkin%, %haabwinal%, %haabwinalname%;Misc: %longkin%, %julianday%.Example: template \"%baktun%.%katun%.%tun%.%winal%.%kin%, %tzolkin13% %tzolkin20name%, %haabkin% %haabwinalname%\" for 22.05.2009 will return 12.19.16.6.11, 8 CHUEN, 9 SIP.Default template: %baktun%.%katun%.%tun%.%winal%.%kin% %tzolkin13% %tzolkin20name% %haabkin% %haabwinalname%"},"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":{"mp3":{"required":false,"name":"MP3 URL","description":"Complete URL to the mp3 to include."},"flv":{"required":false,"name":"FLV URL","description":"Complete URL to the flv to include."},"style":{"required":false,"name":"Style","description":"One of:mini|normal|maxi|multi"}}}; 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.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","extraparams":true,"params":{"module":{"required":true,"name":"Module Name","description":"Module name as known in Tikiwiki."},"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","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"},"class":{"required":false,"name":"CSS Class","description":"Default: plugin-mouseover","filter":"alpha"},"bgcolor":{"required":false,"name":"Background color of the popup","description":null,"filter":"striptags"},"textcolor":{"required":false,"name":"Text color in the popup","description":null,"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","description":"Options: None|Default|Slide|Fade (and with jQuery UI enabled: Blind|Clip|Drop|Explode|Fold|Puff|Slide)","filter":"alpha"},"speed":{"required":false,"name":"Effect speed","description":"Options: Fast|Normal|Slow","filter":"alpha"}}}; 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.pagelist = {"name":"Page List","description":"List pages part of a named list.","prefs":["wikiplugin_pagelist","feature_pagelist","feature_multilingual"],"params":{"list":{"required":true,"name":"List Name","description":"Name of the list as configured in the page list admin panel.","filer":"text"},"limit":{"required":false,"name":"Limit","description":"Maximum amount of results to display.","filter":"digits"},"start":{"required":false,"name":"Offset","description":"Pagination start element.","filter":"digits"},"filter":{"required":false,"name":"Filter","description":"Filter to apply to the page list.","filter":"text"},"style":{"required":false,"name":"Style","description":"?","filter":"word"}}}; tiki_plugins.picture = {"name":"Picture","documentation":"PluginPicture","description":"Search for images uploaded by users (deprecated - scheduled to be removed or changed significantly)","prefs":["feature_wiki_pictures","wikiplugin_picture"],"params":{"file":{"name":"File","description":"Filename or full path to file","required":true}}}; tiki_plugins.pluginmanager = {"name":"Plugin Manager","documentation":"PluginManager","description":"Displays a list of plugins available in this wiki.","prefs":["wikiplugin_pluginmanager"],"params":{"info":{"required":false,"name":"Information","description":"version|description|arguments Multiple values separated with | can be used."}}}; 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"}}}; 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":{"search":{"required":true,"name":"Search","description":"Page name containing the regular expression."}}}; 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","params":{"id":{"required":true,"name":"IDs","description":"List of feed IDs separated by colons. ex: feedId:feedId2"},"max":{"required":false,"name":"Result Count","description":"Number of results displayed."},"date":{"required":false,"name":"Date","description":"0|1"},"desc":{"required":false,"name":"Description","description":"0|1|max length"},"author":{"required":false,"name":"Author","description":"0|1"}}}; tiki_plugins.screencast = {"name":"Screencast","description":"Display a screencast uploaded on the page.","prefs":["feature_wiki_screencasts","wikiplugin_screencast"],"body":"Label to use as a replacement to the default text","filter":"text","params":{"file":{"required":true,"name":"File ID","description":"ID as provided automatically during the upload.","filter":"url"}}}; 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."},"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."},"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."},"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."}}}; 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.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"}}}; 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"],"params":{"joincols":{"required":false,"name":"Join Columns","description":"y|n Generate the colspan attribute if columns are missing"},"fixedsize":{"required":false,"name":"Fixed Size","description":"y|n Generate the width attribute on the columns"},"colsize":{"required":false,"name":"Column Size","description":"?"},"first":{"required":false,"name":"First","description":"col|line"},"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"],"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.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.thumb = {"name":"Thumbnail","documentation":"PluginThumb","description":"Displays the thumbnail for an image","prefs":["wikiplugin_thumb"],"body":"description","filter":"text","params":{"file":{"required":false,"name":"File ID","description":"File ID from the file gallery.","filter":"url"},"id":{"required":false,"name":"Image ID","description":"Image ID from the image gallery.","filter":"digits"},"image":{"required":false,"name":"Image","description":"URL to the image.","filter":"url"},"max":{"required":false,"name":"Maximum Size","description":"Maximum width or height for the image.","filter":"int"},"float":{"required":false,"name":"Floating","description":"left|right|none","filter":"alpha"},"url":{"required":false,"name":"URL","description":"Link target of the image.","filter":"url"},"original":{"required":false,"name":"Original","description":"y|n","filter":"alpha"},"sticky":{"required":false,"name":"Sticky","description":"y|n","filter":"alpha"}}}; 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}}}; 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"},"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":"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."}}}; 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","filter":"alpha"},"popup":{"required":false,"name":"Popup","description":"Colon-separated list of fields to display on click. Example: 6:7","filter":"digits","separator":":"},"stickypopup":{"required":false,"name":"Sticky Popup","description":"y|n","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":"shownbitems","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","filter":"word"},"max":{"required":false,"name":"Maximum number of items","description":"Maximum number of items","filter":"int"},"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":"text","separator":":"},"exactvalue":{"required":false,"name":"Exact Value","description":"?","filter":"text","separator":":"},"checkbox":{"required":false,"name":"Checkbox","description":"?"},"goIfOne":{"required":false,"name":"goIfOne","description":"y|n","filter":"alpha"},"more":{"required":false,"name":"More","description":"y|n","filter":"alpha"},"moreurl":{"required":false,"name":"More URL","description":"More Url","filter":"url"},"view":{"required":false,"name":"View","description":"user|page Select automatically the item of the current user or the page","filter":"alpha"},"tpl":{"required":false,"name":"Template","description":"?"},"wiki":{"required":false,"name":"Wiki","description":"?","filter":"pagename"},"view_user":{"required":false,"name":"View User","description":"?"},"itemId":{"required":false,"name":"Item ID separated with :","description":"List of items Ids","filter":"digits","separator":":"},"url":{"required":false,"name":"URL","description":"link url","filter":"url"},"ldelim":{"required":false,"name":"Left Deliminator","description":"?"},"rdelim":{"required":false,"name":"Right Deliminator","description":"?"},"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"},"filters":{"required":true,"name":"Filters","description":"Example:2\/d:4\/r:5"},"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","filter":"alpha"},"popup":{"required":false,"name":"Popup","description":"Colon-separated list of fields to display on click. Example: 6:7","filter":"digits","separator":":"},"stickypopup":{"required":false,"name":"Sticky Popup","description":"y|n","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":"shownbitems","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","filter":"word"},"max":{"required":false,"name":"Maximum number of items","description":"Maximum number of items","filter":"int"},"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":"text","separator":":"},"exactvalue":{"required":false,"name":"Exact Value","description":"?","filter":"text","separator":":"},"checkbox":{"required":false,"name":"Checkbox","description":"?"},"goIfOne":{"required":false,"name":"goIfOne","description":"y|n","filter":"alpha"},"more":{"required":false,"name":"More","description":"y|n","filter":"alpha"},"moreurl":{"required":false,"name":"More URL","description":"More Url","filter":"url"},"view":{"required":false,"name":"View","description":"user|page Select automatically the item of the current user or the page","filter":"alpha"},"tpl":{"required":false,"name":"Template","description":"?"},"wiki":{"required":false,"name":"Wiki","description":"?","filter":"pagename"},"view_user":{"required":false,"name":"View User","description":"?"},"itemId":{"required":false,"name":"Item ID separated with :","description":"List of items Ids","filter":"digits","separator":":"},"url":{"required":false,"name":"URL","description":"link url","filter":"url"},"ldelim":{"required":false,"name":"Left Deliminator","description":"?"},"rdelim":{"required":false,"name":"Right Deliminator","description":"?"},"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"}}}; 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"}}}; 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."}}}; 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"}}};