if( typeof tiki_plugins == 'undefined' ) { var tiki_plugins = {}; }
tiki_plugins.addtocart = {"name":"Add to cart","documentation":"PluginAddToCart","description":"Adds a product to the virtual cart. The cart can be manipulated using the cart module.","prefs":["wikiplugin_addtocart","payment_feature"],"filter":"wikicontent","format":"html","icon":"pics\/icons\/cart_add.png","params":{"code":{"required":true,"name":"Product code","description":"Unique identifier for the product. Two products with the same code will be the same and the information used will be the one of the first in.","filter":"text","default":""},"description":{"required":true,"name":"Description","description":"Label for the product in the cart.","filter":"text","default":""},"producttype":{"required":false,"name":"Product Type","description":"The product type that is being sold, which will affect fulfillment, e.g. standard product, gift certificate, event ticket","filter":"text","default":""},"productclass":{"required":false,"name":"Product Class","description":"The class the product belongs to, can be used to limit how gift cards are used","filter":"text","default":""},"productbundle":{"required":false,"name":"Product Bundle","description":"The bundle the product belongs to, can be used to limit how gift cards are used, will automatically add other products in same class to cart","filter":"text","default":""},"bundleclass":{"required":false,"name":"Bundle Class","description":"The class the bundle belongs to, can be used to limit how gift cards are used","filter":"text","default":""},"price":{"required":true,"name":"Price","description":"The price to charge for the item.","filter":"text","default":""},"href":{"required":false,"name":"Location","description":"URL of the product's information. The URL may be relative or absolute (begin with http:\/\/).","filter":"url","default":""},"label":{"required":false,"name":"Button label","description":"Text for the submit button. default: \"Add to cart\"","filter":"text","default":"Add to cart"},"eventcode":{"required":false,"name":"Associated event code","description":"Unique identifier for the event that is associated to the product.","filter":"text","default":""},"autocheckout":{"required":false,"name":"Automatically checkout","description":"Automatically checkout for purchase and send user to pay (this is disabled when there is already something in the cart)","filter":"text","default":"n"},"onbehalf":{"required":false,"name":"Buy on behalf of","description":"Allows the selection of user to make purchase on behalf of","filter":"text","default":"n"},"forceanon":{"required":false,"name":"Shop as anonymous always","description":"Add to cart as anonymous shopper even if logged in","filter":"text","default":"n"},"forwardafterfree":{"required":false,"name":"Forward to this url after free purchase","description":"Forward to this url after free purchase","filter":"url","default":""},"giftcertificate":{"required":false,"name":"Gift certificate","description":"Allows user to add gift certificate from the product view","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"exchangeorderitemid":{"required":false,"name":"Order Item ID to exchange product","description":"Used in conjunction with exchange feature","filter":"int","default":""},"exchangetoproductid":{"required":false,"name":"Product ID to exchange to","desctiption":"Used in conjunction with exchange feature","filter":"int","default":""},"exchangeorderamount":{"required":false,"name":"Amount of new product to exchange for","description":"Should normally be set to the amount of products in the order being exchanged","filter":"int","default":1},"ajaxaddtocart":{"required":false,"name":"Ajax add to cart feature","description":"Attempts to turn ajax for cart on","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]}}};
tiki_plugins.addtogooglecal = {"name":"Add to Google Calendar","documentation":"PluginAddToGoogleCal","description":"Add a calendar item to a Google calendar","prefs":["wikiplugin_addtogooglecal"],"introduced":6,"icon":"pics\/icons\/calendar_add.png","params":{"calitemid":{"required":true,"name":"Calendar item ID","description":"The item ID of the calendar to add to Google calendar.","accepted":"A calendar item ID number","filter":"digits","default":"","since":"6.0"},"iconstyle":{"required":false,"name":"Icon Style","description":"Choose the icon style","accepted":"Either 1, 2 or 3","filter":"digits","default":1,"since":"6.0","options":[{"text":"","value":""},{"text":"One","value":1},{"text":"Two","value":2},{"text":"Three","value":3}]}}};
tiki_plugins.adjustinventory = {"name":"Adjust Inventory","documentation":"PluginAdjustInventory","description":"Modifies inventory of a product","prefs":["wikiplugin_adjustinventory","payment_feature"],"filter":"wikicontent","format":"html","params":{"code":{"required":true,"name":"Product ID","description":"Product ID of item in the cart tracker","filter":"text","default":""},"add":{"required":false,"name":"Show add","description":"y|n","filter":"text","default":"y"},"subtract":{"required":false,"name":"Show subtract","description":"y|n","filter":"text","default":"y"}}};
tiki_plugins.agentinfo = {"name":"User Agent Info","documentation":"PluginAgentinfo","description":"Show user's browser and server information","prefs":["wikiplugin_agentinfo"],"icon":"pics\/icons\/computer.png","params":{"info":{"required":false,"name":"Info","description":"Display's the visitor's IP address (IP or default), browser information (BROWSER), or server software (SVRSW).","default":"IP","filter":"alpha","options":[{"text":"","value":""},{"text":"IP address","value":"IP"},{"text":"Server software","value":"SVRSW"},{"text":"Browser","value":"BROWSER"}]}}};
tiki_plugins.alink = {"name":"Anchor Link","documentation":"PluginAlink","description":"Create a link to an anchor","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.","default":""},"pagename":{"required":false,"name":"Page Name","description":"The name of the wiki page containing the anchor. If empty, the anchor name will be searched for on the wiki page where the plugin is used.","filter":"pagename","default":""}}};
tiki_plugins.aname = {"name":"Anchor Name","documentation":"PluginAname","description":"Create an anchor that can be linked to","prefs":["wikiplugin_aname"],"body":"The name of the anchor.","params":[],"icon":"pics\/icons\/anchor.png"};
tiki_plugins.annotation = {"name":"Image Annotation","documentation":"PluginAnnotation","description":"Annotate an image","prefs":["wikiplugin_annotation"],"body":"Autogenerated content. Leave blank initially.","filter":"striptags","icon":"pics\/icons\/image_edit.png","params":{"src":{"required":true,"name":"Location","description":"Absolute URL to the image or relative path from tiki root.","filter":"url","default":""},"width":{"required":true,"name":"Width","description":"Image width in pixels.","filter":"digits","default":""},"height":{"required":true,"name":"Height","description":"Image height in pixels.","filter":"digits","default":""},"align":{"required":false,"name":"Alignment","description":"Image alignment. Possible values: left, right, center. Default is left","filter":"alpha","advanced":true,"default":"left","options":[{"text":"","value":""},{"text":"Left","value":"left"},{"text":"Right","value":"right"},{"text":"Center","value":"center"}]}}};
tiki_plugins.archivebuilder = {"name":"Archive Builder","documentation":"PluginArchiveBuilder","description":"Build a zip archive that can be downloaded","prefs":["wikiplugin_archivebuilder"],"body":"Description of the archive content. Multiple handlers are available for content types. One per line. Ex: page-as-pdf:some-folder\/foo.pdf:HomePage , tracker-attachments:target-folder\/:3435","icon":"pics\/icons\/mime\/zip.png","params":{"name":{"name":"Archive Name","description":"Upon download, the name of the file that will be provided.","required":true,"default":""}}};
tiki_plugins.article = {"name":"Article","documentation":"PluginArticle","description":"Display a field of an article","prefs":["feature_articles","wikiplugin_article"],"icon":"pics\/icons\/layout_content.png","format":"html","params":{"Field":{"required":false,"name":"Field","description":"The article field to display. Default field is Heading.","filter":"word","default":"heading"},"Id":{"required":false,"name":"Article ID","description":"The article to display. If no value is provided, most recent article will be used.","filter":"digits","default":""}}};
tiki_plugins.articles = {"name":"Article List","documentation":"PluginArticles","description":"Display multiple articles","prefs":["feature_articles","wikiplugin_articles"],"icon":"pics\/icons\/table_multiple.png","params":{"usePagination":{"required":false,"name":"Use Pagination","description":"Activate pagination when articles listing are long. Default is n","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"max":{"required":false,"name":"Maximum Displayed","description":"The number of articles to display in the list (no max set by default)If Pagination is set to y (Yes), this will determine the amount of articles per page","filter":"int","default":-1},"topic":{"required":false,"name":"Topic Name Filter","description":"Filter the list of aricles by their topic. Example: [!]topic+topic+topic","filter":"striptags","default":""},"topicId":{"required":false,"name":"Topic ID Filter","description":"Filter the list of aricles by their topic ID. Example: [!]topicId+topicId+topicId","filter":"striptags","default":""},"type":{"required":false,"name":"Type Filter","description":"Filter the list of aricles by their types. Example: [!]type+type+type","filter":"striptags","default":""},"categId":{"required":false,"name":"Category ID","description":"The ID of the category that articles need to be in to be listed","filter":"digits","default":""},"lang":{"required":false,"name":"Language","description":"List only articles in this language","filter":"lang","default":""},"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\") Use random to have random items.","filter":"word","default":"publishDate_desc"},"quiet":{"required":false,"name":"Quiet","description":"Whether to not report when there are no articles (no reporting by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"titleonly":{"required":false,"name":"Title Only","description":"Whether to only show the title of the articles (not set to title only by default)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"fullbody":{"required":false,"name":"Body Only","description":"Whether to only show the body of the articles or just the heading and title. (not set to body only by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"start":{"required":false,"name":"Starting Article","description":"The article number that the list should start with (starts with first article by default)This will not work if Pagination is used.","filter":"int","default":0},"dateStart":{"required":false,"name":"Start Date","description":"Earliest date to select articles from. (YYYY-MM-DD)","filter":"date","default":""},"dateEnd":{"required":false,"name":"End date","description":"Latest date to select articles from. (YYYY-MM-DD)","filter":"date","default":""},"periodQuantity":{"required":false,"name":"Period quantity","description":"Numeric value to display only last articles published within a user defined time-frame. Used in conjunction with the next parameter \"Period unit\", this parameter indicates how many of those units are to be considered to define the time frame. If this parameter is set, \"Start Date\" and \"End date\" are ignored.","filter":"int","default":""},"periodUnit":{"required":false,"name":"Period unit","description":"Time unit used with \"Period quantity\"","filter":"word","options":[{"text":"Day","value":"day"},{"text":"Week","value":"week"},{"text":"Month","value":"month"}]},"overrideDates":{"required":false,"name":"Override Dates","description":"Whether to obey article type's \"show before publish\" and \"show after expiry\" settings (not obeyed by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"containerClass":{"required":false,"name":"Container class","description":"CSS Class to add to the container DIV.article. (Default=\"wikiplugin_articles\")","filter":"striptags","default":"wikiplugin_articles"},"largefirstimage":{"required":false,"name":"Large First Image","description":"If set to y (Yes), the first image will be displayed with the dimension used to view of the article","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"urlparam":{"required":false,"name":"Additional URL Param to the link to read article","filter":"striptags","default":""},"actions":{"required":false,"name":"Show actions (buttons and links)","description":"Whether to show the buttons and links to do actions on each article (for the actions you have permission to do (y|n)","filter":"alpha"},"translationOrphan":{"required":false,"name":"No translation","description":"User or pipe separated list of two letter language codes for additional languages to display. List pages with no language or with a missing translation in one of the language","filter":"alpha","separator":"|","default":""}}};
tiki_plugins.attach = {"name":"Attachment","documentation":"PluginAttach","description":"Displays an attachment or a list of them","prefs":["feature_wiki_attachments","wikiplugin_attach"],"body":"Comment","icon":"pics\/icons\/attach.png","params":{"name":{"required":false,"name":"Name","description":"File name of the attached file to link to. Either name, file, id or num can be used to identify a single attachment","default":""},"file":{"required":false,"name":"File","description":"Same as name","default":""},"page":{"required":false,"name":"Page","description":"Name of the wiki page the file is attached to. If left empty when the plugin is used on a wiki page, this defaults to that wiki page.","default":""},"showdesc":{"required":false,"name":"Show Description","description":"Shows the description as the link text instead of the file name (not used by default)","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"bullets":{"required":false,"name":"Bullets","description":"Makes the list of attachments a bulleted list (not set by default)","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"image":{"required":false,"name":"Image","description":"Indicates that this file is an image, and should be displayed inline using the img tag (not set by default)","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"inline":{"required":false,"name":"Custom Label","description":"Makes the text between the {ATTACH} tags the link text instead of the file name or description. Only the first attachment will be listed.","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"all":{"required":false,"name":"All","description":"Lists links to all attachments for the entire tiki site together with pages they are attached to when set to 1 (Yes)","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"num":{"required":false,"name":"Order Number","description":"Identifies the attachment to link to by the order of the attachment in the list of attachments to a page instead of by file name or ID. \n\t\t\t\t\t\t\t\t\t\tEither name, file, id or num can be used to identify a single attachment.","default":""},"id":{"required":false,"name":"ID","description":"Identifies the attachment to link to by id number instead of by file name or order number. Either name, file, id or num can be used to identify a single attachment."},"dls":{"required":false,"name":"Downloads","description":"The alt text that pops up on mouseover will include the number of downloads of the attachment at the end when set to 1 (Yes)","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"icon":{"required":false,"name":"File Type Icon","description":"A file type icon is displayed in front of the attachment link when this is set to 1","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]}}};
tiki_plugins.attributes = {"name":"Attributes","documentation":"PluginAttributes","description":"Assign generic attributes to the current object","prefs":["wikiplugin_attributes"],"extraparams":true,"defaultfilter":"text","icon":"pics\/icons\/page_gear.png","params":[]};
tiki_plugins.author = {"name":"Author","documentation":"PluginAuthor","description":"View author contributions to a wiki page","prefs":["wikiplugin_author"],"body":"text","icon":"pics\/icons\/text_signature.png","params":{"author":{"required":true,"name":"User Name","description":"User name of the user who wrote the text.","default":"","filter":"username"},"deleted_by":{"required":false,"name":"Deleted by User","description":"User name of the user who deleted the text.","default":"","filter":"username"},"visible":{"required":false,"name":"Make Visible","description":"Should this author's contribution be visible (default: no).","filter":"text","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":"1"},{"text":"No","value":"0"}]},"popup":{"required":false,"name":"Show popup with author\/deleted by","description":"Generate a popup with names of author(s) (default: no).","filter":"text","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":"1"},{"text":"No","value":"0"}]}}};
tiki_plugins.avatar = {"name":"Avatar","documentation":"PluginAvatar","description":"Display a user's avatar","prefs":["wikiplugin_avatar"],"body":"username","icon":"pics\/icons\/user.png","params":{"page":{"required":false,"name":"Page","description":"The wiki page the avatar will link to. If empty and the user's information is public, \n\t\t\t\t\t\t\t\t\t\tthen the avatar will link automatically the that user's user information page","default":""},"float":{"required":false,"name":"Float","description":"Align the avatar on the page","filter":"word","options":[{"text":"","value":""},{"text":"Right","value":"right"},{"text":"Left","value":"left"}]}}};
tiki_plugins.back = {"name":"Back","documentation":"PluginBack","description":"Displays a link that goes back one page in the browser history","prefs":["wikiplugin_back"],"icon":"pics\/icons\/arrow_left.png","params":[]};
tiki_plugins.backlinks = {"name":"Backlinks","documentation":"PluginBacklinks","description":"Lists all pages that link to a particular page","prefs":["feature_wiki","wikiplugin_backlinks"],"icon":"pics\/icons\/link.png","params":{"page":{"required":false,"name":"Page","description":"The page links will point to. Default value is the current page.","advanced":true,"default":"[pagename]"},"info":{"required":false,"name":"Displayed Information","description":"Pipe separated list of fields to display. ex: hits|user","advanced":true,"default":false},"exclude":{"required":false,"name":"Excluded pages","description":"Pipe separated list of pages to be excluded from the listing. ex: HomePage|Sandbox","advanced":true,"default":""},"include_self":{"required":false,"name":"Include Self","description":"With or without self-link (default is without)","advanced":true,"default":0,"options":[{"text":"","value":""},{"text":"Yes","value":"1"},{"text":"No","value":"0"}]},"noheader":{"required":false,"name":"Header","description":"With or without header (default is with header)","options":[{"text":"","value":""},{"text":"With header","value":"0"},{"text":"Without header","value":"1"}]}}};
tiki_plugins.banner = {"name":"Banner","documentation":"PluginBanner","description":"Add a banner","prefs":["wikiplugin_banner"],"icon":"pics\/icons\/page_lightning.png","params":{"zone":{"required":true,"name":"Zone","description":"Name of the zone created in Admin > Banners","default":""},"target":{"required":false,"name":"Target","description":"Determines the browser behavior once the banner is clicked","default":"","options":[{"text":"","value":""},{"text":"Blank","value":"_blank"},{"text":"Display","value":"display"}]}}};
tiki_plugins.bigbluebutton = {"name":"BigBlueButton","documentation":"PluginBigBlueButton","description":"Starts a video\/audio\/chat\/presentation session using BigBlueButton","format":"html","prefs":["wikiplugin_bigbluebutton","bigbluebutton_feature"],"icon":"pics\/icons\/webcam.png","params":{"name":{"required":true,"name":"Meeting","description":"MeetingID provided by BigBlueButton.","filter":"text","default":""},"prefix":{"required":false,"name":"Anonymous prefix","description":"Unregistered users will get this token prepended to their name.","filter":"text","default":""},"welcome":{"required":false,"name":"Welcome Message","description":"A message to be provided when someone enters the room.","filter":"text","default":""},"number":{"required":false,"name":"Dial Number","description":"The phone-in support number to join from traditional phones.","filter":"text","default":""},"voicebridge":{"required":false,"name":"Voice Bridge","description":"Code to enter for phone attendees to join the room.","filter":"digits","default":""},"logout":{"required":false,"name":"Log-out URL","description":"URL to which the user will be redirected when logging out from BigBlueButton.","filter":"url","default":""},"max":{"required":false,"name":"Maximum Participants","description":"Limit to the amount of simultaneous participants in the room. Support for this parameter depends on the BigBlueButton server.","filter":"int","default":""}}};
tiki_plugins.bliptv = {"name":"Bliptv","documentation":"PluginBlipTV","description":"Display a Blip.tv video","prefs":["wikiplugin_bliptv"],"icon":"pics\/icons\/bliptv.png","params":{"url":{"required":true,"name":"URL","description":"Blip.tv embed URL. Example: http:\/\/blip.tv\/play\/AYGd_GAC","filter":"url","default":""},"width":{"required":false,"name":"Width","description":"Width in pixels (default is 425","filter":"digits","default":425},"height":{"required":false,"name":"Height","description":"Height in pixels (default is 350)","filter":"digits","default":350}}};
tiki_plugins.bloglist = {"name":"Blog List","documentation":"PluginBlogList","description":"Display posts from a site blog","prefs":["feature_blogs","wikiplugin_bloglist"],"icon":"pics\/icons\/text_list_bullets.png","params":{"Id":{"required":true,"name":"Blog ID","description":"The ID number of the blog on the site you wish to list posts from","filter":"digits","default":""},"Items":{"required":false,"name":"Maximum Items","description":"Maximum number of entries to list (no maximum set by default)","filter":"digits","default":""},"author":{"required":false,"name":"Author","description":"Only display posts created by this user (all posts listed by default)","default":""},"simpleList":{"required":false,"name":"Simple List","description":"Show simple list of date, title and author (default=y) or formatted list of blog posts (n)","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"dateStart":{"required":false,"name":"Start Date","description":"Earliest date to select posts from. (YYYY-MM-DD)","filter":"date","default":""},"dateEnd":{"required":false,"name":"End Date","description":"Latest date to select posts from. (YYYY-MM-DD)","filter":"date","default":""},"containerClass":{"required":false,"name":"Container Class","description":"CSS Class to add to the container DIV.article. (Default=\"wikiplugin_bloglist\")","filter":"striptags","default":"wikiplugin_bloglist"}}};
tiki_plugins.box = {"name":"Box","documentation":"PluginBox","description":"Creates a formatted box with a title bar","prefs":["wikiplugin_box"],"body":"text","icon":"pics\/icons\/layout_header.png","params":{"title":{"required":false,"name":"Box title","description":"Displayed above the content","default":""},"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":"Aligns the text within the box (left aligned by default)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Right","value":"right"},{"text":"Center","value":"center"}]},"float":{"required":false,"name":"Float Position","description":"Set the alignment for the entire box. For elements with a width of less than 100%, other elements will wrap around it \n\t\t\t\t\t\t\t\t\t\tunless the clear parameter is appropriately set.)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Left","value":"left"},{"text":"Right","value":"right"}]},"clear":{"required":false,"name":"Clear","description":"Items are not allowed to wrap around the box if this parameter is set to.1 (Yes)","filter":"text","default":"","options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"class":{"required":false,"name":"CSS Class","description":"Apply custom CSS class to the box."},"id":{"required":false,"name":"ID","description":"ID"}}};
tiki_plugins.button = {"name":"Button","documentation":"PluginButton","description":"Add a link formatted as a button","prefs":["wikiplugin_button"],"validate":"none","extraparams":false,"icon":"pics\/icons\/control_play_blue.png","params":{"href":{"required":true,"name":"Url","description":"URL to be produced by the button. You can use wiki argument variables like {{itemId}} in it","filter":"url","default":""},"_text":{"required":false,"name":"Label","description":"Label for the button","filter":"text","default":""}}};
tiki_plugins.calendar = {"name":"Calendar","documentation":"PluginCalendar","description":"Display a calendar and its events","prefs":["feature_calendar","wikiplugin_calendar"],"icon":"pics\/icons\/calendar.png","params":{"calIds":{"name":"Calendar IDs","description":"If set to a list of calendar identifiers, restricts the events to those in the identified calendars. Identifiers are separated by commas (\",\"). Example values:\"13\", \"4,7\", \"31,49\". Not set by default.","filter":"digits","separator":",","default":""},"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: table.","filter":"word","default":"table","options":[{"text":"","value":""},{"text":"List","value":"list"},{"text":"Table","value":"table"},{"text":"Both","value":"both"}]},"viewmode":{"name":"View 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. Default is month","filter":"word","default":"month","options":[{"text":"","value":""},{"text":"Day","value":"day"},{"text":"Week","value":"week"},{"text":"Month","value":"month"},{"text":"Quarter","value":"quarter"},{"text":"Semester","value":"semester"},{"text":"Year","value":"year"}]},"viewnavbar":{"required":false,"name":"Navigation Bar","description":"Decide or not to show the navigation bar (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]}}};
tiki_plugins.cartmissinguserinfo = {"name":"Cart Missing User Info","documentation":"PluginCartMissingUserInfo","description":"Check if user still has missing info to enter","prefs":["wikiplugin_cartmissinguserinfo","payment_feature"],"params":{"info_type":{"required":true,"name":"Type of Information","filter":"text","default":"postpurchase","options":[{"text":"Post Purchase","value":"postpurchase"},{"text":"Required before purchase","value":"required"}]},"product_class_id":{"required":true,"name":"Product Class ID","filter":"int","default":""}}};
tiki_plugins.category = {"name":"Category","documentation":"PluginCategory","description":"List categories and objects assigned to them","prefs":["feature_categories","wikiplugin_category"],"icon":"pics\/icons\/sitemap_color.png","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":"+","default":""},"types":{"required":false,"name":"Types","description":"List of object types to include in the list separated by plus signs. ex: article+blog+faq+fgal<br \/>+forum+igal+newsletter<br \/>+event+poll+quiz+survey<br \/>+tracker+wiki+img","filter":"text","default":"*"},"sort":{"required":false,"name":"Sort Order","description":"Sort ascending or descending based on various attributes (sorted ascending by name by default)","filter":"text","default":"","options":[{"text":"","value":""},{"text":"Created Ascending","value":"created_asc"},{"text":"Created Descending","value":"created_desc"},{"text":"Hits Ascending","value":"hits_asc"},{"text":"Hits Descending","value":"hits_desc"},{"text":"Item ID Ascending","value":"itemId_asc"},{"text":"Item ID Descending","value":"itemId_desc"},{"text":"Name Ascending","value":"name_asc"},{"text":"Name Descending","value":"name_desc"},{"text":"Type Ascending","value":"type_asc"},{"text":"Type Descending","value":"type_desc"},{"text":"Random","value":"random"}]},"split":{"required":false,"name":"Split","description":"Whether multiple categories will be listed on different lines (default is to split them)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"and":{"required":false,"name":"And","description":"If set to y (Yes), only objects in all of the categories will be shown (default is to show objects in any of the categories)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"sub":{"required":false,"name":"With Sub-categories","description":"Also list objects in sub-categories of the categories given (default is to list sub-category objects)","default":"n","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showdescription":{"required":false,"name":"Show Description","description":"Show descriptions (not shown by default)","default":"n","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showname":{"required":false,"name":"Show Name","description":"Show object names (shown by default)","default":"y","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showtype":{"required":false,"name":"Show type","description":"Show type (shown by default)","default":"y","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"one":{"required":false,"name":"One Per Line","description":"Show one object per line (multiple per line shown by default)","default":"n","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showlinks":{"required":false,"name":"Show Child Links","description":"Show children category links (shown by default)","default":"y","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"categoryshowlink":{"required":false,"name":"Show Top Link","description":"Show top category link (shown by default)","default":"y","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"maxRecords":{"required":false,"name":"Max Records","description":"Maximum number of objects to list (default is 50)","default":"50","filter":"digits"},"showTitle":{"required":false,"name":"Show Title","description":"Show title text above category object lists (shown by default)","default":"y","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"lang":{"required":false,"name":"Language","description":"List only objects in this language. Only apply if type=wiki.","filter":"lang","default":""}}};
tiki_plugins.catorphans = {"name":"Category Orphans","documentation":"PluginCatOrphans","description":"List objects that are not categorized","prefs":["feature_categories","wikiplugin_catorphans"],"icon":"pics\/icons\/sitemap_color.png","params":{"objects":{"required":false,"name":"Object","description":"Currently, only works with wiki pages (set to wiki (Wiki Pages) by default)","default":"wiki","options":[{"text":"","value":""},{"text":"Wiki Pages","value":"wiki"}]},"max":{"required":false,"name":"Max","description":"Maximum number of items. Use -1 for unlimited. Default is the site admin setting for maximum records.","default":"$prefs['maxRecords']"},"offset":{"required":false,"name":"Result Offset","description":"Result number at which the listing should start (default is no offset)","default":0}}};
tiki_plugins.catpath = {"name":"Category Path","documentation":"PluginCatPath","description":"Show the full category path for a wiki page","prefs":["feature_categories","wikiplugin_catpath"],"icon":"pics\/icons\/sitemap_color.png","params":{"divider":{"required":false,"name":"Separator","description":"String used to separate the categories in the path. Default character is >.","default":">"},"top":{"required":false,"name":"Display Top Category","description":"Show the top category as part of the path name (not shown by default)","filter":"alpha","default":"no","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]}}};
tiki_plugins.cclite = {"name":"Cclite","documentation":"PluginCclite","description":"General purpose cclite utility plugin","prefs":["wikiplugin_cclite","payment_feature"],"icon":"pics\/icons\/money.png","params":{"mode":{"required":false,"name":"Mode","description":"Mode of operation - summary or recent. Default: summary","filter":"text","default":"summary","options":[{"text":"","value":""},{"text":"Account summary","value":"summary"},{"text":"Recent transactions","value":"recent"}]},"registry":{"required":false,"name":"Registry","description":"Registry to query. Default: site preference (or first in list when more than one)","filter":"text","default":""}}};
tiki_plugins.center = {"name":"Center","documentation":"PluginCenter","description":"Center text","prefs":["wikiplugin_center"],"body":"text","icon":"pics\/icons\/text_align_center.png","params":[]};
tiki_plugins.chart = {"name":"Chart","documentation":"PluginChart","description":"Display a chart from TikiSheet","prefs":["feature_sheet","wikiplugin_chart"],"icon":"pics\/icons\/chart_curve.png","body":"Chart caption.","params":{"id":{"required":true,"name":"Sheet ID","description":"Data sheet ID"},"type":{"required":true,"name":"Chart Type","description":"BarStackGraphic | MultibarGraphic | MultilineGraphic | PieChartGraphic"},"width":{"required":true,"name":"Chart Width","description":"Width in pixels."},"height":{"required":true,"name":"Chart Height","description":"Height in pixels."},"value":{"required":false,"name":"Value series","description":"Required for pie charts"},"x":{"required":false,"name":"Independant series","description":"Required for types other than pie chart"},"y0":{"required":false,"name":"Dependant series","description":"Required for types other than pie chart"},"y1":{"required":false,"name":"Dependant series","description":""},"y2":{"required":false,"name":"Dependant series","description":""},"y3":{"required":false,"name":"Dependant series","description":""},"y4":{"required":false,"name":"Dependant series","description":""},"color":{"required":false,"name":"Colors","description":"List of colors to use."},"style":{"required":false,"name":"Styles","description":"List of styles to use."},"label":{"required":false,"name":"Labels","description":"Labels for the series or values in the legend."}}};
tiki_plugins.code = {"name":"Code","documentation":"PluginCode","description":"Display code syntax with line numbers and color highlights","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":"Enable word wrapping on the code to avoid breaking the layout. May not be used with line numbers if Geshi version 1.0.8.9+","options":[{"text":"","value":""},{"text":"Yes","value":"1"},{"text":"No","value":"0"}]},"colors":{"required":false,"name":"Colors","description":"Syntax highlighting to use. GeSHi - Generic Syntax Highlighter must be installed for languages other than php. Without GeSHi, the php tag must be included at the \n\t\t\t\t\t\t\t\t\tbeginning of the displayed code for the highlighting to work. May not be used with line numbers if Geshi version < 1.0.8.9. Available: php, html, sql, javascript, css, java, c, doxygen, delphi, rsplus...","advanced":true},"ln":{"required":false,"name":"Line Numbers","description":"Show line numbers for each line of code. May not be used with colors unless GeSHI is installed.","options":[{"text":"","value":""},{"text":"Yes","value":"1"},{"text":"No","value":"0"}],"advanced":true},"wiki":{"required":false,"name":"Wiki Syntax","description":"Parse wiki syntax within the code snippet (not parsed by default)","options":[{"text":"","value":""},{"text":"No","value":"0"},{"text":"Yes","value":"1"}],"advanced":true},"rtl":{"required":false,"name":"Right to Left","description":"Switch the text display from left to right to right to left  (left to right by default)","options":[{"text":"","value":""},{"text":"Yes","value":"1"},{"text":"No","value":"0"}],"advanced":true},"ishtml":{"required":false,"name":"Content is HTML","description":"When set to 1 (Yes), HTML will still be processed (presented as is by default)","options":[{"text":"","value":""},{"text":"Show HTML","value":"0"},{"text":"Interpret HTML","value":"1"}]},"cpy":{"required":false,"name":"Copy To Clipboard","description":"Copy the contents of the code box to the clipboard  (not copied to clipboard by default)","options":[{"text":"","value":""},{"text":"Yes","value":"1"},{"text":"No","value":"0"}],"advanced":true}}};
tiki_plugins.colorbox = {"name":"Colorbox","documentation":"PluginColorBox","description":"Display a gallery of images in a popup slideshow","prefs":["feature_file_galleries","feature_shadowbox","wikiplugin_colorbox"],"introduced":5,"icon":"pics\/icons\/pictures.png","params":{"fgalId":{"required":false,"name":"File Gallery ID","description":"ID number of the file gallery that contains the images to be displayed","filter":"digits","accepted":"ID","default":"","since":"5.0"},"galId":{"required":false,"name":"Image Gallery ID","description":"ID number of the image gallery that contains the images to be displayed","filter":"digits","accepted":"ID","default":"","since":"5.0"},"fileId":{"required":false,"name":"File ID Filter","description":"Filter on fileIds in a file gallery to only show those images. Separate each fileId with ':'","filter":"digits","separator":":","accepted":"ID separated with :","default":"","since":"6.0"},"thumb":{"required":false,"name":"Thumb","description":"Display as a thumbnail (y) or full size (n)","filter":"alpha","accepted":"y or n","default":"y","since":"5.0","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"sort_mode":{"required":false,"name":"Sort Mode","description":"Sort by database table field name, ascending or descending. Examples: fileId_asc or name_desc.","filter":"word","accepted":"fieldname_asc or fieldname_desc with actual table field name in place of 'fieldname'.","default":"created_desc","since":"5.0"},"showtitle":{"required":false,"name":"Show File Title","description":"Show file title","filter":"alpha","accepted":"y or n","default":"n","since":"5.0","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showfilename":{"required":false,"name":"Show File Name","description":"Show file name","filter":"alpha","accepted":"y or n","default":"n","since":"5.0","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showallthumbs":{"required":false,"name":"Show All Thumbs","description":"Show thumbnails of all the images in the gallery","filter":"alpha","accepted":"y or n","default":"n","since":"5.0","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"parsedescriptions":{"required":false,"name":"Parse Descriptions","description":"Wiki parse the file descriptions","filter":"alpha","accepted":"y or n","default":"n","since":"5.0","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]}}};
tiki_plugins.content = {"name":"Dynamic Content","documentation":"PluginContent","description":"Display content from dynamic content repository","prefs":["feature_dynamic_content","wikiplugin_content"],"filter":"text","icon":"pics\/icons\/database_table.png","params":{"id":{"required":false,"name":"Content ID","description":"Dynamic content ID. The value can be obtained in the listing.","filter":"digits","default":""},"label":{"required":false,"name":"Content Label","description":"Label of the dynamic content to display.","filter":"description","default":""}}};
tiki_plugins.cookie = {"name":"Cookie","documentation":"PluginCookie","description":"Display a rotating set of taglines or quotes (also known as fortune cookies)","prefs":["wikiplugin_cookie"],"icon":"pics\/icons\/quotes.png","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~.","icon":"pics\/icons\/shield.png","params":[]};
tiki_plugins.countdown = {"name":"Countdown","documentation":"PluginCountdown","description":"Display a countdown to a 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.","default":""},"locatetime":{"required":false,"name":"Locate Time","description":"Set to off to only show days, otherwise hours, minutes and seconds are also shown (all are shown by default)","default":"","options":[{"text":"","value":""},{"text":"On","value":"on"},{"text":"Off","value":"off"}]},"show":{"required":false,"name":"Items to Show","description":"Select: d=days, h=hours, m=minutes, s=seconds. Enter multiple values as: dhms. If blank, all items are shown.","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Days","value":"d"},{"text":"Days & Hours","value":"dh"},{"text":"Days, Hours & Minutes","value":"dhm"},{"text":"Days, Hours, Minutes & Seconds","value":"dhms"},{"text":"Hours","value":"h"},{"text":"Hours & Minutes","value":"hm"},{"text":"Hours, Minutes & Seconds","value":"hms"},{"text":"Minutes","value":"m"},{"text":"Minutes & Seconds","value":"ms"},{"text":"Seconds","value":"s"}]},"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.","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]}}};
tiki_plugins.datachannel = {"name":"Data Channel","documentation":"PluginDataChannel","description":"Display a form to access data channels.","prefs":["wikiplugin_datachannel"],"body":"List of fields to display. One field per line. Comma delimited: fieldname,label<br \/><br \/>To use values from other forms on the same page as parameters for the data-channel use \"fieldname, external=fieldid\". Where \"fieldid\" is the id (important) of the external input to use, and \"fieldname\" is the name of the parameter in the data-channel","extraparams":true,"icon":"pics\/icons\/transmit_blue.png","params":{"channel":{"required":true,"name":"Channel Name","description":"Name of the channel as registered by the administrator.","default":""},"returnURI":{"required":false,"name":"Return URL","description":"URL to go to after data channel has run. Defaults to current page.","filter":"pagename","default":"$_SERVER['HTTP_REFERER']"},"quietReturn":{"required":false,"name":"Do not use returnURI but instead return true quietly","description":"If set to y, will return quietly after data channel has run which would be needed if plugin is used in non-wiki page context.","default":"n"},"buttonLabel":{"required":false,"name":"Button Label","description":"Label for the submit button. Default: \"Go\".","default":"Go"},"class":{"required":false,"name":"Class","description":"CSS class for this form","default":""},"emptyCache":{"required":false,"name":"Empty Caches","description":"Which caches to empty. Default \"Clear all Tiki caches\"","default":"all","filter":"word","options":[{"text":"","value":""},{"text":"Clear all Tiki caches","value":"all"},{"text":".\/templates_c\/","value":"templates_c"},{"text":".\/modules\/cache\/","value":"modules_cache"},{"text":".\/temp\/cache\/","value":"temp_cache"},{"text":".\/temp\/public\/","value":"temp_public"},{"text":"All user prefs sessions","value":"prefs"},{"text":"None","value":"none"}]},"price":{"required":false,"name":"Price","description":"Price to execute the datachannel (USD).","prefs":["payment_feature"],"default":"","filter":"text"},"paymentlabel":{"required":false,"name":"Payment Label","prefs":["payment_feature"],"default":"","filter":"text"},"debug":{"required":false,"name":"Debug","description":"Be careful, if debug is on, the page will not be refreshed and previous modules can be obsolete (not on by default)","default":"n","filter":"word","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"array_values":{"required":false,"name":"Multiple Values","description":"Accept arrays of multiple values in the POST. e.g. itemId[]=42&itemId=43 etc. (multiple values not accepted by default)","default":"n","filter":"alpha","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]}}};
tiki_plugins.dbreport = {"name":"DB Report","documentation":"PluginDBReport","description":"Query a database and display results (only works with ADOdb, does not work with PDO)","prefs":["wikiplugin_dbreport"],"body":"report definition","validate":"all","icon":"pics\/icons\/database_table.png","params":{"dsn":{"required":false,"name":"Full DSN","description":"A full DSN (Data Source Name) connection string. eg: mysql:\/\/user:pass@server\/database","default":""},"db":{"required":false,"name":"Wiki DSN Name","description":"The name of a DSN connection defined by the Wiki administrator.","default":""},"wiki":{"required":false,"name":"Wiki Syntax","description":"Parse wiki syntax within the report (not parsed by default)","default":"","options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"debug":{"required":false,"name":"Debug","description":"Display the parsed report definition (not displayed by default)","default":"","options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]}}};
tiki_plugins.div = {"name":"Div","documentation":"PluginDiv","description":"Define and format sections of a page or text","prefs":["wikiplugin_div"],"body":"text","icon":"pics\/icons\/script_code_red.png","params":{"type":{"required":false,"name":"Type","description":"Indicate the type of HTML tag to use (default is div)","filter":"alpha","default":"div","options":[{"text":"None","value":""},{"text":"Div","value":"div"},{"text":"Span","value":"span"},{"text":"Pre","value":"pre"},{"text":"Bold","value":"b"},{"text":"Italic","value":"i"},{"text":"Teletype","value":"tt"},{"text":"Paragraph","value":"p"},{"text":"Block quote","value":"blockquote"}]},"bg":{"required":false,"name":"Background Color","description":"As defined by CSS, name or Hex code.","filter":"striptags","default":""},"width":{"required":false,"name":"Box width","description":"In pixels or percentage. Default is original size","default":""},"align":{"required":false,"name":"Text Alignment","description":"Aligns the text within the element","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Left","value":"left"},{"text":"Right","value":"right"},{"text":"Center","value":"center"},{"text":"Justify","value":"justify"}]},"float":{"required":false,"name":"Float Position","description":"Set the alignment for the entire element. For elements with a width of less than 100%, other elements will wrap around it \n\t\t\t\t\t\t\t\t\t\tunless the clear parameter is appropriately set.)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Right","value":"right"},{"text":"Left","value":"left"},{"text":"None","value":"none"}]},"clear":{"required":false,"name":"Clear","description":"Items are not allowed to wrap around the side(s) this parameter is set to.","filter":"text","default":"","options":[{"text":"","value":""},{"text":"Right","value":"right"},{"text":"Left","value":"left"},{"text":"Both","value":"both"},{"text":"None","value":"none"}]},"class":{"required":false,"name":"CSS Class","description":"Apply custom CSS class to the div.","filter":"text","default":""},"id":{"required":false,"name":"HTML ID","description":"Sets the div's id attribute, as defined by HTML.","filter":"striptags","default":""}}};
tiki_plugins.dl = {"name":"Definition List","documentation":"PluginDL","description":"Create a definition list","prefs":["wikiplugin_dl"],"body":"One entry per line. Each line is in \"Term: Definition\" format.","icon":"pics\/icons\/text_list_bullets.png","params":[]};
tiki_plugins.draw = {"name":"Draw","documentation":"PluginDraw","description":"Display or create an image from TikiDraw that is stored into the File Gallery","prefs":["feature_draw"],"icon":"pics\/icons\/shape_square_edit.png","params":{"id":{"required":false,"name":"Drawing ID","description":"Internal ID of the file id","filter":"digits","accepted":" ID number","default":"","since":"8.0"},"width":{"required":false,"name":"Width","description":"Width in pixels or percentage. Default value is page width. e.g. \"200px\" or \"100%\"","filter":"striptags","accepted":"Number of pixels followed by 'px' or percent followed by % (e.g. \"200px\" or \"100%\").","default":"Image width","since":"8.0"},"height":{"required":false,"name":"Height","description":"Height in pixels or percentage. Default value is complete drawing height.","filter":"striptags","accepted":"Number of pixels followed by 'px' or percent followed by % (e.g. \"200px\" or \"100%\").","default":"Image height","since":"8.0"}}};
tiki_plugins.equation = {"name":"Equation","documentation":"PluginEquation","description":"Render an equation written in LaTeX syntax as an image.","prefs":["wikiplugin_equation"],"body":"equation","icon":"pics\/icons\/sum.png","params":{"size":{"required":false,"name":"Size","description":"Size expressed as a percentage of the normal size. 100 produces the default size. 200 produces an image twice as large.","default":100,"filter":"digits"}}};
tiki_plugins.events = {"name":"Events","documentation":"PluginEvents","description":"Display upcoming events from calendars","prefs":["feature_calendar","wikiplugin_events"],"icon":"pics\/icons\/calendar_view_day.png","params":{"calendarid":{"required":true,"name":"Calendar IDs","description":"ID numbers for the site calendars whose events are to be displayed, separated by vertical bars (|)","default":""},"maxdays":{"required":false,"name":"Maximum Days","description":"Events occurring within this number of days in the future from today will be included in the list (unless limited by other parameter settings). Default is 365 days.","filter":"digits","default":365},"max":{"required":false,"name":"Maximum Events","description":"Maximum number of events to display. Default is 10. Set to 0 to display all (unless limited by other parameter settings)","default":10,"filter":"digits"},"datetime":{"required":false,"name":"Show Time","description":"Show the time along with the date (shown by default)","default":1,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"desc":{"required":false,"name":"Show Description","description":"Show the description of the event (shown by default)","default":1,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]}}};
tiki_plugins.extendcarthold = {"name":"Extend Cart Inventory Hold","documentation":"PluginExtendCartHold","description":"Extends the time that items are held in the shop before timing out","prefs":["wikiplugin_extendcarthold","payment_feature"],"filter":"wikicontent","format":"html","params":[]};
tiki_plugins.fade = {"name":"Fade","documentation":"PluginFade","description":"Create a link that shows\/hides initially hidden content","prefs":["wikiplugin_fade"],"body":"Wiki syntax containing the content that can be hidden or shown.","filter":"wikicontent","icon":"pics\/icons\/wand.png","params":{"label":{"required":true,"name":"Label","filter":"striptags","description":"Label for link that shows and hides the content when clicked","default":"Unspecified label","since":"3.0"},"icon":{"required":false,"name":"Icon","filter":"alpha","description":"Arrow icon showing that content can be hidden or shown.","default":"","since":"7.0","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"show_speed":{"required":false,"name":"Show Speed","filter":"alnum","description":"Speed of animation in milliseconds when showing content (200 is fast and 600 is slow. 1000 equals 1 second).","default":400,"since":"7.0","accepted":"Integer greater than 0 and less than or equal to 1000, or 'fast' or 'slow'","advanced":true},"hide_speed":{"required":false,"name":"Hide Speed","filter":"alnum","description":"Speed of animation in milliseconds when hiding content (200 is fast and 600 is slow. 1000 equals 1 second).","default":400,"since":"7.0","accepted":"Integer greater than 0 and less than or equal to 1000, or 'fast' or 'slow'","advanced":true}}};
tiki_plugins.fancylist = {"name":"Fancy List","documentation":"PluginFancyList","description":"Create a fancy-looking list","prefs":["wikiplugin_fancylist"],"body":"One item per line starting with anything followed by \")\".","icon":"pics\/icons\/text_list_bullets.png","params":{"div":{"required":false,"name":"Use Div","description":"Use the HTML tag div instead of the HTML tag for lists (ol)","default":"","options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"class":{"required":false,"name":"Class","description":"CSS class for the fancylist","default":""}}};
tiki_plugins.fancytable = {"name":"Fancy Table","documentation":"PluginFancyTable","description":"Create a formatted table","prefs":["wikiplugin_fancytable"],"body":"Rows separated by >> in the header; for the table body, one row per line. Cells separated by | in both cases.","icon":"pics\/icons\/table.png","params":{"head":{"required":false,"name":"Heading Row","description":"Header rows of the table. Use >> to separate multiple rows.","default":""},"headclass":{"required":false,"name":"Heading CSS Class","description":"CSS class to apply to the heading row.","default":""},"headaligns":{"required":false,"name":"Header Horizontal Align","description":"Horizontal alignments for header cells separated by |. Choices: left, right, center, justify.","default":""},"headvaligns":{"required":false,"name":"Header Vertical Align","description":"Vertical alignments for header cells separated by |. Choices: top, middle, bottom, baseline.","default":""},"sortable":{"required":false,"name":"Column Sort","description":"Indicate whether columns are sortable or not (not sortable by default)","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"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]","default":""},"colwidths":{"required":false,"name":"Column Widths","description":"Column widths followed by px for pixels or % for percentages. Each column separated by |.","default":""},"colaligns":{"required":false,"name":"Cell Horizontal Align","description":"Table body column horizonatal alignments separated by |. Choices: left, right, center, justify.","default":""},"colvaligns":{"required":false,"name":"Cell Vertical Align","description":"Table body column vertical alignments separated by |. Choices: top, middle, bottom, baseline.","default":""}}};
tiki_plugins.file = {"name":"File","documentation":"PluginFile","description":"Link to a file that's attached or in a file gallery or archive. See PluginFiles for more functionality.","prefs":["wikiplugin_file"],"body":"Label for the link to the file (ignored if the file is a wiki attachment)","icon":"pics\/icons\/file-manager.png","inline":true,"params":{"type":{"required":true,"name":"Type","description":"Indicate whether the file is in a file gallery or is a wiki page attachment","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"File Gallery File\/Archive","value":"gallery"},{"text":"Wiki Page Attachment","value":"attachment"}]},"name":{"required":true,"name":"Name","description":"Identify an attachment by entering its file name, which will show as a link to the file.\n\t\t\t\t\t\t\t\t\t\t If the page parameter is empty, it must be a file name of an attachment to the page where the plugin is used.","default":"","parent":{"name":"type","value":"attachment"}},"desc":{"required":false,"name":"Custom Description","description":"Custom text that will be used for the link instead of the file name or file description","parent":{"name":"type","value":"attachment"},"advanced":true,"default":""},"page":{"required":false,"name":"Page","description":"Name of the wiki page the file is attached to. Defaults to the wiki page where the plugin is used if empty.","parent":{"name":"type","value":"attachment"},"default":"","advanced":true},"showdesc":{"required":false,"name":"Attachment Description","description":"Show the attachment description as the link label instead of the attachment file name.","options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}],"parent":{"name":"type","value":"attachment"},"default":"","advanced":true},"image":{"required":false,"name":"Image","description":"Indicates that this attachment is an image, and should be displayed inline using the img tag","parent":{"name":"type","value":"attachment"},"advanced":true,"default":"","options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"fileId":{"required":true,"name":"File ID","description":"File ID of a file in a file gallery or an archive. Example value: 42","type":"fileId","area":"fgal_picker_id","filter":"digits","default":"","parent":{"name":"type","value":"gallery"}},"date":{"required":false,"name":"Date","description":"For an archive file, the archive created just before this date will be linked to. Special values : PAGE_LAST_MOD and PAGE_VIEW_DATE.","parent":{"name":"type","value":"gallery"},"default":"","advanced":true},"showicon":{"required":false,"name":"Show Icon","description":"Show an icon version of the file or file type with the link to the file.","filter":"alpha","parent":{"name":"type","value":"gallery"},"default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}],"advanced":true}}};
tiki_plugins.files = {"name":"Files","documentation":"PluginFiles","description":"List files in a gallery or category","prefs":["feature_file_galleries","wikiplugin_files"],"body":"Title","icon":"pics\/large\/file-manager.png","params":{"galleryId":{"required":false,"name":"File Gallery ID","description":"To list only files contained in this file gallery","default":""},"categId":{"required":false,"name":"Category ID","description":"To restrict files listed to those belonging to one or more categories. Enter a single category or ID or list of them separated by colon","default":"","advanced":true},"fileId":{"required":false,"name":"File ID","description":"To list only specified files, enter their file IDs separated by colon","type":"fileId","area":"fgal_picker_id","default":"","separator":":"},"sort":{"required":false,"name":"Sort Order","description":"Order ascending or descending based on any field in the file gallery table. Default is name_asc","default":"name_asc"},"showaction":{"required":false,"name":"Show Action","description":"Show a column with icons for the various actions the user can take with each file (not shown by default)","filter":"alpha","default":"n","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showfind":{"required":false,"name":"Show Find","description":"Show a search box above the list (not shown by default)","filter":"alpha","default":"n","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showtitle":{"required":false,"name":"Show Title","description":"Show the title of the file gallery (shown by default)","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showid":{"required":false,"name":"Show ID","description":"Show the ID number of each file (shown by default)","default":"y","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showicon":{"required":false,"name":"Show Icon","description":"Show an icon for each file depicting the file type","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showname":{"required":false,"name":"Show Name","description":"Show the name given to the file upon upload into the file gallery (shown by default)","default":"y","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showfilename":{"required":false,"name":"Show Filename","description":"Show each file's filename (shown by default)","filter":"alpha","default":"y","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showsize":{"required":false,"name":"Show Size","description":"Show the size of each file in kilobytes (shown by default)","default":"y","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showdescription":{"required":false,"name":"Show Description","description":"Show the description of the file given upon upload into the file gallery (shown by default)","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showcreated":{"required":false,"name":"Show Creation Date","description":"Show the date each file was created (not shown by default)","filter":"alpha","default":"n","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showmodified":{"required":false,"name":"Show Last Modification Date","description":"Show the date each file was last modified (shown by default)","default":"y","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showhits":{"required":false,"name":"Show Hits","description":"Show the number of hits each file has received (not shown by default)","filter":"alpha","default":"n","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showlockedby":{"required":false,"name":"Show Locked By","description":"For locked files, show the user name of the user who locked it (not shown by default)","filter":"alpha","default":"n","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showauthor":{"required":false,"name":"Show Author","description":"Show the user name of the user who is the author of the file (not shown by default)","filter":"alpha","default":"n","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showcreator":{"required":false,"name":"Show Creator","description":"Show the user name of the user who is the creator of the file (not shown by default)","default":"n","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showgallery":{"required":false,"name":"Show Parent Gallery Name","description":"Show the name of the parent gallery","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showfiles":{"required":false,"name":"Show File Count","description":"For galleries included in the list (where the file gallery includes other galleries), show the number of files in each of those galleries (not shown by default)","filter":"alpha","default":"n","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"slideshow":{"required":false,"name":"Show Slideshow","description":"Show a link that produces a pop-up slide show when clicked (not set by default)","filter":"alpha","default":"n","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showcomment":{"required":false,"name":"Show Comment","description":"Show comments for each file (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}],"advanced":true},"showlasteditor":{"required":false,"name":"Show Last Editor","description":"Show the user name of the user who last modified the file (shown by default)","default":"y","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"creator":{"required":false,"name":"Creator","description":"Show only files created by this user","advanced":true},"showupload":{"required":false,"name":"Show Upload","description":"Show a simple upload form to the gallery (not shown by default)","filter":"alpha","default":"n","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]}}};
tiki_plugins.flash = {"name":"Flash Video","documentation":"PluginFlash","description":"Embed a video or audio file","prefs":["wikiplugin_flash"],"extraparams":true,"icon":"pics\/icons\/mime\/swf.png","params":{"type":{"required":true,"name":"Flash Type","description":"Whether you want to insert a Flash from a URL, a fileId from a podcast file gallery or a link to a specific service like Youtube or Vimeo","default":"","options":[{"text":"Select an option","value":""},{"text":"Blip.tv","value":"bliptv"},{"text":"File Gallery Podcast","value":"fileId"},{"text":"Movie URL","value":"url"},{"text":"Vimeo","value":"vimeo"},{"text":"Youtube","value":"youtube"}]},"movie":{"required":true,"name":"Movie URL","description":"Complete URL to the movie to include. e.g. files\/test.swf","parent":{"name":"type","value":"url"},"default":""},"fileId":{"required":true,"name":"File Gallery Podcast ID","description":"Id of a file from a podcast gallery - will work only with podcast gallery","parent":{"name":"type","value":"fileId"},"default":""},"youtube":{"required":true,"name":"YouTube URL","description":"Entire URL to the YouTube video. Example: http:\/\/www.youtube.com\/watch?v=1i2ZnU4iR24","parent":{"name":"type","value":"youtube"},"default":""},"vimeo":{"required":true,"name":"Vimeo URL","description":"Entire URL to the Vimeo video. Example: http:\/\/vimeo.com\/3319966","parent":{"name":"type","value":"vimeo"},"default":""},"bliptv":{"required":true,"name":"Blip.tv URL","description":"Blip.tv embed URL. Example: http:\/\/blip.tv\/play\/AYGd_GAC","parent":{"name":"type","value":"bliptv"},"default":""},"width":{"required":false,"name":"Width","description":"Width of movie in pixels (default is 425)","advanced":true,"default":425},"height":{"required":false,"name":"Height","description":"Height of movie in pixels (default is 350)","advanced":true,"default":350},"quality":{"required":false,"name":"Quality","description":"Flash video quality. Default value: high","advanced":true,"default":"high","options":[{"text":"","value":""},{"text":"High","value":"high"},{"text":"Medium","value":"medium"},{"text":"Low","value":"low"}]}}};
tiki_plugins.footnote = {"name":"Footnote","documentation":"PluginFootnote","description":"Create automatically numbered footnotes (together with PluginFootnoteArea)","prefs":["wikiplugin_footnote"],"body":"The footnote","icon":"pics\/icons\/text_horizontalrule.png","params":{"sameas":{"required":false,"name":"Sameas","description":"Tag to existing footnote","default":""}}};
tiki_plugins.footnotearea = {"name":"Footnote Area","documentation":"PluginFootnoteArea","description":"Create automatically numbered footnotes (together with PluginFootnote)","prefs":["wikiplugin_footnotearea"],"icon":"pics\/icons\/text_horizontalrule.png","format":"html","params":[]};
tiki_plugins.freetagged = {"name":"Freetagged","documentation":"PluginFreetagged","description":"List similarly tagged objects","prefs":["wikiplugin_freetagged"],"icon":"pics\/icons\/tag_blue.png","params":{"tags":{"required":false,"name":"Tags to find similar to","description":"Leave blank to use the object's own tags.","filter":"text","default":""},"type":{"required":false,"name":"Type","description":"Type of objects to extract. Set to All to find all types.","filter":"text","default":null,"options":[{"text":"Same","value":"all"},{"text":"All","value":"all"},{"text":"Wiki Pages","value":"wiki page"},{"text":"Blog Posts","value":"blog post"},{"text":"Article","value":"article"},{"text":"Directory","value":"directory"},{"text":"Faqs","value":"faq"},{"text":"File Galleries","value":"file gallery"},{"text":"Files","value":"file"},{"text":"Polls","value":"poll"},{"text":"Quizzes","value":"quiz"},{"text":"Surveys","value":"survey"},{"text":"Trackers","value":"tracker"}]},"offset":{"required":false,"name":"Offset","description":"Start record.","filter":"text","default":0},"maxRecords":{"required":false,"name":"Max Records","description":"Default -1 (all)","filter":"text","default":-1},"sort_mode":{"required":false,"name":"Sort Order","description":"Choose from:  objectId, type, itemId, description, created, name, href, hits, comments_locked (Default: created_desc)","filter":"text","default":"created_desc","options":[{"text":"","value":""},{"text":"Comments Locked Ascending","value":"comments_locked_asc"},{"text":"Comments Locked Descending","value":"comments_locked_desc"},{"text":"Created Ascending","value":"created_asc"},{"text":"Created Descending","value":"created_desc"},{"text":"Description Ascending","value":"description_asc"},{"text":"Description Descending","value":"description_desc"},{"text":"Hits Ascending","value":"hits_asc"},{"text":"Hits Descending","value":"hits_desc"},{"text":"Href Ascending","value":"href_asc"},{"text":"Href Descending","value":"href_desc"},{"text":"Item ID Ascending","value":"itemid_asc"},{"text":"Item ID Descending","value":"itemid_desc"},{"text":"Name Ascending","value":"name_asc"},{"text":"Name Descending","value":"name_desc"},{"text":"Object ID Ascending","value":"objectid_asc"},{"text":"Object ID Descending","value":"objectid_desc"},{"text":"Type Ascending","value":"type_asc"},{"text":"Type Descending","value":"type_desc"}]},"find":{"required":false,"name":"Find","description":"Show objects with names or descriptions similar to the text entered here","filter":"text","default":""},"broaden":{"required":false,"name":"Broaden","description":"n|y","filter":"text","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"h_level":{"required":false,"name":"Header Level","description":"Choose the header level for formatting. Default is 3 (for header level h3). Set to -1 for no header tags.","filter":"int","default":"3"},"titles_only":{"required":false,"name":"Show Titles Only","description":"Choose whether to show titles only (not shown by default)","filter":"text","default":"n","options":[{"text":"No","value":"n"},{"text":"Yes","value":"y"}]},"max_image_size":{"required":false,"name":"Maximum Image Size","description":"Height or width in pixels. Default = 0 (no maximum)","filter":"text","default":0}}};
tiki_plugins.ftp = {"name":"FTP","documentation":"PluginFTP","description":"Create a button for downloading a file from an FTP server","prefs":["wikiplugin_ftp"],"validate":"all","body":"file name","icon":"pics\/icons\/application_put.png","params":{"server":{"required":true,"name":"Server Name","description":"Name of the server where the FTP account is housed. Example: ftp.myserver.com","default":""},"user":{"required":true,"name":"User Name","description":"User name needed to access the FTP account","default":""},"password":{"required":true,"name":"Password","description":"Password needed to access the FTP account","default":""},"title":{"required":false,"name":"Download Button Label","description":"Label for the FTP download button","default":""}}};
tiki_plugins.gauge = {"name":"Gauge","documentation":"PluginGauge","description":"Display a horizontal bar gauge","prefs":["wikiplugin_gauge"],"body":"description","icon":"pics\/icons\/chart_bar.png","params":{"value":{"required":true,"name":"Value","description":"Current value to be represented by the gauge","default":""},"max":{"required":false,"name":"Maximum Value","description":"Maximum possible value. Default: 100","default":100},"label":{"required":false,"name":"Label","description":"Label displayed on the left side of the gauge.","default":""},"color":{"required":false,"name":"Color","description":"Main color of the gauge. Use HTML color codes or names.","default":"#FF0000"},"bgcolor":{"required":false,"name":"Background Color","description":"Background color of the gauge. Use HTML color codes or names.","default":"#0000FF"},"size":{"required":false,"name":"Width","description":"Bar width in pixels.","filter":"digits","default":150},"labelsize":{"required":false,"name":"Label Width","description":"Width in pixels allocated to the label.","filter":"digits","default":50},"perc":{"required":false,"name":"Display Percentage","description":"Set to true (Yes) to display a percentage of the maximum.","default":false,"options":[{"text":"","value":""},{"text":"Yes","value":true},{"text":"No","value":false}]},"showvalue":{"required":false,"name":"Display Value","description":"Set to false (No) to hide the numeric value (shown by default).","default":true,"options":[{"text":"","value":""},{"text":"Yes","value":true},{"text":"No","value":false}]},"height":{"required":false,"name":"Height","description":"Bar height in pixels.","filter":"digits","default":14}}};
tiki_plugins.getaccesstoken = {"name":"Get Security Token","documentation":"PluginGetAccessToken","description":"Get security token for specified parameters","prefs":["auth_token_access","wikiplugin_getaccesstoken"],"inline":true,"validate":"all","filter":"wikicontent","params":{"entry":{"required":true,"name":"Entry point path or part of it","description":"The path of part of the path for which the token is for","filter":"text","default":""},"keys":{"required":false,"keys":"Query string parameter keys","description":"Query string parameter keys for which the token is for, separated by :","filter":"text","default":[],"separator":":"},"values":{"required":false,"name":"Query string parameter Values","description":"Query string parameter values for which the token is for, separated by :","filter":"text","default":[],"separator":":"}}};
tiki_plugins.googleanalytics = {"name":"Google Analytics","documentation":"PluginGoogleAnalytics","description":"Add the tracking code for Google Analytics","prefs":["wikiplugin_googleanalytics"],"icon":"pics\/icons\/chart_line.png","params":{"account":{"required":true,"name":"Account Number","description":"The account number for the site. Your account number from google looks like UA-XXXXXXX-YY. All you need to enter is XXXXXXX-YY","default":""}}};
tiki_plugins.googledoc = {"name":"Google Doc","documentation":"PluginGoogleDoc","description":"Display a Google document","prefs":["wikiplugin_googledoc"],"body":"Leave this empty.","icon":"pics\/icons\/google.png","params":{"type":{"safe":true,"required":true,"name":"Type","description":"Type of Google document","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Document","value":"document"},{"text":"Presentation","value":"presentation"},{"text":"Spreadsheet","value":"speadsheet"}]},"key":{"safe":true,"required":true,"name":"key","description":"Google doc key - for example: pXsHENf1bGGY92X1iEeJJI","default":""},"name":{"safe":true,"required":false,"name":"Name","description":"Name of iframe. Default is \"Frame\" + the key"},"size":{"safe":true,"required":false,"name":"Size","description":"Size of frame. Use instead of width and height. The sizes will fit the Google presentations sizes exactly.","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Small","value":"small"},{"text":"Medium","value":"medium"},{"text":"Large","value":"large"}]},"width":{"safe":true,"required":false,"name":"Width","description":"Width in pixels or %","filter":"digits","default":800},"height":{"safe":true,"required":false,"name":"Height","description":"Height in pixels or %","filter":"digits","default":400},"align":{"safe":true,"required":false,"name":"Alignment","description":"top|middle|bottom|left|right","default":"","options":[{"text":"","value":""},{"text":"Top","value":"top"},{"text":"Middle","value":"middle"},{"text":"Bottom","value":"bottom"},{"text":"Left","value":"left"},{"text":"Right","value":"right"}]},"frameborder":{"safe":true,"required":false,"name":"Frame Border","description":"Choose whether to show a border around the iframe","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"marginheight":{"safe":true,"required":false,"name":"Margin Height","description":"Margin height in pixels","default":""},"marginwidth":{"safe":true,"required":false,"name":"Margin Width","description":"Margin width in pixels","default":""},"scrolling":{"safe":true,"required":false,"name":"Scrolling","description":"Choose whether to add a scroll bar","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"yes"},{"text":"No","value":"no"},{"text":"Auto","value":"auto"}]},"editLink":{"safe":true,"required":false,"name":"Edit Link","description":"Choose whether to show an edit link and set its location","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Top","value":"top"},{"text":"Bottom","value":"bottom"},{"text":"Both","value":"both"}]}}};
tiki_plugins.googlemap = {"name":"Google Map","documentation":"PluginGoogleMap","description":"Display a Google map","prefs":["wikiplugin_googlemap"],"format":"html","icon":"pics\/icons\/google.png","params":{"type":{"safe":true,"required":true,"name":"Type","description":"Type of items to show on google map","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Item","value":"item"},{"text":"Locator","value":"locator"},{"text":"Object List","value":"objectlist"},{"text":"Tracker Field","value":"trackerfield"},{"text":"User","value":"user"}]},"mode":{"safe":true,"required":true,"name":"Display Mode","description":"Map display mode","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Normal","value":"normal"},{"text":"Satellite","value":"satellite"},{"text":"Hybrid","value":"hybrid"}]},"key":{"safe":true,"required":false,"name":"API Key","description":"Google maps key, if not set in user preferences","default":""},"name":{"safe":true,"required":false,"name":"Map ID","description":"Id suffix of Google map div to avoid conflicts with other maps on same page","default":"default"},"width":{"safe":true,"required":false,"name":"Width","description":"Width in pixels or %","default":500},"height":{"safe":true,"required":false,"name":"Height","description":"Height in pixels or %","default":400},"frameborder":{"safe":true,"required":false,"name":"Show Border","description":"Choose whether to show a frame border around the map (no border shown by default).","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"defaultx":{"safe":true,"required":false,"name":"Default Center Longitude","description":"Default longitude value used to center the map, e.g. -79.39. Default is the default set in the Gmap feature."},"defaulty":{"safe":true,"required":false,"name":"Default Center Latitude","description":"Default latitude value used to center the map, e.g. 43.7. Default is the default set in the Gmap feature."},"defaultz":{"safe":true,"required":false,"name":"Default Zoom","description":"Use an integer between 0 and 19 to set a default zoom level for the map. Default is the default set in the Gmap feature.","filter":"int"},"setdefaultxyz":{"safe":true,"required":false,"name":"Save View","description":"Allow user to set current map view as default view for himself only","default":false,"options":[{"text":"","value":""},{"text":"Yes","value":true},{"text":"No","value":false}]},"locateitemtype":{"safe":true,"required":false,"name":"Item Type","description":"Type of item being geotagged (user, wiki page, blog, etc). Will attempt to use current object if not specified.","default":""},"locateitemid":{"safe":true,"required":false,"name":"Item ID","description":"ID of item being geotagged (name of page, blog ID, etc). Will attempt to use current object if not specified","default":""},"hideifnone":{"safe":true,"required":false,"name":"Hide If No Markers","description":"Hide map if there are no markers to be shown. Default is to show the map.","default":false,"options":[{"text":"","value":""},{"text":"Yes","value":true},{"text":"No","value":false}]},"togglehidden":{"safe":true,"required":false,"name":"Visibility Toggle","description":"Add ability to toggle visibility. No toggle by default.","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"starthidden":{"safe":true,"required":false,"name":"Start Hidden","description":"Choose whether to keep the map hidden initially. Default is to show the map initially.","default":"","options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"autozoom":{"safe":true,"required":false,"name":"Auto Zoom","description":"Use an integer between 0 and 19 to auto zoom to this level on address find","default":"","filter":"int","options":[{"text":"","value":""},{"text":0,"value":0},{"text":1,"value":1},{"text":2,"value":2},{"text":3,"value":3},{"text":4,"value":4},{"text":5,"value":5},{"text":6,"value":6},{"text":7,"value":7},{"text":8,"value":8},{"text":9,"value":9},{"text":10,"value":10},{"text":11,"value":11},{"text":12,"value":12},{"text":13,"value":13},{"text":14,"value":14},{"text":15,"value":15},{"text":16,"value":16},{"text":17,"value":17},{"text":18,"value":18},{"text":19,"value":19}]},"controls":{"safe":true,"required":false,"name":"Show Controls","description":"Show map controls (shown by default)","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"trackerfieldid":{"safe":true,"required":false,"name":"Tracker Field ID","description":"Field ID of tracker field if type is trackerfield or locator and locateitemtype is trackeritem","filter":"int","default":0},"trackerinputid":{"safe":true,"required":false,"name":"HTML ID","description":"HTML ID of tracker field input box where value is copied to by Javascript. Auto set if used as part of entry forms","default":""},"in_form":{"safe":true,"required":false,"name":"In Form","description":"Set to 1 (Yes) if this is embedded inside a form. Needed to prevent nested forms which is not allowed in HTML.","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]}}};
tiki_plugins.group = {"name":"Group","documentation":"PluginGroup","description":"Display content based on the user's groups or friends","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 conditions.","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","default":""},"groups":{"required":false,"name":"Allowed Groups","description":"Pipe separated list of groups allowed to view the block. ex: Admins|Developers","filter":"groupname","default":""},"notgroups":{"required":false,"name":"Denied Groups","description":"Pipe separated list of groups denied from viewing the block. ex: Anonymous|Managers","filter":"groupname","default":""}}};
tiki_plugins.groupexpiry = {"name":"Group Expiry","documentation":"PluginGroupExpiry","description":"Show the expiry date of a group membership of the current user","prefs":["wikiplugin_groupexpiry"],"icon":"pics\/icons\/group_delete.png","params":{"group":{"required":true,"name":"Group Name"}}};
tiki_plugins.grouplist = {"name":"Group List","documentation":"PluginGroupList","description":"List all groups or just groups that include a certain group","icon":"pics\/icons\/group.png","params":{"group":{"required":false,"name":"Group Name","description":"If empty, all groups will be listed. Entering a group name will cause only groups that include this group to be listed.","filter":"groupname"},"linkhome":{"required":false,"name":"Group Home Page","description":"Link the group name to the group home page, if there is one (not linked by default)","default":"n","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"recur":{"required":false,"name":"Recursively List Groups","description":"Recurse on the included groups (default is not to recurse)","default":"n","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]}}};
tiki_plugins.groupmailcore = {"name":"GroupMail Core","documentation":"PluginGroupMailCore","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"],"icon":"pics\/icons\/email.png","params":{"fromEmail":{"required":true,"name":"From Email","description":"Email address to report.","default":""},"trackerId":{"required":true,"name":"Tracker Id","description":"Id of GroupMail Logs tracker (set up in alias by profile).","filter":"digits","default":""},"fromFId":{"required":true,"name":"From Field Id","description":"Id of GroupMail Logs tracker field (usually set up in alias by profile).","filter":"digits","default":""},"operatorFId":{"required":true,"name":"Operator Field Id","description":"Id of GroupMail Logs tracker field (usually set up in alias by profile).","filter":"digits","default":""},"subjectFId":{"required":true,"name":"Subject Field Id","description":"Id of GroupMail Logs tracker field (usually set up in alias by profile).","filter":"digits","default":""},"messageFId":{"required":true,"name":"Message Field Id","description":"Id of GroupMail Logs tracker field (usually set up in alias by profile).","filter":"digits","default":""},"contentFId":{"required":true,"name":"Content Field Id","description":"Id of GroupMail Logs tracker field (usually set up in alias by profile).","filter":"digits","default":""},"accountFId":{"required":true,"name":"Account Field Id","description":"Id of GroupMail Logs tracker field (usually set up in alias by profile).","filter":"digits","default":""},"datetimeFId":{"required":true,"name":"Datetime Field Id","description":"Id of GroupMail Logs tracker field (usually set up in alias by profile).","filter":"digits","default":""}}};
tiki_plugins.groupstat = {"name":"Group Stats","documentation":"PluginGroupStat","description":"Show the distribution of users among groups","body":"Title","icon":"pics\/icons\/calculator.png","params":{"groups":{"required":false,"name":"Groups","description":"Groups separated by :. If empty, all groups will be listed."},"show_percent":{"required":false,"name":"Show Percentage","description":"Show the percentage of total users that are members of each group (percentages are shown by default)","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"show_bar":{"required":false,"name":"Show Bar","description":"Represent the percentage of total users that are members of each group in a bar graph (default is not to show the bar graph)","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]}}};
tiki_plugins.html = {"name":"HTML","documentation":"PluginHTML","description":"Add HTML to a page","prefs":["wikiplugin_html"],"body":"HTML code","validate":"all","filter":"rawhtml_unsafe","icon":"pics\/icons\/mime\/html.png","params":{"wiki":{"required":false,"name":"Wiki syntax","description":"Parse wiki syntax within the HTML code.","options":[{"text":"","value":""},{"text":"No","value":0},{"text":"Yes","value":1}],"filter":"int","default":""}}};
tiki_plugins.iframe = {"name":"Iframe","documentation":"PluginIframe","description":"Include another web page within a frame","prefs":["wikiplugin_iframe"],"body":"URL","validate":"all","icon":"pics\/icons\/page_copy.png","params":{"name":{"safe":true,"required":false,"name":"Name","description":"Name","default":""},"title":{"safe":true,"required":false,"name":"Title","description":"Frame title","default":""},"width":{"safe":true,"required":false,"name":"Width","description":"Width in pixels or %","default":""},"height":{"safe":true,"required":false,"name":"Height","description":"Pixels or %","default":""},"align":{"safe":true,"required":false,"name":"Alignment","description":"Align the ifram on the page","default":"","options":[{"text":"","value":""},{"text":"Top","value":"top"},{"text":"Middle","value":"middle"},{"text":"Bottom","value":"bottom"},{"text":"Left","value":"left"},{"text":"Right","value":"right"}]},"frameborder":{"safe":true,"required":false,"name":"Frame Border","description":"Choose whether to show a border around the iframe","default":"","options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"marginheight":{"safe":true,"required":false,"name":"Margin Height","description":"Margin height in pixels","default":""},"marginwidth":{"safe":true,"required":false,"name":"Margin Width","description":"Margin width in pixels","default":""},"scrolling":{"safe":true,"required":false,"name":"Scrolling","description":"Choose whether to add a scroll bar","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"yes"},{"text":"No","value":"no"},{"text":"Auto","value":"auto"}]},"src":{"required":false,"name":"URL","description":"URL","default":""}}};
tiki_plugins.img = {"name":"Image","documentation":"PluginImg","description":"Display custom formatted images","prefs":["wikiplugin_img"],"icon":"pics\/icons\/picture.png","params":{"src":{"required":false,"name":"Image source","type":"image","area":"fgal_picker","description":"Full URL to the image to display. \"src\", id\", \"fileId\", \"attId\" or \"randomGalleryId\" required.","filter":"url","default":""},"id":{"required":false,"name":"Image ID","description":"Numeric ID of an image in an Image Gallery (or list separated by commas or |).","filter":"striptags","default":""},"fileId":{"required":false,"name":"File ID","type":"image","area":"fgal_picker_id","description":"Numeric ID of an image in a File Gallery (or list separated by commas or |).","filter":"striptags","default":""},"randomGalleryId":{"required":false,"name":"Gallery ID","description":"Numeric ID of a file gallery. Displays a random image from that gallery.","filter":"int","advanced":true,"default":""},"fgalId":{"required":false,"name":"File Gallery ID","description":"Numeric ID of a file gallery. Displays all images from that gallery.","filter":"int","advanced":true,"default":""},"sort_mode":{"required":false,"name":"Sort Mode","description":"Sort by database table field name, ascending or descending. Examples: fileId_asc or name_desc.","filter":"word","accepted":"fieldname_asc or fieldname_desc with actual table field name in place of 'fieldname'.","default":"created_desc","since":"8.0","options":[{"text":"","value":""},{"text":"Created Ascending","value":"created_asc"},{"text":"Created Descending","value":"created_desc"},{"text":"Name Ascending","value":"name_asc"},{"text":"Name Descending","value":"name_desc"},{"text":"File Name Ascending","value":"filename_asc"},{"text":"File Name Descending","value":"filename_desc"},{"text":"Description Ascending","value":"description_asc"},{"text":"Description Descending","value":"description_desc"},{"text":"Comment Ascending","value":"comment_asc"},{"text":"Comment Descending","value":"comment_desc"},{"text":"Hits Ascending","value":"hits_asc"},{"text":"Hits Descending","value":"hits_desc"},{"text":"Max Hits Ascending","value":"maxhits_asc"},{"text":"Max Hits Descending","value":"maxhits_desc"},{"text":"File Size Ascending","value":"filesize_asc"},{"text":"File Size Descending","value":"filesize_desc"},{"text":"File Type Ascending","value":"filetype_asc"},{"text":"File Type Descending","value":"filetype_desc"},{"text":"User Ascending","value":"user_asc"},{"text":"User Descending","value":"user_desc"},{"text":"Author Ascending","value":"author_asc"},{"text":"Author Descending","value":"author_desc"},{"text":"Locked By Ascending","value":"lockedby_asc"},{"text":"Locked By Descending","value":"lockedby_desc"},{"text":"Last Modified User Ascending","value":"lastModifUser_asc"},{"text":"Last Modified User Descending","value":"lastModifUser_desc"},{"text":"Last Modified Date Ascending","value":"lastModif_asc"},{"text":"Last Modified Date Descending","value":"lastModif_desc"},{"text":"Last Download Ascending","value":"lastDownload_asc"},{"text":"Last Download Descending","value":"lastDownload_desc"},{"text":"Delete After Ascending","value":"deleteAfter_asc"},{"text":"Delete After Descending","value":"deleteAfter_desc"},{"text":"Votes Ascending","value":"votes_asc"},{"text":"Votes Descending","value":"votes_desc"},{"text":"Points Ascending","value":"points_asc"},{"text":"Points Descending","value":"points_desc"},{"text":"Archive ID Ascending","value":"archiveId_asc"},{"text":"Archive ID Descending","value":"archiveId_desc"}]},"attId":{"required":false,"name":"Attachment ID","description":"Numeric ID of an image attached to a wiki page (or list separated by commas or |).","filter":"striptags","default":""},"thumb":{"required":false,"name":"Thumbnail","description":"Makes the image a thumbnail that enlarges to full size when clicked or moused over (unless \"link\" is set to another target). \"browse\" and \"browsepopup\" only work with image gallery and \"download\" only works with file gallery or attachments.","filter":"alpha","default":"","options":[{"text":"None","value":""},{"text":"Yes","value":"y","description":"Full size image appears when thumbnail is clicked."},{"text":"Mouseover","value":"mouseover","description":"Full size image will pop up while cursor is over the thumbnail (and disappear when not)."},{"text":"Mouseover (Sticky)","value":"mousesticky","description":"Full size image will pop up once cursor passes over thumbnail and will remain up unless cursor passes over full size popup."},{"text":"Popup","value":"popup","description":"Full size image will open in a separate winow or tab (depending on browser settings) when thumbnail is clicked."},{"text":"Browse","value":"browse","description":"Image gallery browse window for the image will open when the thumbnail is clicked if the image is in a Tiki image gallery"},{"text":"Browse Popup","value":"browsepopup","description":"Same as \"browse\" except that the page opens in a new window or tab."},{"text":"Download","value":"download","description":"Download dialog box will appear for file gallery and attachment images when thumbnail is clicked."}]},"button":{"required":false,"name":"Enlarge button","description":"Button for enlarging image.","filter":"alpha","default":"","options":[{"text":"None","value":""},{"text":"Yes","value":"y"},{"text":"Popup","value":"popup","description":"Full size image will open in a separate winow or tab (depending on browser settings) when thumbnail is clicked."},{"text":"Browse","value":"browse","description":"Image gallery browse window for the image will open when the thumbnail is clicked if the image is in a Tiki image gallery"},{"text":"Browse Popup","value":"browsepopup","description":"Same as \"browse\" except that the page opens in a new window or tab."},{"text":"Download","value":"download","description":"Download dialog box will appear for file gallery and attachment images when thumbnail is clicked."}]},"link":{"required":false,"name":"Link","description":"Enter a url to the address the image should link to. Not needed if thumb parameter is set; overrides thumb setting.","filter":"url","default":""},"rel":{"required":false,"name":"Link relation","filter":"striptags","description":"Enter \"box\" for colorbox effect (like shadowbox and lightbox) or appropriate syntax for link relation.","advanced":true,"default":""},"usemap":{"required":false,"name":"Image map","filter":"striptags","description":"Name of the image map to use for the image.","advanced":true,"default":""},"height":{"required":false,"name":"Image height","description":"Height in pixels or percent. Syntax: \"100\" or \"100px\" means 100 pixels; \"50%\" means 50 percent.","filter":"striptags","default":""},"width":{"required":false,"name":"Image width","description":"Width in pixels or percent. Syntax: \"100\" or \"100px\" means 100 pixels; \"50%\" means 50 percent.","filter":"striptags","default":""},"max":{"required":false,"name":"Maximum image size","description":"Maximum height or width in pixels (largest dimension is scaled). Overrides height and width settings.","filter":"int","default":""},"imalign":{"required":false,"name":"Align image","description":"Aligns the image itself. If the image is inside a box (because of other settings), use the align parameter to align the box.","filter":"alpha","advanced":true,"default":"","options":[{"text":"None","value":""},{"text":"Right","value":"right"},{"text":"Left","value":"left"},{"text":"Center","value":"center"}]},"styleimage":{"required":false,"name":"Image style","description":"Enter \"border\" to place a dark gray border around the image. Otherwise enter CSS styling syntax for other style effects.","filter":"striptags","advanced":true,"default":""},"align":{"required":false,"name":"Align image block","description":"Aligns the box containing the image.","filter":"alpha","advanced":true,"default":"","options":[{"text":"None","value":""},{"text":"Right","value":"right"},{"text":"Left","value":"left"},{"text":"Center","value":"center"}]},"stylebox":{"required":false,"name":"Image block style","filter":"striptags","description":"Enter \"border\" to place a dark gray border frame around the image. Otherwise enter CSS styling syntax for other style effects.","advanced":true,"default":""},"styledesc":{"required":false,"name":"Description style","filter":"striptags","description":"Enter \"right\" or \"left\" to align text accordingly. Otherwise enter CSS styling syntax for other style effects.","advanced":true,"default":""},"block":{"required":false,"name":"Wrapping control","description":"Control how other items wrap around the image.","filter":"alpha","advanced":true,"default":"","options":[{"text":"None","value":""},{"text":"Top","value":"top"},{"text":"Bottom","value":"bottom"},{"text":"Both","value":"both"}]},"class":{"required":false,"name":"CSS Class","filter":"striptags","description":"CSS class to apply to the image.","advanced":true,"default":""},"desc":{"required":false,"name":"Caption","filter":"text","description":"Image caption. \"desc\" or \"name\" or \"namedesc\" for tiki images, \"idesc\" or \"ititle\" for iptc data, otherwise enter your own description.","default":""},"title":{"required":false,"name":"Link title","filter":"text","description":"Title text. \"desc\" or \"name\" or \"namedesc\", otherwise enter your own title.","advanced":true,"default":""},"metadata":{"required":false,"name":"Metadata","filter":"text","description":"Display the image metadata (IPTC and EXIF information).","default":"","advanced":true,"options":[{"text":"None","value":""},{"text":"View","value":"view"}]},"alt":{"required":false,"name":"Alternate text","filter":"text","description":"Alternate text that displays when image does not load. Set to \"Image\" by default.","default":"Image"},"default":{"required":false,"name":"Default config settings","description":"Default configuration settings (usually set by admin in the source code or through Plugin Alias).","advanced":true,"default":""},"mandatory":{"required":false,"name":"Mandatory admin setting","description":"Mandatory configuration settings (usually set by admin in the source code or through Plugin Alias).","advanced":true,"default":""}}};
tiki_plugins.include = {"name":"Include","documentation":"PluginInclude","description":"Include content from a wiki page","prefs":["wikiplugin_include"],"icon":"pics\/icons\/page_copy.png","params":{"page":{"required":true,"name":"Page Name","description":"Wiki page name to include.","filter":"pagename","default":""},"start":{"required":false,"name":"Start","description":"When only a portion of the page should be included, specify the marker from which inclusion should start.","default":""},"stop":{"required":false,"name":"Stop","description":"When only a portion of the page should be included, specify the marker at which inclusion should end.","default":""},"nopage_text":{"required":false,"name":"Nopage Text","description":"Text to show when no page is found.","default":""},"pagedenied_text":{"required":false,"name":"Page Denied Text","description":"Text to show when the page exists but is denied to the user.","default":""}}};
tiki_plugins.invite = {"name":"Invite","documentation":"PluginInvite","description":"Invite a user to join your groups","prefs":["wikiplugin_invite"],"body":"Confirmation message after posting form","icon":"pics\/icons\/group.png","params":{"including":{"required":false,"name":"Including Group","description":"Will list only the groups that include this group"},"defaultgroup":{"required":false,"name":"Default Group","description":"Dropdown list will show this group by default"},"itemId":{"required":false,"name":"Item ID","description":"Dropdown list will show the group related to this item ID (in group selector or creator field) by default"}}};
tiki_plugins.jabber = {"name":"Jabber","documentation":"PluginJabber","description":"Chat using Jabber","prefs":["wikiplugin_jabber"],"icon":"pics\/icons\/comments.png","params":{"height":{"required":false,"name":"Height","description":"Applet height in pixels","default":200},"width":{"required":false,"name":"Width","description":"Applet width in pixels","default":200},"xmlhostname":{"required":false,"name":"XML Host Name","description":"Web site where XML is hosted. Default is jabber.org","default":"jabber.org"},"defaultColor":{"required":false,"name":"Default Color","description":"Set default color. Default is 255,255,255","default":"255,255,255"}}};
tiki_plugins.jq = {"name":"jQuery","documentation":"PluginJQ","description":"Add JavaScript code","prefs":["wikiplugin_jq"],"body":"JavaScript code","validate":"all","filter":"none","icon":"pics\/icons\/script_code_red.png","params":{"notonready":{"required":false,"name":"Not On Ready","description":"Do not execute on document ready (execute inline)"},"nojquery":{"required":false,"name":"No JavaScript","description":"Optional markup for when JavaScript is off"}}};
tiki_plugins.js = {"name":"Javascript","documentation":"PluginJS","description":"Add JavaScript code","prefs":["wikiplugin_js"],"body":"javascript code","validate":"all","filter":"rawhtml_unsafe","icon":"pics\/icons\/script_code_red.png","params":{"file":{"required":false,"name":"File","description":"JavaScript filename","filter":"url","default":""}}};
tiki_plugins.kaltura = {"name":"Kaltura Video","documentation":"PluginKaltura","description":"Display a video created through the Kaltura feature","prefs":["wikiplugin_kaltura","feature_kaltura"],"extraparams":true,"icon":"pics\/icons\/film_edit.png","params":{"id":{"required":true,"name":"Kaltura Entry ID","description":"Kaltura entry ID of the video to be displayed"}}};
tiki_plugins.lang = {"name":"Language","documentation":"PluginLang","description":"Vary text based on the page language","prefs":["feature_multilingual","wikiplugin_lang"],"body":"text","icon":"pics\/icons\/flag_blue.png","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.","default":""},"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.","default":""}}};
tiki_plugins.lastmod = {"name":"Last Modification","documentation":"PluginLastMod","description":"Show the last modification date for a page","prefs":["feature_wiki","wikiplugin_lastmod"],"icon":"pics\/icons\/date_edit.png","params":{"page":{"required":false,"name":"Page","description":"Page name to display information of. Default value is current page."}}};
tiki_plugins.list = {"name":"List","documentation":"PluginList","description":"Create lists of Tiki objects based on custom search criteria and formatting","prefs":["wikiplugin_list"],"body":"List configuration information","filter":"wikicontent","icon":"pics\/icons\/text_list_bullets.png","params":[]};
tiki_plugins.listpages = {"name":"List Pages","documentation":"PluginListpages","description":"List pages based on various criteria","prefs":["wikiplugin_listpages"],"icon":"pics\/icons\/page_find.png","params":{"offset":{"required":false,"name":"Result Offset","description":"Result number at which the listing should start.","filter":"digits","default":0},"max":{"required":false,"name":"Max","description":"Limit number of items displayed in the list. Default is to display all.","filter":"digits","default":-1},"initial":{"required":false,"name":"Initial","description":"txt","default":""},"showNameOnly":{"required":false,"name":"Show Name Only","description":"Show only the page names","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"categId":{"required":false,"name":"Category filter","description":"If set to a category identifier, restrict the pages displayed to those in the specified category. Example value: 42. If set to a list of category identifiers separated by colons (:), restrict the pages to those in any of the specified categories. Example value: 1:2. If set to a list of category identifiers separated by plus signs (+), only display a page if it is in all of the specified categories. Example value: 1+2. If set to a list of category identifiers separated by minus signs (-), only display a page if it is in the first specified category and not in any of the following categories. Example value: 1-2-3.","filter":"striptags","default":""},"structHead":{"required":false,"name":"Structure Head","description":"Filter by structure head","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showPageAlias":{"required":false,"name":"Show Page Alias","description":"Show page alias in the list","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"find":{"required":false,"name":"Find","description":"Only pages with names similar the text entered for this parameter will be listed"},"lang":{"required":false,"name":"Language","description":"Two letter language code to filter pages listed.","filter":"alpha"},"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.","filter":"alpha"},"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."},"translationOrphan":{"required":false,"name":"No translation","description":"User or pipe separated list of two letter language codes for additional languages to display. List pages with no language or with a missing translation in one of the language"},"exact_match":{"required":false,"name":"Exact Match","description":"Page name and text entered for the filter parameter must match exactly to be listed","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"only_orphan_pages":{"required":false,"name":"Only Orphan Pages","description":"Only list orphan pages","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"for_list_pages":{"required":false,"name":"For List Pages","description":"y|n","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"sort":{"required":false,"name":"Sort","description":"Sort ascending or descending on any field in the tiki_pages table. Syntax is field name followed by _asc or _desc. Example: lastModif_descorpageName_asc","default":"pageName_asc"},"start":{"required":false,"name":"Start","description":"When only a portion of the page should be included, specify the marker from which inclusion should start.","default":""},"end":{"required":false,"name":"Stop","description":"When only a portion of the page should be included, specify the marker at which inclusion should end.","default":""},"length":{"required":false,"name":"Length","description":"Number of characters to display","default":""},"showCheckbox":{"required":false,"name":"Show checkboxes","description":"y|n","default":"y"}}};
tiki_plugins.lsdir = {"name":"List Directory","documentation":"PluginLsDir","description":"Lists files in a directory","prefs":["wikiplugin_lsdir"],"validate":"all","icon":"pics\/icons\/folder_find.png","params":{"dir":{"required":true,"name":"Directory","description":"Full path to the server-local directory. Default is the document root.","default":""},"urlprefix":{"required":false,"name":"URL Prefix","description":"Make the file name a link to the file by adding the url path preceding the file name. Example: http:\/\/yoursite.com\/tiki\/","default":null},"sort":{"required":false,"name":"Sort Order","description":"Set the sort order of the file list","default":"name","options":[{"text":"","value":""},{"text":"File Name","value":"name"},{"text":"File Size","value":"size"},{"text":"Last Access","value":"atime"},{"text":"Last Metadata Change","value":"ctime"},{"text":"Last Modified","value":"mtime"}]},"filter":{"required":false,"name":"Filter","description":"Only list files with filenames that contain this filter. Example: \".jpg\"","default":null},"limit":{"required":false,"name":"Limit","description":"Maximum amount of files to display. Default is no limit.","default":0}}};
tiki_plugins.mail = {"name":"Mail","documentation":"PluginMail","description":"Directly mail other users or groups","validate":"all","icon":"pics\/icons\/email.png","params":{"group":{"required":false,"name":"Group","description":"Limit the group to the groups including this group","filter":"groupname","default":""},"showgroupdd":{"required":false,"name":"Show Group Dropdown","description":"Show a dropdown list of groups (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showuserdd":{"required":false,"name":"Show User Dropdown","description":"Show a dropdown list of users (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showuser":{"required":false,"name":"User Autocomplete","description":"Show an autocomplete box on user name","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showrealnamedd":{"required":false,"name":"Real Name Dropdown","description":"Show a dropdown list of user real names (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]}}};
tiki_plugins.map = {"name":"Map","documentation":"PluginMap","description":"Display a map created using the Maps feature","prefs":["feature_maps","wikiplugin_map"],"icon":"pics\/icons\/map.png","params":{"mapfile":{"required":true,"name":"Map File","description":"Map file identifier"},"extents":{"required":false,"name":"Extents","description":"Extents"},"size":{"required":false,"name":"Size","description":"Size of the map"},"width":{"required":false,"name":"Width","description":"Width of the map"},"height":{"required":false,"name":"Height","description":"Height of the map"}}};
tiki_plugins.mcalendar = {"name":"Mayan Calendars","documentation":"PluginMCalendarInfo","description":"Convert a Gregorian date to a Mayan calendar date","prefs":["wikiplugin_mcalendar"],"icon":"pics\/icons\/calendar.png","params":{"template":{"required":false,"name":"Template","description":"You must use the variable substitution.<br \/>LongCount: ~np~%baktun%, %katun%, %tun%, %winal%, %kin%~\/np~<br \/>Tzolkin: ~np~%tzolkin13%, %tzolkin20%, %tzolkin20name%~\/np~<br \/>Haab: ~np~%haabkin%, %haabwinal%, %haabwinalname%~\/np~<br \/>Misc: ~np~%longkin%, %julianday%~\/np~<br \/><br \/>Example: template ~np~\"%baktun%.%katun%.%tun%.%winal%.%kin%, %tzolkin13% %tzolkin20name%, %haabkin% %haabwinalname%\" ~\/np~for 22.05.2009 will return 12.19.16.6.11, 8 CHUEN, 9 SIP.<br \/><br \/>Default template: ~np~%baktun%.%katun%.%tun%.%winal%.%kin% %tzolkin13% %tzolkin20name% %haabkin% %haabwinalname%~\/np~"},"grdate":{"required":false,"name":"Gregorian date","description":"Gregorian date for convert. Format: DD.MM.YYYY. Default: Today date"}}};
tiki_plugins.mediaplayer = {"name":"Media Player","documentation":"PluginMediaplayer","description":"Add a media player to a page","extraparams":true,"prefs":["wikiplugin_mediaplayer"],"icon":"pics\/icons\/mime\/avi.png","params":{"fullscreen":{"required":false,"name":"Allow Fullscreen","description":"Allow fullscreen mode. true|false","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"true"},{"text":"No","value":"false"}]},"mp3":{"required":false,"name":"MP3 URL","description":"Complete URL to the mp3 to include.","filter":"url"},"flv":{"required":false,"name":"FLV URL","description":"Complete URL to the flv to include.","filter":"url"},"src":{"required":false,"name":"URL","description":"Complete URL to the media to include. asx, asf, avi, flv, mov, mpg, mpeg, mp4, qt, ra, smil, swf, wmv, 3g2, 3gp,aif, aac, au, gsm, mid, midi, mov, mp3, m4a, snd, ra, ram, rm, wav, wma, bmp, html, pdf, psd, qif, qtif, qti, tif, tiff, xaml","filter":"url","default":""},"style":{"required":false,"name":"Style","description":"One of:mini|normal|maxi|multi","filter":"alpha","options":[{"text":"","value":""},{"text":"Mini","value":"mini"},{"text":"Normal","value":"normal"},{"text":"Maxi","value":"maxi"},{"text":"Multi","value":"multi"}]},"wmode":{"required":false,"name":"Flash Window Mode","description":"Sets the Window Mode property of the Flash movie. Transparent lets what's behind the movie show through and allows the movie to be covered \n\t\t\t\t\t\t\t\t\t\t Opaque hides what's behind the movie and Window plays the movie in its own window. Default value: transparent","filter":"alpha","options":[{"text":"","value":""},{"text":"Transparent","value":"transparent"},{"text":"Opaque","value":"opaque"},{"text":"Window","value":"window"}]}}};
tiki_plugins.memberlist = {"name":"Member List","documentation":"PluginMemberList","description":"List and allow editing of group members","prefs":["wikiplugin_memberlist"],"filter":"wikicontent","icon":"pics\/icons\/group_gear.png","params":{"groups":{"required":true,"name":"Groups","description":"List of groups to handle through the interface. Colon separated.","separator":":","filter":"groupname","default":""}}};
tiki_plugins.memberpayment = {"name":"Member Payment","documentation":"PluginMemberPayment","description":"Receive payments from a member to extend membership to a group.","validate":"all","prefs":["wikiplugin_memberpayment","payment_feature"],"icon":"pics\/icons\/money.png","params":{"group":{"required":true,"name":"Group","description":"Name of the group for which the subscription should be added or extended.","filter":"groupname","default":""},"price":{"required":true,"name":"Price","description":"Price per period (USD).","filter":"text"},"currentuser":{"required":false,"name":"Current User Member","description":"Membership only for the current user","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"inputtitle":{"required":false,"name":"Input Title","description":"Title of the input form. Use %0 for the group name. Supports wiki syntax","filter":"text","default":"Membership to %0 for %1 (x%2)"},"howtitle":{"required":false,"name":"How Title","description":"Title of the input form. Use %0 for the group name, %4 for the number of days or %5 for the number of years Supports wiki syntax","filter":"text","default":"Membership to %0 for %1 (x%2)"}}};
tiki_plugins.miniquiz = {"name":"Mini Quiz","documentation":"PluginMiniQuiz","description":"Create a quiz using a tracker","prefs":["feature_trackers","wikiplugin_miniquiz"],"body":"Instructions::Feedback","icon":"pics\/icons\/green_question.png","params":{"trackerId":{"required":true,"name":"Tracker ID","description":"Numeric value representing the miniquiz tracker ID","default":""}}};
tiki_plugins.module = {"name":"Insert Module","documentation":"PluginModule","description":"Display a module","prefs":["wikiplugin_module"],"validate":"all","icon":"pics\/icons\/module.png","extraparams":true,"params":{"module":{"required":true,"name":"Module Name","description":"Module name as known in Tiki","default":"","options":[{"text":"About_Michael_Risch (About_Michael_Risch)","value":"About_Michael_Risch"},{"text":"Action Calendar (action_calendar)","value":"action_calendar"},{"text":"Application Menu (Application Menu)","value":"Application Menu"},{"text":"Article Archives (article_archives)","value":"article_archives"},{"text":"Article Topics (article_topics)","value":"article_topics"},{"text":"Articles (articles)","value":"articles"},{"text":"Babel Fish icon link (babelfish_logo)","value":"babelfish_logo"},{"text":"Babel Fish Links (babelfish_links)","value":"babelfish_links"},{"text":"Bibliography Search (zotero)","value":"zotero"},{"text":"Breadcrumbs (breadcrumbs)","value":"breadcrumbs"},{"text":"Calendar (calendar_new)","value":"calendar_new"},{"text":"Cart (cart)","value":"cart"},{"text":"Categories (categories)","value":"categories"},{"text":"Category Transitions (category_transition)","value":"category_transition"},{"text":"Change Category (change_category)","value":"change_category"},{"text":"Contributors (contributors)","value":"contributors"},{"text":"Directory Statistics (directory_stats)","value":"directory_stats"},{"text":"Featured Links (featured_links)","value":"featured_links"},{"text":"File Galleries (file_galleries)","value":"file_galleries"},{"text":"Google AdSense (adsense)","value":"adsense"},{"text":"Google Search (google)","value":"google"},{"text":"Groups Emulation (groups_emulation)","value":"groups_emulation"},{"text":"Last Actions (last_actions)","value":"last_actions"},{"text":"Last Visitors (last_visitors)","value":"last_visitors"},{"text":"Last-Modified Blogs (last_modified_blogs)","value":"last_modified_blogs"},{"text":"Last-modified Events (last_modif_events)","value":"last_modif_events"},{"text":"Last-modified File Galleries (last_file_galleries)","value":"last_file_galleries"},{"text":"Last-modified Image Galleries (last_image_galleries)","value":"last_image_galleries"},{"text":"Last-Visited Pages (breadcrumb)","value":"breadcrumb"},{"text":"last_youtube_playlist_videos (last_youtube_playlist_videos)","value":"last_youtube_playlist_videos"},{"text":"Latest Changes (last_modif_pages)","value":"last_modif_pages"},{"text":"Live Support (live_support)","value":"live_support"},{"text":"Locator (locator)","value":"locator"},{"text":"Log In (login_box)","value":"login_box"},{"text":"Logo (logo)","value":"logo"},{"text":"Menu (menu)","value":"menu"},{"text":"Menu Page (menupage)","value":"menupage"},{"text":"Minichat (minichat)","value":"minichat"},{"text":"Mobile (mobile)","value":"mobile"},{"text":"Months links (months_links)","value":"months_links"},{"text":"Most Active blogs (top_active_blogs)","value":"top_active_blogs"},{"text":"Most commented forums (forums_most_commented_forums)","value":"forums_most_commented_forums"},{"text":"Most Popular Tags (freetags_most_popular)","value":"freetags_most_popular"},{"text":"Most visited blogs (top_visited_blogs)","value":"top_visited_blogs"},{"text":"Most-active Users (users_rank)","value":"users_rank"},{"text":"Most-Commented (most_commented)","value":"most_commented"},{"text":"Most-Read FAQs (top_visited_faqs)","value":"top_visited_faqs"},{"text":"Most-Read Forum Topics (forums_most_read_topics)","value":"forums_most_read_topics"},{"text":"Most-Visited Forums (forums_most_visited_forums)","value":"forums_most_visited_forums"},{"text":"My Blogs (user_blogs)","value":"user_blogs"},{"text":"My Bookmarks (user_bookmarks)","value":"user_bookmarks"},{"text":"My Image Galleries (user_image_galleries)","value":"user_image_galleries"},{"text":"My Preferred Tags (freetags_prefered)","value":"freetags_prefered"},{"text":"My Tasks (user_tasks)","value":"user_tasks"},{"text":"New user registration (register)","value":"register"},{"text":"Newest Article Submissions (last_submissions)","value":"last_submissions"},{"text":"Newest Blog Post Comments (blog_last_comments)","value":"blog_last_comments"},{"text":"Newest Blog Posts (last_blog_posts)","value":"last_blog_posts"},{"text":"Newest Blogs (last_created_blogs)","value":"last_created_blogs"},{"text":"Newest Category Items (last_category_objects)","value":"last_category_objects"},{"text":"Newest Comments (wiki_last_comments)","value":"wiki_last_comments"},{"text":"Newest Directory Sites (directory_last_sites)","value":"directory_last_sites"},{"text":"Newest FAQs (last_created_faqs)","value":"last_created_faqs"},{"text":"Newest Files (last_files)","value":"last_files"},{"text":"Newest Forum Posts (forums_last_posts)","value":"forums_last_posts"},{"text":"Newest Images (last_images)","value":"last_images"},{"text":"Newest Podcasts (last_podcasts)","value":"last_podcasts"},{"text":"Newest Quizzes (last_created_quizzes)","value":"last_created_quizzes"},{"text":"Newest Tracker Comments (last_tracker_comments)","value":"last_tracker_comments"},{"text":"Newest Tracker Items (last_tracker_items)","value":"last_tracker_items"},{"text":"Newest Validated FAQ Questions (last_validated_faq_questions)","value":"last_validated_faq_questions"},{"text":"News Feeds (rsslist)","value":"rsslist"},{"text":"Old Articles (old_articles)","value":"old_articles"},{"text":"Online users (who_is_there)","value":"who_is_there"},{"text":"Payments Outstanding (payment_outstanding)","value":"payment_outstanding"},{"text":"Pending Article Submissions (num_submissions)","value":"num_submissions"},{"text":"Perspective (perspective)","value":"perspective"},{"text":"Powered by (poweredby)","value":"poweredby"},{"text":"Public Tasks (user_tasks_public)","value":"user_tasks_public"},{"text":"Quick Admin (quickadmin)","value":"quickadmin"},{"text":"Quick Edit (quick_edit)","value":"quick_edit"},{"text":"Quick Search (quick_search)","value":"quick_search"},{"text":"Random Image (random_images)","value":"random_images"},{"text":"Random Pages (random_pages)","value":"random_pages"},{"text":"Received Objects (comm_received_objects)","value":"comm_received_objects"},{"text":"Related Items (whats_related)","value":"whats_related"},{"text":"Search (search)","value":"search"},{"text":"Search box (search_box)","value":"search_box"},{"text":"Search for Wiki Page (search_wiki_page)","value":"search_wiki_page"},{"text":"Semantic links (semantic_links)","value":"semantic_links"},{"text":"Server Load (loadstats)","value":"loadstats"},{"text":"Share (share)","value":"share"},{"text":"Shoutbox (shoutbox)","value":"shoutbox"},{"text":"Similar Content (action_similarcontent)","value":"action_similarcontent"},{"text":"Similar-Tag Items (freetags_morelikethis)","value":"freetags_morelikethis"},{"text":"Since Last Visit (since_last_visit_new)","value":"since_last_visit_new"},{"text":"Since Last Visit (Simple) (since_last_visit)","value":"since_last_visit"},{"text":"SVN up info (svnup)","value":"svnup"},{"text":"Switch Language (switch_lang)","value":"switch_lang"},{"text":"Switch Theme (switch_theme)","value":"switch_theme"},{"text":"Tags Editor (freetag)","value":"freetag"},{"text":"Technorati (Technorati)","value":"Technorati"},{"text":"Terminology (terminology)","value":"terminology"},{"text":"Tiki assistant (assistant)","value":"assistant"},{"text":"Tiki Tests (tikitests)","value":"tikitests"},{"text":"Tiki User Credits (credits)","value":"credits"},{"text":"Top Articles (top_articles)","value":"top_articles"},{"text":"Top Directory Sites (directory_top_sites)","value":"directory_top_sites"},{"text":"Top File Galleries (top_file_galleries)","value":"top_file_galleries"},{"text":"Top files (top_files)","value":"top_files"},{"text":"Top Forum Posters (top_forum_posters)","value":"top_forum_posters"},{"text":"Top image galleries (top_image_galleries)","value":"top_image_galleries"},{"text":"Top Images (top_images)","value":"top_images"},{"text":"Top Objects (top_objects)","value":"top_objects"},{"text":"Top Pages (top_pages)","value":"top_pages"},{"text":"Top Quizzes (top_quizzes)","value":"top_quizzes"},{"text":"Top-Rated Topics (forums_best_voted_topics)","value":"forums_best_voted_topics"},{"text":"Top_Menu (Top_Menu)","value":"Top_Menu"},{"text":"Tracker Help (trackerhelp)","value":"trackerhelp"},{"text":"Translate Updates (translation)","value":"translation"},{"text":"Unread Inter-user Messages (messages_unread_messages)","value":"messages_unread_messages"},{"text":"Upcoming Events (upcoming_events)","value":"upcoming_events"},{"text":"User Pages (user_pages)","value":"user_pages"},{"text":"User-Group Tracker (usergroup_tracker)","value":"usergroup_tracker"},{"text":"Webmail Inbox (webmail_inbox)","value":"webmail_inbox"},{"text":"Wiki Page Tags (freetags_current)","value":"freetags_current"},{"text":"Wiki Structure Menu (menustructure)","value":"menustructure"},{"text":"YouTube (youtube)","value":"youtube"}]},"float":{"required":false,"name":"Float","description":"Align the module to the left or right on the page allowing other elements to align against it","default":"nofloat","advanced":true,"options":[{"text":"No Float","value":""},{"text":"Left","value":"left"},{"text":"Right","value":"right"}]},"decoration":{"required":false,"name":"Decoration","description":"Show box decorations (default is to show them)","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"1"},{"text":"No","value":"0"}]},"flip":{"required":false,"name":"Flip","description":"Add ability to show\/hide the content of the module (default is the site admin setting for modules)","options":[{"text":"","value":""},{"text":"Yes","value":"1"},{"text":"No","value":"0"}],"advanced":true},"max":{"required":false,"name":"Max","description":"Number of rows (default: 10)","default":10,"advanced":true},"np":{"required":false,"name":"Parse","description":"Parse wiki syntax (default is to parse)","default":"1","options":[{"text":"","value":""},{"text":"Yes","value":"1"},{"text":"No","value":"0"}],"advanced":true},"notitle":{"required":false,"name":"Title","description":"Show\/hide module title (default is to show the title)","options":[{"text":"","value":""},{"text":"Show title","value":"n"},{"text":"Hide title","value":"y"}]}}};
tiki_plugins.mono = {"name":"Monospace","documentation":"PluginMono","description":"Display text in a monospace font","prefs":["wikiplugin_mono"],"body":"text","icon":"pics\/icons\/font.png","params":{"font":{"required":false,"name":"Font","description":"Font name as known in browsers.","default":"monospace"}}};
tiki_plugins.mouseover = {"name":"Mouseover","documentation":"PluginMouseover","description":"Display hidden content by mousing over a text","prefs":["wikiplugin_mouseover"],"body":"Hidden content, unless the label parameter is undefined, in which case this is the label.","icon":"pics\/icons\/comment_add.png","params":{"label":{"required":true,"name":"Label","description":"Text displayed on the page. The body is the hidden content.","filter":"striptags","default":""},"url":{"required":false,"name":"URL","description":"Destination link when mouseover text is clicked. Use http:\/\/ for external links","filter":"url","default":"javascript:void(0)"},"text":{"required":false,"name":"Text","description":"DEPRECATED Hidden content. The body contains the label.","filter":"striptags","default":"","advanced":true},"width":{"required":false,"name":"Width","description":"Mouseover box width. Default: 400px","filter":"digits","default":400,"advanced":true},"height":{"required":false,"name":"Height","description":"Mouseover box height. Default: 200px","filter":"digits","default":200,"advanced":true},"offsetx":{"required":false,"name":"Offset X","description":"Shifts the overlay to the right by the specified number of pixels relative to the cursor. Default: 5","filter":"digits","default":5,"advanced":true},"offsety":{"required":false,"name":"Offset Y","description":"Shifts the overlay lower by the specified number of pixels relative to the cursor. Default: 0","filter":"digits","default":0,"advanced":true},"parse":{"required":false,"name":"Parse Body","description":"Parse the body of the plugin as wiki content (parsed by default)","filter":"alpha","advanced":true,"default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"parselabel":{"required":false,"name":"Parse Label","description":"Parse the label as wiki content (parsed by default)","filter":"alpha","default":"y","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"class":{"required":false,"name":"CSS Class","description":"CSS class to apply","filter":"alpha","default":"plugin-mouseover","advanced":true},"bgcolor":{"required":false,"name":"Background Color","description":"Background color to apply to the popup","filter":"striptags","default":"","advanced":true},"textcolor":{"required":false,"name":"Text Color","description":"Color to apply to the text in the popup","filter":"striptags","default":"","advanced":true},"sticky":{"required":false,"name":"Sticky","description":"When enabled, popup stays visible until it is clicked.","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}],"advanced":true},"padding":{"required":false,"name":"Padding","description":"Padding size in pixels","filter":"digits","default":"","advanced":true},"effect":{"required":false,"name":"Effect","options":[{"text":"Default","value":""},{"text":"None","value":"none"},{"text":"Slide","value":"slide"},{"text":"Fade","value":"fade"},{"text":"Blind (UI)","value":"blind_ui"},{"text":"Clip (UI)","value":"clip_ui"},{"text":"Drop (UI)","value":"drop_ui"},{"text":"Explode (UI)","value":"explode_ui"},{"text":"Fold (UI)","value":"fold_ui"},{"text":"Puff (UI)","value":"puff_ui"},{"text":"Slide (UI)","value":"slide_ui"}],"description":"Set the type of show\/hide animation that will be used","filter":"striptags","advanced":true},"speed":{"required":false,"name":"Effect Speed","options":[{"text":"Normal","value":""},{"text":"Fast","value":"fast"},{"text":"Slow","value":"slow"}],"description":"Set the speed of the animation.","filter":"alpha","default":"","advanced":true},"closeDelay":{"required":false,"name":"Close Delay","description":"Number of seconds before popup closes","filter":"digits","default":0,"advanced":true}}};
tiki_plugins.mwtable = {"name":"Media Wiki Table","documentation":"PluginMWTable","description":"Display a table using MediaWiki syntax (experimental - may change in future versions)","prefs":["wikiplugin_mwtable"],"body":"URL","validate":"all","icon":"pics\/icons\/table.png","params":{"fancy":{"safe":true,"required":false,"name":"Fancy","description":"Set to true to apply additional formatting to the table (header style, odd\/even rows, etc.)","default":"false","options":[{"text":"","value":""},{"text":"True","value":"true"},{"text":"False","value":"false"}]},"wiki_classes":{"safe":true,"required":false,"name":"Wiki Classes","description":"Determines whether wiki style classes will be used for the table and cells (used by default)","default":"true","options":[{"text":"","value":""},{"text":"True","value":"true"},{"text":"False","value":"false"}]}}};
tiki_plugins.myspace = {"name":"MySpace","documentation":"PluginMySpace","description":"Display a MySpace Flash mp3 playlist","prefs":["wikiplugin_myspace"],"icon":"pics\/icons\/myspace.png","params":{"page":{"required":true,"name":"MySpace Page","description":"MySpace page name.","default":""}}};
tiki_plugins.objecthits = {"name":"Object Hits","documentation":"PluginObjectHits","description":"Display the number of hits for certain objects","prefs":["wikiplugin_objecthits"],"icon":"pics\/icons\/calculator.png","params":{"object":{"required":false,"name":"Object","description":"For a wiki page, the page name, for other object types: ID number + ? + object title","default":""},"type":{"required":false,"name":"Type","description":"Object type, such as wiki, file gallery, file, article, etc. Default is \"wiki\".","filter":"alpha","default":"wiki"},"days":{"required":false,"name":"Days","description":"Show the number of hits over the past number of days indicated. Default is to show all hits.","default":0}}};
tiki_plugins.param = {"name":"Param","documentation":"PluginParam","description":"Display content based on URL parameters","prefs":["wikiplugin_param"],"body":"Wiki text to display if conditions are met. The body may contain {ELSE}. Text after the marker will be displayed if conditions are not met.","icon":"pics\/icons\/page_gear.png","params":{"name":{"required":true,"name":"Name","description":"Names of parameter required to display text"},"source":{"required":false,"name":"Source","default":"request","description":"Source where the parameter is checked. Possible values : request ..."}}};
tiki_plugins.payment = {"name":"Payment","documentaion":"PluginPayment","description":"Show details of a payment request or invoice","prefs":["wikiplugin_payment","payment_feature"],"icon":"pics\/icons\/money.png","params":{"id":{"required":true,"name":"Payment Request Number","description":"Unique identifier of the payment request","filter":"digits","default":""}}};
tiki_plugins.perm = {"name":"Permissions","documentation":"PluginPerm","description":"Display content based on permission settings","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 conditions.","prefs":["wikiplugin_perm"],"filter":"wikicontent","icon":"pics\/icons\/page_white_key.png","params":{"perms":{"required":false,"name":"Possible Permissions","description":"Pipe separated list of permissions, one of which is needed to view the default text. Example:tiki_p_rename|tiki_p_edit","default":""},"notperms":{"required":false,"name":"Forbidden Permissions","description":"Pipe separated list of permissions, any of which will cause the default text not to show. Example:tiki_p_rename|tiki_p_edit","default":""}}};
tiki_plugins.pluginmanager = {"name":"Plugin Manager","documentation":"PluginPluginManager","description":"List wiki plugin or module information for the site","prefs":["wikiplugin_pluginmanager"],"introduced":3,"icon":"pics\/icons\/plugin_link.png","params":{"info":{"required":false,"name":"Information","description":"Determines what information is shown. Values separated with | . Ignored when singletitle is set to top or none.","filter":"striptags","accepted":"One or more of: description | parameters | paraminfo","default":"description | parameters | paraminfo ","since":"","options":[{"text":"","value":""},{"text":"Description","value":"description"},{"text":"Description & Parameters","value":"description|parameters"},{"text":"Description & Parameter Info","value":"description|paraminfo"},{"text":"Parameters & Parameter Info","value":"parameters|paraminfo"},{"text":"All","value":"description|parameters|paraminfo"}]},"plugin":{"required":false,"name":"Plugin","description":"Name of a plugin (e.g., backlinks), or list separated by |, or range separated by \"-\". Single plugin can be used with limit parameter.","filter":"striptags","default":"","since":"5.0"},"module":{"required":false,"name":"Module","description":"Name of a module (e.g., calendar_new), or list separated by |, or range separated by \"-\". Single module can be used with limit parameter.","filter":"striptags","default":"","since":"6.1"},"singletitle":{"required":false,"name":"Single Title","description":"Set placement of plugin name and description when displaying information for only one plugin","filter":"alpha","default":"none","since":"5.0","options":[{"text":"","value":""},{"text":"Top","value":"top"},{"text":"Table","value":"table"}]},"titletag":{"required":false,"name":"Title Heading","description":"Sets the heading size for the title, e.g., h2.","filter":"striptags","default":"h3","since":"5.0"},"start":{"required":false,"name":"Start","description":"Start with this plugin record number (must be an integer 1 or greater).","filter":"digits","default":"","since":"5.0"},"limit":{"required":false,"name":"Limit","description":"Number of plugins to show. Can be used either with start or plugin as the starting point. Must be an integer 1 or greater.","filter":"digits","default":"","since":"5.0"}}};
tiki_plugins.poll = {"name":"Poll","documentation":"PluginPoll","description":"Display a poll","prefs":["feature_polls","wikiplugin_poll"],"body":"Title","icon":"pics\/icons\/thumb_up.png","params":{"pollId":{"required":true,"name":"Poll","description":"Numeric value representing the poll ID","default":""},"showtitle":{"required":false,"name":"Show Title","description":"Show poll title (shown by default).","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showresult":{"required":false,"name":"Show result","description":"link|voted|always","filter":"alpha","default":"link"},"showtotal":{"required":false,"name":"Show total votes","description":"y|n","filter":"alpha","default":"y"}}};
tiki_plugins.prettytrackerviews = {"name":"Pretty Tracker View Tracking","documentation":"PluginPrettyTrackerViews","description":"Stores tiki.tracker.pretty.views attribute for trackeritem","prefs":["wikiplugin_prettytrackerviews","feature_trackers"],"defaultfilter":"text","params":{"record":{"required":false,"name":"Record","description":"set to y to record view each time this is loaded","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"show":{"required":false,"name":"Show","description":"set to n to hide showing of attribute","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"itemId":{"required":true,"name":"Item ID","description":"Set to ID of tracker item","default":""}}};
tiki_plugins.profile = {"name":"Profile Application","description":"Add a button for applying a profile.","documentation":"PluginProfile","prefs":["wikiplugin_profile"],"validate":"all","inline":true,"icon":"pics\/icons\/database_lightning.png","params":{"domain":{"required":false,"name":"Domain","description":"Profile repository domain. Default value is profiles.tiki.org","default":"profiles.tiki.org"},"name":{"required":true,"name":"Profile Name","description":"Name of the profile to be applied.","default":""}}};
tiki_plugins.proposal = {"name":"Proposal","documentation":"PluginProposal","description":"Allow users to vote on a proposal and view the results","prefs":["wikiplugin_proposal"],"body":"The list of votes cast. One vote per line. Either 0, +1 or -1 followed by a username.","icon":"pics\/icons\/thumb_up.png","params":{"caption":{"required":false,"name":"Caption","description":"Short description of the proposal to vote on. Will be displayed above the result table.","default":""}}};
tiki_plugins.quote = {"name":"Quote","documentation":"PluginQuote","description":"Format text as a quote","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","default":""}}};
tiki_plugins.randominclude = {"name":"Random Include","documentation":"PluginRandomInclude","description":"Include a random page's content.","prefs":["wikiplugin_randominclude"],"icon":"pics\/icons\/page_copy.png","params":[]};
tiki_plugins.rcontent = {"name":"Random Dynamic Content","documentation":"PluginRcontent","description":"Display pre-programmed changing content","prefs":["feature_dynamic_content","wikiplugin_rcontent"],"icon":"pics\/icons\/database_table.png","params":{"id":{"required":true,"name":"Content ID","description":"Numeric value representing the content ID","default":""}}};
tiki_plugins.realnamelist = {"name":"User List with Real Names)","documentation":"PluginRealNameList","description":"Show user real names for members of a group (experimental, should be merged with UserList)","prefs":["wikiplugin_realnamelist"],"body":"Group name - only users belonging to a group or groups with group names containing this text will be included in the list. If empty all site users will be included.","icon":"pics\/icons\/group.png","params":{"sep":{"required":false,"name":"Separator","description":"String to use between elements of the list if table layout is not used","default":", "},"max":{"required":false,"name":"Maximum","description":"Result limit","default":-1},"sort":{"required":false,"name":"Sort Order","description":"Set to sort in ascending or descending order (unsorted by default","default":"","options":[{"text":"","value":""},{"text":"Ascending","value":"asc"},{"text":"Descending","value":"desc"}]},"layout":{"required":false,"name":"Layout","description":"Set to table to show results in a table (not shown in a table by default)","default":"","options":[{"text":"","value":""},{"text":"Table","value":"table"}]},"link":{"required":false,"name":"Link","description":"Make the listed names links to various types of user information","default":"","options":[{"text":"","value":""},{"text":"User Information","value":"userinfo"},{"text":"User Page","value":"userpage"},{"text":"User Preferences","value":"userpref"}]},"exclude":{"required":false,"name":"Exclude","description":"Exclude certain test or admin names from the list","default":"","options":[{"text":"","value":""},{"text":"admin","value":"admin"},{"text":"admin-test","value":"admin-test"},{"text":"test","value":"test"},{"text":"test-admin","value":"test-admin"}]}}};
tiki_plugins.redirect = {"name":"Redirect","documentation":"PluginRedirect","description":"Redirect to another page","prefs":["wikiplugin_redirect"],"validate":"arguments","icon":"pics\/icons\/arrow_right.png","params":{"page":{"required":false,"name":"Page Name","description":"Wiki page name to redirect to.","default":""},"url":{"required":false,"name":"URL","description":"Complete URL, internal or external.","default":""}}};
tiki_plugins.regex = {"name":"Regular Expression","documentation":"PluginRegex","validate":"all","description":"Perform a regular expression search and replace","prefs":["wikiplugin_regex"],"body":"Each line of content is evaluated separately","icon":"pics\/icons\/text_replace.png","params":{"pageName":{"required":true,"name":"Page name","description":"Name of page containing search and replace expressions separated by two colons. Example of syntax on that page: \/search pattern\/::replacement text","default":"pageName"}}};
tiki_plugins.remarksbox = {"name":"Remarks Box","documentation":"PluginRemarksBox","description":"Displays a comment, tip, note or warning box","prefs":["wikiplugin_remarksbox"],"body":"remarks text","icon":"pics\/icons\/comment_add.png","params":{"type":{"required":true,"name":"Type","description":"Select type of remarksbox, which determines what icon and style will be displayed","default":"tip","options":[{"text":"","value":""},{"text":"Comment","value":"comment"},{"text":"Confirm","value":"confirm"},{"text":"Errors","value":"errors"},{"text":"Information","value":"information"},{"text":"Note","value":"note"},{"text":"Tip","value":"tip"},{"text":"Warning","value":"warning"}]},"title":{"required":true,"name":"Title","description":"Label displayed above the remark.","default":""},"highlight":{"required":false,"name":"Highlight","description":"Use the highlight class for formatting (not used by default).","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"icon":{"required":false,"name":"Custom Icon","description":"Enter a Tiki icon file name (with or without extension) or path to display a custom icon","default":""},"close":{"required":false,"name":"Close","description":"Show a close button (not shown by default).","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"width":{"required":false,"name":"Width","description":"Width (e.g. 100% or 250px - default \"\")","default":""}}};
tiki_plugins.rss = {"name":"RSS Feed","documentation":"PluginRSS","description":"Display items from an RSS feed","prefs":["wikiplugin_rss"],"icon":"pics\/icons\/rss.png","format":"html","filter":"striptags","params":{"id":{"required":true,"name":"IDs","separator":":","filter":"int","description":"List of feed IDs separated by colons. ex: feedId:feedId2","default":""},"max":{"required":false,"name":"Result Count","filter":"int","description":"Number of results displayed.","default":10},"date":{"required":false,"name":"Date","filter":"int","description":"Show date of each item (not shown by default)","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"desc":{"required":false,"name":"Description","filter":"int","description":"Show feed descriptions (not shown by default)","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"author":{"required":false,"name":"Author","filter":"int","description":"Show authors (not shown by default)","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"icon":{"required":false,"name":"Icon","filter":"url","description":"Url to a favicon to put before each entry","default":""},"showtitle":{"required":false,"name":"Show Title","filter":"int","description":"Show the title of the feed (shown by default)","default":1,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]}}};
tiki_plugins.scroll = {"name":"Scroll","documentation":"PluginScroll","description":"Show animated text that scrolls up or down","prefs":["wikiplugin_scroll"],"body":"text","icon":"pics\/icons\/script.png","params":{"width":{"required":true,"name":"Width","description":"Width in pixels. Example: 600px.","accepted":"Number of pixels followed by \"px\". Example: 600px.","filter":"striptags","default":""},"height":{"required":true,"name":"Height","description":"Height in pixels. Example: 450px","accepted":"Number of pixels followed by \"px\". Example: 450px.","filter":"striptags","default":""},"speed":{"required":false,"name":"Speed","description":"Scroll speed in number of seconds (default is 8 seconds)","filter":"int","default":8}}};
tiki_plugins.sf = {"name":"SourceForge","documentation":"PluginSF","description":"Creates a link to SourceForge tracker items","prefs":["wikiplugin_sf"],"body":"text","icon":"pics\/icons\/world_link.png","params":{"groupid":{"required":true,"name":"Group ID","description":"SourceForge project ID (shows as group_id in the url of a tracker item","filter":"digits","default":""},"trackerid":{"required":true,"name":"Tracker ID","description":"SourceForge tracker ID (shows as atid in the url of a tracker item","filter":"digits","default":""},"itemid":{"required":true,"name":"Item ID","description":"SourceForge item ID (shows as aid in the url of a tracker item","filter":"digits","default":""},"title":{"required":false,"name":"Link title","description":"First part of link tooltip identifying the type of tracker item (bug, feature request, patch or support request).","filter":"alpha","default":"Item","since":7}}};
tiki_plugins.sharethis = {"name":"ShareThis","documentation":"PluginSharethis","description":"Add a ShareThis button","prefs":["wikiplugin_sharethis"],"icon":"pics\/icons\/sharethis.png","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.","default":"","advanced":true,"options":[{"text":"","value":""},{"text":"Aim","value":"aim"},{"text":"Aim $ Email","value":"aim|email"},{"text":"Aim $ Sms","value":"aim|sms"},{"text":"Email","value":"email"},{"text":"Email $ Sms","value":"email|sms"}]},"style":{"required":false,"name":"Button Style","description":"Set button style: horizontal, vertical or rotate.","default":"","options":[{"text":"","value":""},{"text":"Horizontal","value":"horizontal"},{"text":"Vertical","value":"vertical"},{"text":"Rotate","value":"rotate"}]},"rotateimage":{"required":false,"name":"Rotate Image","description":"A value of y (Yes) will cause the button icon to rotate every 3 seconds between a few icons, cycling through twice before stopping.","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"multiple":{"required":false,"name":"Multiple Icons","description":"Enter list: email | facebook | twitter | sharethis, depending on which icons you'd like.","default":""},"postfirst":{"required":false,"name":"First 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.","filter":"alpha","advanced":true,"default":""},"buttontext":{"required":false,"name":"Button Text","description":"Custom link text for the button.","default":""},"headertitle":{"required":false,"name":"Header Title","description":"Optional header title text for the widget.","default":""},"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.","advanced":true,"default":""},"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.","advanced":true,"default":""},"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","advanced":true,"default":""},"popup":{"required":false,"name":"Pop-up","description":"A value of true will cause the widget to show in a pop-up window.","advanced":true,"default":"","options":[{"text":"","value":""},{"text":"True","value":"true"}]},"embed":{"required":false,"name":"Embedded Elements","description":"A value of true will allow embedded elements (like flash) to be seen while iframe is loading.","advanced":true,"default":"","options":[{"text":"","value":""},{"text":"True","value":"true"}]}}};
tiki_plugins.sheet = {"name":"Sheet","documentation":"PluginSheet","description":"Display data from a TikiSheet","prefs":["wikiplugin_sheet","feature_sheet"],"body":"Sheet Heading","icon":"pics\/icons\/sheet_get_range.png","params":{"id":{"required":false,"name":"Sheet ID","description":"Internal ID of the TikiSheet.  Either id or url MUST be used.","filter":"digits","accepted":"Sheet ID number","default":"","since":""},"url":{"required":false,"name":"Sheet Url Location","description":"Internal URL of the Table to use as a spreadsheet.  Either id or url MUST be used.","filter":"url","accepted":"Valid url","default":"","since":"6.0"},"simple":{"required":false,"name":"Simple","description":"Simple table view y\/n (Default: n = jquery.sheet view if feature enabled).","filter":"alpha","accepted":"y or n","default":"n","since":"5.0","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"width":{"required":false,"name":"Width","description":"Width in pixels or percentage. Default value is page width. e.g. \"200px\" or \"100%\"","filter":"striptags","accepted":"Number of pixels followed by 'px' or percent followed by % (e.g. \"200px\" or \"100%\").","default":"Page width","since":"6.0"},"height":{"required":false,"name":"Height","description":"Height in pixels or percentage. Default value is complete spreadsheet height.","filter":"striptags","accepted":"Number of pixels followed by 'px' or percent followed by % (e.g. \"200px\" or \"100%\").","default":"Spreadsheet height","since":"5.0"},"editable":{"required":false,"name":"Editable","description":"Show edit button. Default 'y' depending on user's permissions.","filter":"alpha","accepted":"y or n","default":"y","since":"6.0","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"subsheets":{"required":false,"name":"Show subsheets","description":"y\/n. Show multi-sheets. Default 'y'.","filter":"alpha","accepted":"y or n","default":"y","since":"6.0","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"range":{"required":false,"name":"Range","description":"Show a range of cells (or single cell). Default shows all. e.g. \"D1:F3\" or \"e14:e14\"","filter":"striptags","accepted":"Cell range, e.g. \"D1:F3\" or \"e14:e14\"","default":"All cells","since":"6.0"},"class":{"required":false,"name":"CSS Class","description":"Apply custom CSS class to the containing div.","filter":"text","accepted":"Any valid CSS class","default":"","since":"6.0"}}};
tiki_plugins.shopperinfo = {"name":"Collect Anonymous Shopper Info","documentation":"PluginShopperinfo","description":"Collect Anonymous Shopper Info for Shopping Cart","prefs":["wikiplugin_shopperinfo","payment_feature"],"filter":"wikicontent","format":"html","params":{"values":{"required":true,"name":"Values to be collected","description":"Names of values to be collected separated by : as defined in shopper profile","filter":"text","default":[],"separator":":"},"labels":{"required":true,"name":"Labels for the values to be collected","description":"Labels of the values to be collected separated by :","filter":"text","default":[],"separator":":"},"showifloggedin":{"required":false,"name":"Show even if logged in","description":"Normally this is used for anonymous users but sometimes may be used when logged in also","filter":"text","default":"n"}}};
tiki_plugins.showpages = {"name":"Show Pages","documentation":"PluginShowPages","description":"Find pages by searching within page names","prefs":["wikiplugin_showpages"],"icon":"pics\/icons\/page_find.png","params":{"find":{"required":true,"name":"Find","description":"Search criteria","default":""},"max":{"required":false,"name":"Result Count","description":"Maximum amount of results displayed.","filter":"digits","default":""},"display":{"required":false,"name":"Display","description":"Display page name and\/or description. Both displayed by default.","filter":"striptags","default":"name|desc","options":[{"text":"","value":""},{"text":"Name","value":"name"},{"text":"Description","value":"desc"},{"text":"Name & Description","value":"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. do not forget to check the tools \/ options\/ privacy \/ allow my status to be show on the web","params":{"action":{"required":false,"name":"Action","description":"Set whether to call or chat. Default is chat","default":"chat","options":[{"text":"","value":""},{"text":"Call","value":"call"},{"text":"Chat","value":"chat"}]},"showstatus":{"required":false,"name":"Show status","description":"Show a status icon or not i.e. if online\/offline\/etc. Default is no.","default":"n","options":[{"text":"yes","value":"y"},{"text":"no","value":"n"}]}}};
tiki_plugins.slideshow = {"name":"Slideshow","documentation":"Slideshow","description":"Configure a slideshow. Extends the existing wiki page slideshow with notes & styles.","prefs":["wikiplugin_slideshow","feature_slideshow","wiki_uses_slides"],"body":"Slideshow notes - Separate with \"\/\/\/\/\/\"","icon":"pics\/icons\/images.png","params":{"theme":{"required":false,"name":"Theme","description":"The side on which you would like to display text if there are images that are resized or present","filter":"text","default":"Tiki jQuery UI Theme","since":"7.0","options":[{"text":"ui-lightness","value":"ui-lightness"},{"text":"ui-darkness","value":"ui-darkness"},{"text":"smoothness","value":"smoothness"},{"text":"start","value":"start"},{"text":"redmond","value":"redmond"},{"text":"sunny","value":"sunny"},{"text":"overcast","value":"overcast"},{"text":"le-frog","value":"le-frog"},{"text":"flick","value":"flick"},{"text":"pepper Grinder","value":"pepper-grinder"},{"text":"eggplant","value":"eggplant"},{"text":"dark-hive","value":"dark-hive"},{"text":"cupertino","value":"cupertino"},{"text":"south-street","value":"south-street"},{"text":"blitzer","value":"blitzer"},{"text":"humanity","value":"humanity"},{"text":"hot-sneaks","value":"hot-sneaks"},{"text":"excite-bike","value":"excite-bike"},{"text":"vader","value":"vader"},{"text":"dot-Luv","value":"dot-luv"},{"text":"mint-choc","value":"mint-shoc"},{"text":"black-tie","value":"black-tie"},{"text":"trontastic","value":"trontastic"},{"text":"swanky-purse","value":"swanky-purse"}]},"backgroundurl":{"required":false,"name":"Background Url Location","description":"URL of the background image to use in your slideshow, overrides backgroundcolor","filter":"url","accepted":"Valid url","default":"","since":"7.0"},"backgroundcolor":{"required":false,"name":"Background Color","description":"Background color to use in your slideshow, default ","default":"#0087BB","since":"7.0"},"class":{"required":false,"name":"CSS Class","description":"Apply custom CSS class to the containing div.","filter":"text","accepted":"Any valid CSS class","default":"","since":"7.0"},"headerfontcolor":{"required":false,"name":"Header font color","description":"Apply a color to the headers of your slideshow","filter":"text","accepted":"Any html color","default":"#56D0FF","since":"7.0"},"headerbackgroundcolor":{"required":false,"name":"Header background color","description":"Apply a color to the headers of your slideshow","filter":"text","accepted":"Any html color","since":"7.0"},"slidefontcolor":{"required":false,"name":"Slide font color","description":"Apply a color to the slides of your slideshow","filter":"text","accepted":"Any html color","default":"#EEFAFF","since":"7.0"},"listitemhighlightcolor":{"required":false,"name":"Line Item highlight color","description":"Apply a color to the line item when mouse over","filter":"text","accepted":"Any html color","default":"","since":"7.0"},"slideseconds":{"required":false,"name":"Slide Seconds","description":"How many seconds a slide will be open while playing","filter":"digits","accepted":"Second count","default":"15","since":"7.0"},"textside":{"required":false,"name":"Text Side","description":"The side on which you would like to display text if there are images that are resized or present","filter":"text","default":"Left","since":"7.0","options":[{"text":"Left","value":"left"},{"text":"Right","value":"right"}]}}};
tiki_plugins.smarty = {"name":"Smarty function","documentation":"PluginSmarty","description":"Insert a Smarty function","prefs":["wikiplugin_smarty"],"validate":"all","extraparams":true,"icon":"pics\/icons\/task_submitted.png","params":{"name":{"required":false,"name":"Smarty Function","description":"The name of the smarty function that the button will activate. Available functions are: lib\/smarty\/libs\/plugins\/function.[name].php","filter":"word","default":""}}};
tiki_plugins.snarf = {"name":"Snarf","documentation":"PluginSnarf","description":"Display the contents of another web page","prefs":["wikiplugin_snarf"],"validate":"all","icon":"pics\/icons\/page_copy.png","params":{"url":{"required":true,"name":"URL","description":"Full URL to the page to include.","filter":"url","default":""},"regex":{"required":false,"name":"Regular Expression Pattern","description":"PCRE-compliant regular expression pattern to find the parts you want changed","default":""},"regexres":{"required":false,"name":"Regular Expression Replacement","description":"PCRE-compliant regular expression replacement syntax showing what the content should be changed to","default":""},"wrap":{"required":false,"name":"Word Wrap","description":"Enable\/disable word wrapping of snippets of code (enabled by default)","default":1,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"colors":{"required":false,"name":"Colors","description":"Syntax highlighting to use for code snippets. Available: php, html, sql, javascript, css, java, c, doxygen, delphi, ...","default":null},"ln":{"required":false,"name":"Line Numbers","description":"Set to 1 (Yes) to add line numbers to code snippets (not shown by default)","default":null,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"wiki":{"required":false,"name":"Wiki Syntax","description":"Parse wiki syntax within the code snippet (not parsed by default).","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"rtl":{"required":false,"name":"Right to Left","description":"Switch the text display from left to right to right to left","default":null,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"ishtml":{"required":false,"name":"HTML Content","description":"Set to 1 (Yes) to display the content as is instead of escaping HTML special chars (not set by default).","default":null,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"cache":{"required":false,"name":"Cache Url","description":"Cache time in minutes. Default is to use site preference, Set to 0 for no cache.","default":""},"ajax":{"required":false,"name":"Label","description":"Text to click on to fetch the url via ajax","default":""}}};
tiki_plugins.sort = {"name":"Sort","documentation":"PluginSort","description":"Sort lines of text","prefs":["wikiplugin_sort"],"body":"Data to sort, one entry per line.","filter":"text","icon":"pics\/icons\/table_sort.png","params":{"sort":{"required":false,"name":"Order","description":"Set the sort order of lines of content (default is ascending)","filter":"alpha","default":"asc","options":[{"text":"","value":""},{"text":"Ascending","value":"asc"},{"text":"Descending","value":"desc"},{"text":"Reverse","value":"reverse"},{"text":"Shuffle","value":"shuffle"}]}}};
tiki_plugins.split = {"name":"Split","documentation":"PluginSplit","description":"Easily arrange content on a page into rows and columns","prefs":["wikiplugin_split"],"filter":"wikicontent","icon":"pics\/icons\/table.png","params":{"joincols":{"required":false,"name":"Join Columns","description":"Generate the colspan attribute if columns are missing","filter":"striptags","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"fixedsize":{"required":false,"name":"Fixed Size","description":"Generate the width attribute for the columns","filter":"striptags","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"colsize":{"required":false,"name":"Column Sizes","description":"Specify all column widths in number of pixels or percent, separating each width by a pipe (|)","default":""},"first":{"required":false,"name":"First","description":"Cells specified are ordered first left to right across rows (default) or top to bottom down columns","filter":"alpha","default":"line","options":[{"text":"","value":""},{"text":"Column","value":"col"},{"text":"Line","value":"line"}]},"edit":{"required":false,"name":"Editable","description":"Display edit icon for each section","filter":"striptags","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"customclass":{"required":false,"name":"Custom Class","description":"Add a class to customize the design","default":""}}};
tiki_plugins.sql = {"name":"SQL","documentation":"PluginSQL","description":"Query a MySQL database and display the results","prefs":["wikiplugin_sql"],"body":"The SQL query goes in the body. Example: SELECT column1, column2 FROM table","validate":"all","icon":"pics\/icons\/database_table.png","params":{"db":{"required":true,"name":"DSN Name","description":"DSN name of the database being queried. The DSN name needs to first be defined at tiki-admin_dsn.php","default":""}}};
tiki_plugins.stat = {"name":"Stat","documentation":"PluginStat","description":"Show various statistics for an object","prefs":["wikiplugin_stat"],"icon":"pics\/icons\/calculator.png","params":{"type":{"required":true,"name":"Object Type","description":"Object type to show stats for. Choices are article, trackeritem or wiki, or a combination of these separated by colons.","filter":"striptags","default":"","options":[{"text":"","value":""},{"text":"Article","value":"article"},{"text":"Article & Tracker Item","value":"article:trackeritem"},{"text":"Article & Tracker Item & Wiki","value":"article:trackeritem:wiki"},{"text":"Article & Wiki","value":"article:wiki"},{"text":"Article & Wiki & Tracker Item","value":"article:wiki:trackeritem"},{"text":"Tracker Item","value":"trackeritem"},{"text":"Tracker Item & Article","value":"trackeritem:article"},{"text":"Tracker Item & Article & Wiki","value":"trackeritem:article:wiki"},{"text":"Tracker Item & Wiki","value":"trackeritem:wiki"},{"text":"Tracker Item & Wiki & Article","value":"trackeritem:wiki:article"},{"text":"Wiki","value":"wiki"},{"text":"Wiki & Article","value":"wiki:article"},{"text":"Wiki & Article & Tracker Item","value":"wiki:article:trackeritem"},{"text":"Wiki & Tracker Item","value":"wiki:trackeritem"},{"text":"Wiki & Tracker Item & Article","value":"wiki:trackeritem:article"}]},"parentId":{"required":false,"name":"Parent ID","description":"Enter a tracker ID to restrict stats to that tracker (for use with trackeritems only)."},"lastday":{"required":false,"name":"Last 24 Hours","description":"Added and\/or viewed in the last 24 hours (only added items shown for tracker items whether a (added) or v (viewed) or both is set)","filter":"striptags","accepted":"a or v or both separated by a colon. Example: \"a:v\" or \"v:a\"","default":"","options":[{"text":"","value":""},{"text":"Added","value":"a"},{"text":"Added and Viewed","value":"a:v"},{"text":"Viewed","value":"v"},{"text":"Viewed & Added","value":"v:a"}]},"day":{"required":false,"name":"Today","description":"Added and\/or viewed since the beginning of the day (only added items shown for tracker items whether a (added) or v (viewed) or both is set)","filter":"striptags","accepted":"a or v or both separated by a colon. Example: \"a:v\" or \"v:a\"","default":"","options":[{"text":"","value":""},{"text":"Added","value":"a"},{"text":"Added and Viewed","value":"a:v"},{"text":"Viewed","value":"v"},{"text":"Viewed & Added","value":"v:a"}]},"lastweek":{"required":false,"name":"Last 7 Days","description":"Added and\/or viewed in the last 7 days (only added items shown for tracker items whether a (added) or v (viewed) or both is set)","filter":"striptags","accepted":"a or v or both separated by a colon. Example: \"a:v\" or \"v:a\"","default":"","options":[{"text":"","value":""},{"text":"Added","value":"a"},{"text":"Added and Viewed","value":"a:v"},{"text":"Viewed","value":"v"},{"text":"Viewed & Added","value":"v:a"}]},"week":{"required":false,"name":"This Week","description":"Added and\/or viewed since the beginning of the week (only added items shown for tracker items whether a (added) or v (viewed) or both is set)","filter":"striptags","accepted":"a or v or both separated by a colon. Example: \"a:v\" or \"v:a\"","default":"","options":[{"text":"","value":""},{"text":"Added","value":"a"},{"text":"Added and Viewed","value":"a:v"},{"text":"Viewed","value":"v"},{"text":"Viewed & Added","value":"v:a"}]},"lastmonth":{"required":false,"name":"Last Month","description":"Added and\/or viewed last month (only added items shown for tracker items whether a (added) or v (viewed) or both is set)","filter":"striptags","accepted":"a or v or both separated by a colon. Example: \"a:v\" or \"v:a\"","default":"","options":[{"text":"","value":""},{"text":"Added","value":"a"},{"text":"Added and Viewed","value":"a:v"},{"text":"Viewed","value":"v"},{"text":"Viewed & Added","value":"v:a"}]},"month":{"required":false,"name":"This Month","description":"Added and\/or viewed since the beginning of the month (only added items shown for tracker items whether a (added) or v (viewed) or both is set)","filter":"striptags","accepted":"a or v or both separated by a colon. Example: \"a:v\" or \"v:a\"","default":"","options":[{"text":"","value":""},{"text":"Added","value":"a"},{"text":"Added and Viewed","value":"a:v"},{"text":"Viewed","value":"v"},{"text":"Viewed & Added","value":"v:a"}]},"lastyear":{"required":false,"name":"Last Year","description":"Added and\/or viewed in the last 365 days (only added items shown for tracker items whether a (added) or v (viewed) or both is set)","filter":"striptags","accepted":"a or v or both separated by a colon. Example: \"a:v\" or \"v:a\"","default":"","options":[{"text":"","value":""},{"text":"Added","value":"a"},{"text":"Added and Viewed","value":"a:v"},{"text":"Viewed","value":"v"},{"text":"Viewed & Added","value":"v:a"}]},"year":{"required":false,"name":"This Year","description":"Added and\/or viewed since the beginning of the year (only added items shown for tracker items whether a (added) or v (viewed) or both is set)","filter":"striptags","accepted":"a or v or both separated by a colon. Example: \"a:v\" or \"v:a\"","default":"","options":[{"text":"","value":""},{"text":"Added","value":"a"},{"text":"Added and Viewed","value":"a:v"},{"text":"Viewed","value":"v"},{"text":"Viewed & Added","value":"v:a"}]}}};
tiki_plugins.sub = {"name":"Subscript","documentation":"PluginSub","description":"Apply subscript font to text","prefs":["wikiplugin_sub"],"body":"text","icon":"pics\/icons\/text_subscript.png","params":[]};
tiki_plugins.subscribegroup = {"name":"Subscribe Group","documentation":"PluginSubscribeGroup","description":"Allow users to subscribe to a group","prefs":["wikiplugin_subscribegroup"],"body":"text displyed before the button","icon":"pics\/icons\/group_add.png","params":{"group":{"required":true,"name":"Group Name","description":"Group name to subscribe to or unsubscribe from","default":""},"subscribe":{"required":false,"name":"Subscribe Text","description":"Subscribe text, containing %s as the placeholder for the group name.","default":"Subscribe%s"},"unsubscribe":{"required":false,"name":"Unsubscribe Text","description":"Unsubscribe text, containing %s as the placeholder for the group name.","default":"Unsubscribe%s"},"subscribe_action":{"required":false,"name":"Subscribe Action","description":"Subscribe button label, containing %s as the placeholder for the group name.","default":"OK"},"unsubscribe_action":{"required":false,"name":"Unsubscribe Action","description":"Unsubscribe button label, containing %s as the placeholder for the group name.","default":"OK"}}};
tiki_plugins.subscribegroups = {"name":"Subscribe Groups","documentation":"PluginSubscribeGroups","description":"Allow users to subscribe to a list of groups","prefs":["wikiplugin_subscribegroups"],"icon":"pics\/icons\/group_add.png","params":{"subscribe":{"required":false,"name":"Subscribe","description":"Text shown in the dropdown box. Default: \"Subscribe to a group\"","default":""},"showsubscribe":{"required":false,"name":"Show Subscribe Box","description":"Show the subscribe drop down box (shown by default). Will not show if there are no other groups the user may register for.","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showdefault":{"required":false,"name":"Show Default","description":"Shows which group is the user's default group (if any) and allows the user to change his default group.","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showgroupdescription":{"required":false,"name":"Group Description","description":"Show the description of the group (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"groups":{"required":false,"name":"Groups","description":"Colon separated list of groups. By default the list of groups available to the user.","default":""},"including":{"required":false,"name":"Including Group","description":"All groups including this group will be listed","default":""},"defaulturl":{"required":false,"name":"Default URL","description":"Page user will be directed to after clicking on icon to change default group","default":""}}};
tiki_plugins.subscribenewsletter = {"name":"Subscribe newsletter","documentation":"PluginSubscribeNewsletter","description":"Allow users to subscribe to a newsletter","prefs":["feature_newsletters","wikiplugin_subscribenewsletter"],"body":"Invitation message","icon":"pics\/icons\/newspaper_add.png","params":{"nlId":{"required":true,"name":"Newsletter ID","description":"Identification number (nlId) of the Newsletter that you want to allow the users to subscribe to","filter":"digits","default":""},"thanks":{"required":false,"name":"Confirmation Message","description":"Confirmation message after posting form. The plugin body is then the button label.","filter":"wikicontent"},"button":{"required":false,"name":"Button","description":"Button label. The plugin body is then the confirmation message","filter":"wikicontent"},"wikisyntax":{"required":false,"safe":true,"name":"Wiki Syntax","description":"Choose whether the output should be parsed as wiki syntax (Optional). Options: 0 (no parsing, default), 1 (parsing)","filter":"int","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]}}};
tiki_plugins.sup = {"name":"Superscript","documentation":"PluginSup","description":"Apply superscript font to text","prefs":["wikiplugin_sup"],"body":"text","icon":"pics\/icons\/text_superscript.png","params":[]};
tiki_plugins.survey = {"name":"Survey","documentation":"PluginSurvey","description":"Display a survey","prefs":["feature_surveys","wikiplugin_survey"],"body":"","icon":"pics\/icons\/green_question.png","params":{"id":{"required":true,"name":"Id","description":"Id","filter":"digits","default":""},"page":{"required":false,"name":"Page","description":"Wiki Page to redirect the user after his vote","default":"tiki-list_surveys.php"},"lang":{"required":false,"name":"Language","description":"Language","filter":"alpha","default":""}}};
tiki_plugins.tabs = {"name":"Tabs","documentation":"PluginTabs","description":"Arrange content in tabs","prefs":["wikiplugin_tabs"],"body":"Tabs content separated by \/\/\/\/\/","icon":"pics\/icons\/tab_edit.png","params":{"name":{"required":false,"name":"Tabset Name","description":"Unique tabset name (if you want it to remember its last state). Ex: user_profile_tabs","default":""},"tabs":{"required":true,"name":"Tab Titles","description":"Pipe separated list of tab titles. Ex: tab 1|tab 2|tab 3","default":""}}};
tiki_plugins.tag = {"name":"Tag","documentation":"PluginTag","description":"Apply an HTML tag to content","prefs":["wikiplugin_tag"],"validate":"all","body":"text","icon":"pics\/icons\/script_code_red.png","params":{"tag":{"required":false,"name":"Tag Name","description":"Any valid HTML tag, span by default.","default":"span"},"style":{"required":false,"name":"CSS Style","description":"Equivalent to the style attribute of an HTML tag.","default":""}}};
tiki_plugins.titlesearch = {"name":"Title Search","documentation":"PluginTitleSearch","description":"Search page titles","prefs":["feature_wiki","wikiplugin_titlesearch"],"icon":"pics\/icons\/page_find.png","params":{"search":{"required":true,"name":"Search Criteria","description":"Portion of a page name.","default":""},"info":{"required":false,"name":"Information","description":"Also show page hits or user","default":"","options":[{"text":"","value":""},{"text":"Hits","value":"hits"},{"text":"User","value":"user"}]},"exclude":{"required":false,"name":"Exclude","description":"Pipe-separated list of page names to exclude from results.","default":""},"noheader":{"required":false,"name":"No Header","description":"Set to 1 (Yes) to have no header for the search results.","default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]}}};
tiki_plugins.toc = {"name":"Table of Contents (Structure)","documentation":"PluginTOC","description":"Display a table of contents of pages or sub-pages","prefs":["wikiplugin_toc","feature_wiki_structure"],"icon":"pics\/icons\/text_list_numbers.png","params":{"maxdepth":{"name":"Maximum Depth","description":"Maximum number of levels to display. On very large structures, this should be limited. Zero means no limit (and is the default).","required":false,"filter":"digits","default":0},"structId":{"name":"Structure ID","description":"By default, structure for the current page will be displayed. Alternate structure may be provided.","required":false,"filter":"digits","default":""},"order":{"name":"Order","description":"Order items in ascending or descending order (deafult is ascending).","required":false,"filter":"alpha","default":"asc","options":[{"text":"","value":""},{"text":"Ascending","value":"asc"},{"text":"Descending","value":"desc"}]},"showdesc":{"name":"Show Description","description":"Show the page description instead of the page name","required":false,"default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"shownum":{"name":"Show Numbering","description":"Display the section numbers or not","required":false,"default":0,"options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"type":{"name":"Type","description":"Apply the \"plain\" or \"fancy\" style","required":false,"filter":"alpha","default":"plain","options":[{"text":"","value":""},{"text":"Plain","value":"plain"},{"text":"Fancy","value":"fancy"}]},"pagename":{"name":"Page Name","description":"By default, the table of contents for the current page will be displayed. Alternate page may be provided.","required":false,"default":""}}};
tiki_plugins.topfriends = {"name":"Top Friends","documentation":"PluginTopFriends","description":"List top-scoring users.","prefs":["feature_friends","wikiplugin_topfriends"],"icon":"pics\/icons\/star.png","params":{"limit":{"required":false,"name":"Limit","description":"Maximum result count.","filter":"digits","default":5},"public":{"required":false,"name":"Public","description":"Set whether public or not.","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]}}};
tiki_plugins.tr = {"name":"Translate","documentation":"PluginTR","description":"Translate text to the user language","prefs":["wikiplugin_tr"],"body":"string","icon":"pics\/icons\/page_translate_to.png","params":[]};
tiki_plugins.tracker = {"name":"Tracker","documentation":"PluginTracker","description":"Create a form in a wiki page to populate a tracker","prefs":["feature_trackers","wikiplugin_tracker"],"body":"Confirmation message after posting form","icon":"pics\/icons\/application_form.png","params":{"trackerId":{"required":true,"name":"Tracker ID","description":"Numeric value representing the tracker ID","filter":"digits","default":""},"fields":{"required":false,"name":"Fields","description":"Colon-separated list of field IDs to be displayed. Example: 2:4:5  If empty, all fields will be shown","default":""},"action":{"required":false,"name":"Action","description":"Label on the submit button. Default is \"Save\".","separator":":","default":"Save"},"showtitle":{"required":false,"name":"Show Title","description":"Display the title of the tracker (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showdesc":{"required":false,"name":"Show Description","description":"Show the tracker's description (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showmandatory":{"required":false,"name":"Mark Mandatory","description":"Indicate mandatory fields with an asterisk (shown by default).","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showstatus":{"required":false,"name":"Show Status","description":"Show the status of the items (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"embedded":{"required":false,"name":"Embedded","description":"Embedded","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"email":{"required":false,"name":"Email","description":"To send an email once the tracker item has been created. Format: from|to|template","default":""},"emailformat":{"required":false,"name":"Email format","description":"Text or html setting","default":"text"},"url":{"required":false,"name":"URL","description":"URL the user is sent to after the form is submitted","filter":"url","separator":":","default":""},"target":{"required":false,"name":"URL Target","description":"Set the target parameter for the url (determines whether target will open in a new page, etc.","default":"","options":[{"text":"","value":""},{"text":"Blank","value":"_blank"},{"text":"Parent","value":"_parent"},{"text":"Self","value":"_self"},{"text":"Top","value":"_top"}]},"values":{"required":false,"name":"Values","description":"Colon-separated list of default values.for the fields. First value corresponds to first field, second value to second field, etc.","default":""},"overwrite":{"required":false,"name":"Overwrite","description":"Overwrite current field values of the item with the input values","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"sort":{"required":false,"name":"Sort","description":"Display columns in the order listed in the fields parameter instead of by field ID (field ID order is used by default","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"preview":{"required":false,"name":"Preview","description":"Label for the preview button. Default: \"Preview\"","default":"Preview"},"reset":{"required":false,"name":"Reset","description":"Label for the reset button, to return all fields to their default values.","default":"reset"},"view":{"required":false,"name":"View","description":"View","default":"","options":[{"text":"","value":""},{"text":"Group","value":"group"},{"text":"Page","value":"page"},{"text":"User","value":"user"}]},"status":{"required":false,"name":"Status","description":"Status of the item used in combination with: view=user","default":""},"itemId":{"required":false,"name":"ItemId","description":"ItemId allowing for editing an item","filter":"digits","default":""},"ignoreRequestItemId":{"required":false,"name":"Ignore ItemId","description":"Do not filter on the parameter itemId if in the url","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"tpl":{"required":false,"name":"Template File","description":"Name of the template used to display the tracker items.","default":""},"wiki":{"required":false,"name":"Wiki","description":"Name of the wiki page containing the template to display the tracker items.","filter":"pagename","default":""},"newstatus":{"required":false,"name":"New Status","description":"Default status applied to newly created items.","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Open","value":"o"},{"text":"Pending","value":"p"},{"text":"Closed","value":"c"}]},"colwidth":{"required":false,"name":"Width","description":"Specify the width in pixels or percentage of the first column (the labels) in the tracker form.","default":"","accepted":"## or ##%"},"autosavefields":{"required":false,"name":"Autosave fields","description":"Colon-separated list of field IDs to be automatically filled with values","filter":"digits","separator":":","default":""},"autosavevalues":{"required":false,"name":"Autosavevalue","description":"Colon-separated values corresponding to autosavefields","filter":"text","separator":":","default":""},"registration":{"required":false,"name":"Registration Fields","description":"Add registration fields such as Username and Password","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"outputtowiki":{"required":false,"name":"Output To Wiki","description":"Output result to a new wiki page with the name taken from the input for the specified fieldId","filter":"digits","default":""},"discarditem":{"required":false,"name":"Discard After Output","description":"Used when results are output to a wiki page to discard the tracker item itself once the wiki page is created","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"outputwiki":{"required":false,"name":"Template Page","description":"Name of the wiki page containing the template to format the output to wiki page","filter":"pagename","default":""},"formtag":{"required":false,"name":"Embed the tracker in a form tag","description":"If set to Yes, the tracker is contained in a <form> tag and has action buttons","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]}}};
tiki_plugins.trackercomments = {"name":"Tracker Comments","documentation":"PluginTrackerComments","description":"Display the number of tracker comments","prefs":["feature_trackers","wikiplugin_trackercomments"],"icon":"pics\/icons\/comments.png","params":{"trackerId":{"required":true,"name":"Tracker ID","description":"Numeric value representing the tracker ID","filter":"digits","default":""},"shownbitems":{"required":false,"name":"Item Count","description":"Determines whether the number of items will be shown (not shown by default)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"view":{"required":false,"name":"View","description":"Enter a user name to select the items of the current user","accepted":"a user name","filter":"alpha","default":""}}};
tiki_plugins.trackerfilter = {"name":"Tracker Filter","documentation":"PluginTrackerFilter","description":"Create a form to filter tracker fields","prefs":["feature_trackers","wikiplugin_trackerfilter"],"body":"notice","icon":"pics\/icons\/application_form_magnify.png","params":{"filters":{"required":true,"name":"Filters","description":"The list of fields that can be used as filters along with their formats. The field number and format are separated by a \/ and multile fields are separated by \":\". Format choices are: d - dropdown; r - radio buttons; m - multiple choice dropdown; c - checkbox; t - text with wild characters; T - exact text match; i - initials; sqlsearch - advanced search; >, <, >=, <= - greater than, less than, greater than or equal, less than or equal. Example:2\/d:4\/r:5:(6:7)\/sqlsearch","default":""},"action":{"required":false,"name":"Action","description":"Label on the submit button. Default: \"Filter\". Use a space character to omit the button (for use in datachannels etc)","default":"Filter"},"displayList":{"required":false,"name":"Display List","description":"Show the full list (before filtering) initially (filtered list shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"line":{"required":false,"name":"Line","description":"Displays all the filters on the same line (not shown on same line by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"noflipflop":{"required":false,"name":"No Toggle","description":"The toggle button to show\/hide filters will not be shown if set to y (Yes). Default is to show the toggle.","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"export_action":{"required":false,"name":"Export CSV.","description":"Label for an export button. Leave blank to show the usual \"Filter\" button instead.","default":"","advanced":true},"googlemapButtons":{"required":false,"name":"Google Map Buttons","description":"Display Mapview and Listview buttons","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"trackerId":{"required":true,"name":"Tracker ID","description":"Numeric value representing the tracker ID","filter":"digits","default":""},"fields":{"required":false,"name":"Fields","description":"Colon-separated list of field IDs for the fields to be displayed. Example: 2:4:5","filter":"digits","separator":":","default":""},"sort":{"required":false,"name":"Sort","description":"Display columns in the order listed in the fields parameter instead of by field ID (field ID order is used by default","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"popup":{"required":false,"name":"Popup","description":"Colon-separated list of fields which will display in a tooltip on mouse over. Example: 6:7","filter":"digits","separator":":","default":""},"stickypopup":{"required":false,"name":"Sticky Popup","description":"Choose whether the tooltip will stay displayed on mouse out (does not stay open by default)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showtitle":{"required":false,"name":"Show Title","description":"Display the title of the tracker (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showlinks":{"required":false,"name":"Show Links","description":"Show links to each tracker item (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showdesc":{"required":false,"name":"Show Description","description":"Show the tracker's description (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"shownbitems":{"required":false,"name":"Show Item Count","description":"Show the number of items found (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showinitials":{"required":false,"name":"Show Initials","description":"Show an alphabetical index by first letter to assist in navigation (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showstatus":{"required":false,"name":"Show Status","description":"Show the status of the items (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showcreated":{"required":false,"name":"Show Creation Date","description":"Creation date display is based on tracker settings unless overriden here","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showlastmodif":{"required":false,"name":"Last Modification Date","description":"Last modification date display is based on tracker settings unless overriden here","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showfieldname":{"required":false,"name":"Show Field Name","description":"Use the field names as column titles (used by default)","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showitemrank":{"required":false,"name":"Show Item Rank","description":"Show item ranks (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"status":{"required":false,"name":"Status Filter","description":"Only show items matching certain status filters (only items with open status shown by default)","filter":"alpha","default":"o","options":[{"text":"","value":""},{"text":"Open","value":"o"},{"text":"Pending","value":"p"},{"text":"Closed","value":"c"},{"text":"Open & Pending","value":"op"},{"text":"Open & Closed","value":"oc"},{"text":"Pending & Closed","value":"pc"},{"text":"Open, Pending & Closed","value":"opc"}]},"sort_mode":{"required":false,"name":"Sort Mode","description":"Sort rows in ascending or descending order based on field ID, date created or date last modified using these values: created_asc, created_desc, lastModif_asc, lastModif_desc, f_fieldId_asc, f_filedId_desc (replacing fieldId with the field ID number).","filter":"word","default":""},"sortchoice":{"required":false,"name":"Sort Choice","description":"Add a dropdown of sorting choices. Example with two sorting choices: created_desc|Newest first: lastModif_desc|Last modified first","filter":"text","separator":":","default":""},"max":{"required":false,"name":"Maximum Items","description":"Maximum number of items to display. Defaults to max records preference, if set.","filter":"int","default":""},"offset":{"required":false,"name":"Offset","description":"Offset of first item. Default is no offset.","filter":"int","default":0},"showpagination":{"required":false,"name":"Show Pagination","description":"Determines whether pagination will be shown (shown by default)","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"filterfield":{"required":false,"name":"Filter Field","description":"Colon separated list of fields to allow filtering on.","filter":"digits","separator":":","default":""},"filtervalue":{"required":false,"name":"Filter Value","description":"Filter value of the filterfield. For better performance, use exactvalue instead","filter":"text","separator":":","default":""},"exactvalue":{"required":false,"name":"Exact Value","description":"Exact value of the filter","filter":"text","separator":":","default":""},"checkbox":{"required":false,"name":"Checkbox","description":"Adds a checkbox on each line to be able to do an action.<br \/>e.g. fieldId\/postName\/Title\/Submit\/ActionUrl\/tpl\/radio|dropdown<br \/>","advanced":true,"default":""},"goIfOne":{"required":false,"name":"goIfOne","description":"Go directly to tiki-view_tracker_item.php if only one item is found","filter":"alpha","advanced":true,"default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"more":{"required":false,"name":"More","description":"Show a 'more' button that links to tiki-view_tracker.php (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"moreurl":{"required":false,"name":"More URL","description":"More link pointing to specified URL instead of default tracker item link","filter":"url","default":"tiki-view_tracker.php"},"view":{"required":false,"name":"View","description":"Display only the items of the current user or the current page name","filter":"alpha","advanced":true,"default":"","options":[{"text":"","value":""},{"text":"Page","value":"page"},{"text":"User","value":"user"}]},"tpl":{"required":false,"name":"Template File","description":"Use content of the tpl file as template to display the item","advanced":true,"default":""},"wiki":{"required":false,"name":"Wiki Page","description":"Use content of the wiki page as template to display the item. The page should have the permission tiki_p_use_as_template set, and that page should be only open for edition to fully trusted users such as other site admins","filter":"pagename","advanced":true,"default":""},"view_user":{"required":false,"name":"View User","description":"Will display the items of the specified user","default":""},"itemId":{"required":false,"name":"Item ID separated with :","description":"To restrict the list to these item IDs","filter":"digits","separator":":","default":""},"ignoreRequestItemId":{"required":false,"name":"Ignore ItemId","description":"Ignore the itemId url parameter when filtering list (not ignored by default)","filter":"alpha","default":"n","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"url":{"required":false,"name":"URL","description":"The link that will be on each main field","filter":"url","default":""},"ldelim":{"required":false,"name":"Left Deliminator","description":"Smarty left delimiter for Latex generation","advanced":true,"default":""},"rdelim":{"required":false,"name":"Right Deliminator","description":"Smarty right delimiter for Latex generation","advanced":true,"default":""},"list_mode":{"required":false,"name":"List Mode","description":"Set output format. Yes (y) displays tracker list view with truncated values (default); \n\t\t\t\t\t\t\t\t\t\tNo (n) displays in tracker item view; Comma Separated Values (csv) outpits without any HTML formatting.","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"},{"text":"Comma Separated Values","value":"csv"}]},"export":{"required":false,"name":"Export Button","description":"Show an export button (not shown by default)","filter":"alpha","advanced":true,"default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"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","advanced":true,"default":""},"silent":{"required":false,"name":"Silent","description":"Show nothing if no items found (the table header and a 'No records found' message is shown by default).","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showdelete":{"required":false,"name":"Show Delete","description":"Show a delete option (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showwatch":{"required":false,"name":"Show Watch Button","description":"Show a watch button (not shown by default)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showrss":{"required":false,"name":"Show Feed Button","description":"Show an RSS feed button (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"googlemap":{"required":false,"name":"Show Google Map","description":"Show Google Map of results (not shown by default)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"googlemapicon":{"required":false,"name":"Google Map Icon","description":"Url of default icon to use for markers on the map","filter":"url","default":"","parent":{"name":"googlemap","value":"y"}},"calendarfielddate":{"required":false,"name":"Calendar Field IDs","description":"Used to display items in a calendar view. One fieldId if one date, or 2 fieldIds separated with : for start:end","separator":":","filter":"digits","default":""},"calendarviewmode":{"required":false,"name":"Calendar View Mode","description":"Calendar view type time span (default is month)","filter":"word","default":"month","options":[{"text":"","value":""},{"text":"Month","value":"month"},{"text":"Bimester","value":"bimester"},{"text":"Trimester","value":"trimester"},{"text":"Quarter","value":"quarter"},{"text":"Semester","value":"semester"},{"text":"Year","value":"year"}]},"calendarpopup":{"required":false,"name":"Calendar Popup","description":"Calendar items will pop-up, overrides Sticky Popup if turned off. Set to y (Yes) by default.","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"calendarstickypopup":{"required":false,"name":"Sticky Popup","description":"Calendar item pop-ups will stay open if set to y (Yes). Set to n (No) by default.","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"calendarbeginmonth":{"required":false,"name":"Beginning of Month","description":"Set whether calendar will begin at the beginning of the month (does by default).","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"calendarviewnavbar":{"required":false,"name":"Navigation Bar","description":"Show calendar navigation bar (shown by default).","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"},{"text":"Partial","value":"partial"}]},"calendartitle":{"required":false,"name":"Calendar Title","description":"Enter a title to display a calendar title (not set by default)","filter":"text","default":""},"calendardelta":{"required":false,"name":"Calendar Delta","description":"Set the calendar delta that will be shown (not set by default)","filter":"text","default":"","options":[{"text":"","value":""},{"text":"Plus Month","value":"+month"},{"text":"Minus Month","value":"-month"},{"text":"Plus Bimester","value":"+bimester"},{"text":"Minus Bimester","value":"-bimester"}]},"displaysheet":{"required":false,"name":"Display Spreadsheet.","description":"Display tracker as a spreadsheet (not used by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"force_compile":{"required":false,"name":"Force Compile.","description":"Force Smarty to recompile the templates for each tracker item when using a wiki page as a template. Default=n (best performance)","filter":"alpha","default":"n","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"periodQuantity":{"required":false,"name":"Period quantity","description":"Numeric value to display only last tracker items created within a user defined time-frame. Used in conjunction with the next parameter \"Period unit\", this parameter indicates how many of those units are to be considered to define the time frame. Use in conjunction with \"max=-1\" to list all items (by default \"max\" is set to 10).","filter":"int","default":""},"periodUnit":{"required":false,"name":"Period unit","description":"Time unit used with \"Period quantity\"","filter":"word","options":[{"text":"Day","value":"day"},{"text":"Week","value":"week"},{"text":"Month","value":"month"}]}},"format":"html","extraparams":true};
tiki_plugins.trackerif = {"name":"Tracker If","documentation":"PluginTrackerIf","description":"Display content based on results of a tracker field test","prefs":["wikiplugin_trackerif","feature_trackers","wikiplugin_tracker"],"icon":"pics\/icons\/database_table.png","params":{"test":{"required":true,"name":"Test","description":"Test"},"ignore":{"required":false,"name":"Ignore","default":"y","description":"Ignore test in edit mode"}}};
tiki_plugins.trackeritemcopy = {"name":"Copy Tracker Item","documentation":"PluginTrackerItemCopy","description":"Will not work with category or certain special fields, copies only data from specified fields","prefs":["wikiplugin_trackeritemcopy","feature_trackers"],"validate":"all","filter":"wikicontent","params":{"trackerId":{"required":true,"name":"Tracker ID","description":"Tracker from which to copy item","filter":"text","default":""},"copyFieldIds":{"required":true,"name":"Field IDs to copy","description":"Field IDs to copy old value of, separated by :","filter":"text","default":"","separator":":"},"updateFieldIds":{"required":false,"name":"Field IDs to update values with","description":"Field IDs to update with new values specified, separated by :","filter":"text","default":"","separator":":"},"updateFieldValues":{"required":false,"name":"New Values","description":"New Values to replace for the field IDs specified, separated by :, -randomstring- will generate random string; and f_xx to use value of field xx of itemId","filter":"text","default":"","separator":":"},"itemId":{"required":false,"name":"Item ID","description":"ID of item to make copy of, otherwise input is asked for","filter":"text","default":""},"copies_on_load":{"required":false,"name":"Make this number of copies on load","description":"Set the number of copies to make on load of plugin automatically","filter":"int","default":""},"return_array":{"required":false,"name":"Returns array non-interactively","advanced":true,"description":"If y, returns array of new information instead of displaying results to screen, used in non-interactive mode","filter":"text","default":""}}};
tiki_plugins.trackeritemfield = {"name":"Tracker Item Field","documentation":"PluginTrackerItemField","description":"Display or test the value of a tracker item field","prefs":["wikiplugin_trackeritemfield","feature_trackers"],"body":"Wiki text containing an {ELSE} marker.","icon":"pics\/icons\/database_go.png","filter":"wikicontent","params":{"trackerId":{"required":false,"name":"Tracker ID","description":"Numeric value representing the tracker ID.","filter":"digits","default":""},"itemId":{"required":false,"name":"Item ID","description":"Numeric value representing the item ID. Default is the user tracker item for the current user.","filter":"digits","default":""},"fieldId":{"required":false,"name":"Field ID","description":"Numeric value representing the field ID displayed or tested","filter":"digits","default":""},"fields":{"required":false,"name":"Fields","description":"Colon separated list of field IDs. Default is all fields","default":"","filter":"text"},"status":{"required":false,"name":"Status","description":"Status of the tracker item","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Open","value":"o"},{"text":"Pending","value":"p"},{"text":"Closed","value":"c"},{"text":"Open & Pending","value":"op"},{"text":"Open & Closed","value":"oc"},{"text":"Pending & Closed","value":"pc"},{"text":"Open, Pending & Closed","value":"opc"}]},"test":{"required":false,"name":"Test","description":"Set to 1 (Yes) to test whether a field is empty (if value parameter is empty) or has a value the same as the value parameter.","default":"","filter":"digits","options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"value":{"required":true,"name":"Value","description":"Value to compare against.","default":"","filter":"text"}}};
tiki_plugins.trackerlist = {"name":"Tracker List","documentation":"PluginTrackerList","description":"List, filter and sort the items in a tracker","prefs":["feature_trackers","wikiplugin_trackerlist"],"body":"Notice","format":"html","icon":"pics\/icons\/database_table.png","filter":"text","params":{"trackerId":{"required":true,"name":"Tracker ID","description":"Numeric value representing the tracker ID","filter":"digits","default":""},"fields":{"required":false,"name":"Fields","description":"Colon-separated list of field IDs for the fields to be displayed. Example: 2:4:5","filter":"digits","separator":":","default":""},"sort":{"required":false,"name":"Sort","description":"Display columns in the order listed in the fields parameter instead of by field ID (field ID order is used by default","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"popup":{"required":false,"name":"Popup","description":"Colon-separated list of fields which will display in a tooltip on mouse over. Example: 6:7","filter":"digits","separator":":","default":""},"stickypopup":{"required":false,"name":"Sticky Popup","description":"Choose whether the tooltip will stay displayed on mouse out (does not stay open by default)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showtitle":{"required":false,"name":"Show Title","description":"Display the title of the tracker (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showlinks":{"required":false,"name":"Show Links","description":"Show links to each tracker item (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showdesc":{"required":false,"name":"Show Description","description":"Show the tracker's description (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"shownbitems":{"required":false,"name":"Show Item Count","description":"Show the number of items found (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showinitials":{"required":false,"name":"Show Initials","description":"Show an alphabetical index by first letter to assist in navigation (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showstatus":{"required":false,"name":"Show Status","description":"Show the status of the items (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showcreated":{"required":false,"name":"Show Creation Date","description":"Creation date display is based on tracker settings unless overriden here","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showlastmodif":{"required":false,"name":"Last Modification Date","description":"Last modification date display is based on tracker settings unless overriden here","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showfieldname":{"required":false,"name":"Show Field Name","description":"Use the field names as column titles (used by default)","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showitemrank":{"required":false,"name":"Show Item Rank","description":"Show item ranks (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"status":{"required":false,"name":"Status Filter","description":"Only show items matching certain status filters (only items with open status shown by default)","filter":"alpha","default":"o","options":[{"text":"","value":""},{"text":"Open","value":"o"},{"text":"Pending","value":"p"},{"text":"Closed","value":"c"},{"text":"Open & Pending","value":"op"},{"text":"Open & Closed","value":"oc"},{"text":"Pending & Closed","value":"pc"},{"text":"Open, Pending & Closed","value":"opc"}]},"sort_mode":{"required":false,"name":"Sort Mode","description":"Sort rows in ascending or descending order based on field ID, date created or date last modified using these values: created_asc, created_desc, lastModif_asc, lastModif_desc, f_fieldId_asc, f_filedId_desc (replacing fieldId with the field ID number).","filter":"word","default":""},"sortchoice":{"required":false,"name":"Sort Choice","description":"Add a dropdown of sorting choices. Example with two sorting choices: created_desc|Newest first: lastModif_desc|Last modified first","filter":"text","separator":":","default":""},"max":{"required":false,"name":"Maximum Items","description":"Maximum number of items to display. Defaults to max records preference, if set.","filter":"int","default":""},"offset":{"required":false,"name":"Offset","description":"Offset of first item. Default is no offset.","filter":"int","default":0},"showpagination":{"required":false,"name":"Show Pagination","description":"Determines whether pagination will be shown (shown by default)","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"filterfield":{"required":false,"name":"Filter Field","description":"Colon separated list of fields to allow filtering on.","filter":"digits","separator":":","default":""},"filtervalue":{"required":false,"name":"Filter Value","description":"Filter value of the filterfield. For better performance, use exactvalue instead","filter":"text","separator":":","default":""},"exactvalue":{"required":false,"name":"Exact Value","description":"Exact value of the filter","filter":"text","separator":":","default":""},"checkbox":{"required":false,"name":"Checkbox","description":"Adds a checkbox on each line to be able to do an action.<br \/>e.g. fieldId\/postName\/Title\/Submit\/ActionUrl\/tpl\/radio|dropdown<br \/>","advanced":true,"default":""},"goIfOne":{"required":false,"name":"goIfOne","description":"Go directly to tiki-view_tracker_item.php if only one item is found","filter":"alpha","advanced":true,"default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"more":{"required":false,"name":"More","description":"Show a 'more' button that links to tiki-view_tracker.php (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"moreurl":{"required":false,"name":"More URL","description":"More link pointing to specified URL instead of default tracker item link","filter":"url","default":"tiki-view_tracker.php"},"view":{"required":false,"name":"View","description":"Display only the items of the current user or the current page name","filter":"alpha","advanced":true,"default":"","options":[{"text":"","value":""},{"text":"Page","value":"page"},{"text":"User","value":"user"}]},"tpl":{"required":false,"name":"Template File","description":"Use content of the tpl file as template to display the item","advanced":true,"default":""},"wiki":{"required":false,"name":"Wiki Page","description":"Use content of the wiki page as template to display the item. The page should have the permission tiki_p_use_as_template set, and that page should be only open for edition to fully trusted users such as other site admins","filter":"pagename","advanced":true,"default":""},"view_user":{"required":false,"name":"View User","description":"Will display the items of the specified user","default":""},"itemId":{"required":false,"name":"Item ID separated with :","description":"To restrict the list to these item IDs","filter":"digits","separator":":","default":""},"ignoreRequestItemId":{"required":false,"name":"Ignore ItemId","description":"Ignore the itemId url parameter when filtering list (not ignored by default)","filter":"alpha","default":"n","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"url":{"required":false,"name":"URL","description":"The link that will be on each main field","filter":"url","default":""},"ldelim":{"required":false,"name":"Left Deliminator","description":"Smarty left delimiter for Latex generation","advanced":true,"default":""},"rdelim":{"required":false,"name":"Right Deliminator","description":"Smarty right delimiter for Latex generation","advanced":true,"default":""},"list_mode":{"required":false,"name":"List Mode","description":"Set output format. Yes (y) displays tracker list view with truncated values (default); \n\t\t\t\t\t\t\t\t\t\tNo (n) displays in tracker item view; Comma Separated Values (csv) outpits without any HTML formatting.","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"},{"text":"Comma Separated Values","value":"csv"}]},"export":{"required":false,"name":"Export Button","description":"Show an export button (not shown by default)","filter":"alpha","advanced":true,"default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"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","advanced":true,"default":""},"silent":{"required":false,"name":"Silent","description":"Show nothing if no items found (the table header and a 'No records found' message is shown by default).","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showdelete":{"required":false,"name":"Show Delete","description":"Show a delete option (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showwatch":{"required":false,"name":"Show Watch Button","description":"Show a watch button (not shown by default)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"showrss":{"required":false,"name":"Show Feed Button","description":"Show an RSS feed button (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"googlemap":{"required":false,"name":"Show Google Map","description":"Show Google Map of results (not shown by default)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"googlemapicon":{"required":false,"name":"Google Map Icon","description":"Url of default icon to use for markers on the map","filter":"url","default":"","parent":{"name":"googlemap","value":"y"}},"calendarfielddate":{"required":false,"name":"Calendar Field IDs","description":"Used to display items in a calendar view. One fieldId if one date, or 2 fieldIds separated with : for start:end","separator":":","filter":"digits","default":""},"calendarviewmode":{"required":false,"name":"Calendar View Mode","description":"Calendar view type time span (default is month)","filter":"word","default":"month","options":[{"text":"","value":""},{"text":"Month","value":"month"},{"text":"Bimester","value":"bimester"},{"text":"Trimester","value":"trimester"},{"text":"Quarter","value":"quarter"},{"text":"Semester","value":"semester"},{"text":"Year","value":"year"}]},"calendarpopup":{"required":false,"name":"Calendar Popup","description":"Calendar items will pop-up, overrides Sticky Popup if turned off. Set to y (Yes) by default.","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"calendarstickypopup":{"required":false,"name":"Sticky Popup","description":"Calendar item pop-ups will stay open if set to y (Yes). Set to n (No) by default.","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"calendarbeginmonth":{"required":false,"name":"Beginning of Month","description":"Set whether calendar will begin at the beginning of the month (does by default).","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"calendarviewnavbar":{"required":false,"name":"Navigation Bar","description":"Show calendar navigation bar (shown by default).","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"},{"text":"Partial","value":"partial"}]},"calendartitle":{"required":false,"name":"Calendar Title","description":"Enter a title to display a calendar title (not set by default)","filter":"text","default":""},"calendardelta":{"required":false,"name":"Calendar Delta","description":"Set the calendar delta that will be shown (not set by default)","filter":"text","default":"","options":[{"text":"","value":""},{"text":"Plus Month","value":"+month"},{"text":"Minus Month","value":"-month"},{"text":"Plus Bimester","value":"+bimester"},{"text":"Minus Bimester","value":"-bimester"}]},"displaysheet":{"required":false,"name":"Display Spreadsheet.","description":"Display tracker as a spreadsheet (not used by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"force_compile":{"required":false,"name":"Force Compile.","description":"Force Smarty to recompile the templates for each tracker item when using a wiki page as a template. Default=n (best performance)","filter":"alpha","default":"n","advanced":true,"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"periodQuantity":{"required":false,"name":"Period quantity","description":"Numeric value to display only last tracker items created within a user defined time-frame. Used in conjunction with the next parameter \"Period unit\", this parameter indicates how many of those units are to be considered to define the time frame. Use in conjunction with \"max=-1\" to list all items (by default \"max\" is set to 10).","filter":"int","default":""},"periodUnit":{"required":false,"name":"Period unit","description":"Time unit used with \"Period quantity\"","filter":"word","options":[{"text":"Day","value":"day"},{"text":"Week","value":"week"},{"text":"Month","value":"month"}]}}};
tiki_plugins.trackerpasscode = {"name":"Check Tracker Passcodes","documentation":"PluginTrackerpasscode","description":"Set","prefs":["wikiplugin_trackerpasscode","feature_trackers"],"filter":"wikicontent","params":{"key":{"required":true,"name":"Session key names to be collected","description":"Key name of passcode to be checked","filter":"text","default":""},"label":{"required":true,"name":"Labels for the key names to be collected","description":"Label of the key name of passcode to be checked","filter":"text","default":""},"trackerId":{"required":true,"name":"Tracker ID","description":"Tracker from which to get passcode to check against","filter":"text","default":""},"fieldId":{"required":true,"name":"Field ID","description":"Field ID from which to get passcode to check against","filter":"text","default":""},"itemId":{"required":true,"name":"Item ID","description":"Item ID from which to get passcode to check against","filter":"text","default":""}}};
tiki_plugins.trackerprefill = {"name":"Tracker Prefill","documentation":"PluginTrackerPrefill","description":"Create a button to prefill tracker fields","prefs":["feature_trackers","wikiplugin_trackerprefill"],"icon":"pics\/icons\/application_form.png","params":{"page":{"required":true,"name":"Page","description":"Tracker Page Name","default":""},"label":{"required":false,"name":"Label","description":"Button Label.","default":""},"urlparams":{"required":false,"name":"URL Parameters","description":"Parameters to pass in the url, e.g. &my_parameter1=123&my_parameter2=q","default":""},"field1":{"required":true,"name":"Field 1","description":"Field ID for the first field","filter":"digits","default":""},"value1":{"required":true,"name":"Value 1","description":"Content that should be used to prefill the field.","default":""},"field2":{"required":false,"name":"Field 2","description":"Field ID for the second field","filter":"digits","default":""},"value2":{"required":false,"name":"Value 2","description":"Content that should be used to prefill the field.","default":""},"field3":{"required":false,"name":"Field 3","description":"Field ID for the third field","filter":"digits","default":""},"value3":{"required":false,"name":"Value 3","description":"Content that should be used to prefill the field.","default":""},"field4":{"required":false,"name":"Field 4","description":"Field ID for the fourth field","filter":"digits","default":""},"value4":{"required":false,"name":"Value 4","description":"Content that should be used to prefill the field.","default":""},"field5":{"required":false,"name":"Field 5","description":"Field ID for the fifth field","filter":"digits","default":""},"value5":{"required":false,"name":"Value 5","description":"Content that should be used to prefill the field.","default":""}}};
tiki_plugins.trackerstat = {"name":"Tracker Stats","documentation":"PluginTrackerStat","description":"Display statistics about a tracker.","prefs":["feature_trackers","wikiplugin_trackerstat"],"body":"Title","icon":"pics\/icons\/calculator.png","params":{"trackerId":{"required":true,"name":"Tracker ID","description":"Numeric value representing the tracker ID","filter":"digits","default":""},"fields":{"required":true,"name":"Fields","description":"Colon-separated list of field IDs to be displayed. Example: 2:4:5","default":""},"show_percent":{"required":false,"name":"Show Percentage","description":"Choose whether to show the percentage of the vote each option received (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"show_bar":{"required":false,"name":"Show Bar","description":"Choose whether to show a bar representing the number of votes each option received (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"status":{"required":false,"name":"Status Filter","description":"Only show items matching certain status filters","filter":"alpha","default":"o","options":[{"text":"","value":""},{"text":"Open","value":"o"},{"text":"Pending","value":"p"},{"text":"Closed","value":"c"},{"text":"Open & Pending","value":"op"},{"text":"Open & Closed","value":"oc"},{"text":"Pending & Closed","value":"pc"},{"text":"Open, Pending & Closed","value":"opc"}]},"show_link":{"required":false,"name":"Show Link","description":"Show link to tiki-view_tracker","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"show_lastmodif":{"required":false,"name":"Last Modification Date","description":"Show last modification date of a tracker. Set to y to use site setting or use PHP\\s format (www.php.net\/strftime).","filter":"text","default":"","accepted":"y to use the site setting for short date format. Otherwise, use PHP format (www.php.net\/strftime), Example: \"%A %d of %B, %Y\""}}};
tiki_plugins.trackertimeline = {"name":"Tracker Timeline","documentation":"PluginTrackerTimeline","description":"Show a timeline view of a tracker","prefs":["wikiplugin_trackertimeline","feature_trackers"],"icon":"pics\/icons\/timeline_marker.png","params":{"tracker":{"required":true,"name":"Tracker ID","description":"Numeric value representing the tracker ID","filter":"digits","default":""},"title":{"required":true,"name":"Title Field","description":"Tracker Field ID containing the item title.","filter":"digits","default":""},"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","default":""},"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","default":""},"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","default":""},"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","default":""},"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","default":"","accepted":"Date in YYYY-MM-DD HH:mm:ss format"},"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","default":"","accepted":"Date in YYYY-MM-DD HH:mm:ss format"},"scale1":{"required":false,"name":"Primary Scale Unit","description":"Unit of time to use for the primary scale (default to hour - * denotes SIMILE only)","filter":"alpha","default":"hour","options":[{"text":"","value":""},{"text":"Hour","value":"hour"},{"text":"Day","value":"day"},{"text":"Week","value":"week"},{"text":"Month","value":"month"},{"text":"Year","value":"year"},{"text":"Decade *","value":"decade"},{"text":"Century *","value":"century"}]},"scale2":{"required":false,"name":"Secondary Scale Unit","description":"Unit of time to use for the secondary scale (default to empty - * denotes SIMILE only)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Hour","value":"hour"},{"text":"Day","value":"day"},{"text":"Week","value":"week"},{"text":"Month","value":"month"},{"text":"Year","value":"year"},{"text":"Decade *","value":"decade"},{"text":"Century *","value":"century"}]},"link_group":{"required":false,"name":"Link Group Name","description":"Convert the group name to a link","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"link_page":{"required":false,"name":"Page Link Field","description":"Tracker Field ID containing the page name for item details.","filter":"digits","default":""},"simile_timeline":{"required":false,"name":"SIMILE Timeline","description":"Use the SIMILE Timeline Widget.","filter":"alpha","default":"n","options":[{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"image_field":{"required":false,"name":"Image Field","description":"Tracker Field ID containing in image.","filter":"digits","default":""}}};
tiki_plugins.trackertoggle = {"name":"Tracker Toggle","documentation":"PluginTrackerToggle","description":"Toggle element display on a field value","prefs":["wikiplugin_trackertoggle","feature_jquery","feature_trackers"],"params":{"fieldId":{"required":true,"name":"Field ID","description":"Numeric value representing the field ID tested.","filter":"digits","default":""},"value":{"required":true,"name":"Value","description":"Value to compare against."},"visible":{"required":false,"name":"Element visibility","description":"y|nIf y, is visible when the field has the value.","default":"n"},"id":{"required":true,"name":"ID","description":"Html ID of the element that is toggled"},"itemId":{"required":false,"name":"Item ID","description":"Use the field of specific item. The URL param itemId is used if this parameter is not set."}}};
tiki_plugins.trade = {"name":"Trade","documentation":"PluginTrade","description":"Send or receive payments from one member to another. (for cclite only so far, experimental)","validate":"all","prefs":["wikiplugin_trade","payment_feature"],"icon":"pics\/icons\/money.png","params":{"price":{"required":true,"name":"Price","description":"Currency depends on the selected registry.","filter":"text","default":""},"registry":{"required":false,"name":"Registry","description":"Registry to trade in. Default: site preference (or first in list when more than one)","filter":"text","default":""},"currency":{"required":false,"name":"Currency","description":"Currency to trade in. Default: Cclite currency preference for registry set above","filter":"text","default":""},"other_user":{"required":false,"name":"Other User","description":"Name of the user to recieve or send the payment. Leave empty to display an input box.","filter":"username","default":""},"wanted":{"required":false,"name":"Mode","description":"Offered or wanted item. Default:Offered","options":[{"text":"","value":""},{"text":"Offered","value":"n"},{"text":"Wanted","value":"y"}],"filter":"alpha","default":"n"},"action":{"required":false,"name":"Button Label","description":"Default:Continue","filter":"text","default":"Continue"},"inputtitle":{"required":false,"name":"Input Title","description":"Title of the input form. Use %0 for the amount, %1 for currency, %2 for your user name, %3 for the other user. Supports wiki syntax<br \/>Default:\"Payment of %0 %1 from user %2 to %3\" for offered items, \"Request payment of %0 %1 to user %2 from %3\" for wanted","filter":"text","default":""}}};
tiki_plugins.transclude = {"name":"Transclude","documentation":"PluginTransclude","description":"Include the content of another page with certain changes","prefs":["wikiplugin_transclude","feature_wiki"],"extraparams":true,"defaultfilter":"text","icon":"pics\/icons\/page_copy.png","params":{"page":{"required":true,"name":"Page Name","description":"Name of the wiki page to use as a template for the values.","default":""}}};
tiki_plugins.translated = {"name":"Translated","documentation":"PluginTranslated","description":"Create multi-lingual links","prefs":["feature_multilingual","wikiplugin_translated"],"body":"[url] or ((wikiname)) or ((inter:interwiki)) (use wiki syntax)","icon":"pics\/icons\/world_link.png","params":{"lang":{"required":true,"name":"Language","description":"Two letter language code of the language, ex: fr","default":""},"flag":{"required":false,"name":"Flag","description":"Country name, ex: France","default":""}}};
tiki_plugins.twitter = {"name":"Twitter","documentation":"PluginTwitter","description":"Include a tweet","prefs":["wikiplugin_twitter"],"body":"","icon":"pics\/icons\/twitter.png","params":{"tweet":{"required":true,"name":"Tweet name","filter":"text","default":""},"shellbg":{"required":false,"name":"Shell background color","filter":"text","default":"#f15a2b"},"shellcolor":{"required":false,"name":"Shell text color","filter":"text","default":"#ffffff"},"tweetbg":{"required":false,"name":"Tweet background color","filter":"text","default":"white"},"tweetcolor":{"required":false,"name":"Tweet text color","filter":"text","default":"black"},"height":{"required":false,"name":"Height","filter":"text","default":300},"width":{"required":false,"name":"Width","filter":"text","default":"auto"}}};
tiki_plugins.usercount = {"name":"User Count","documentation":"PluginUserCount","description":"Display number of users for a site or group","prefs":["wikiplugin_usercount"],"body":"Group name","icon":"pics\/icons\/group_gear.png","params":[]};
tiki_plugins.userlink = {"name":"User Link","documentation":"PluginUserlink","description":"Display a link to a user's information page","prefs":["wikiplugin_userlink"],"icon":"pics\/icons\/user_go.png","params":{"user":{"required":false,"name":"User Name","description":"User account name (which can be an email address)","filter":"xss","default":""}}};
tiki_plugins.userlist = {"name":"User List","documentation":"PluginUserList","description":"Display a list of registered users","prefs":["wikiplugin_userlist"],"body":"Login Filter","icon":"pics\/icons\/group_go.png","params":{"sep":{"required":false,"name":"Separator","description":"Separator to use between users in the list. Default: comma","default":", ","advanced":true},"max":{"required":false,"name":"Maximum","description":"Result limit","default":"","filter":"digits","advanced":true},"sort":{"required":false,"name":"Sort Order","description":"Set to sort in ascending or descending order","default":"","filter":"alpha","options":[{"text":"","value":""},{"text":"Ascending","value":"asc"},{"text":"Descending","value":"desc"}]},"layout":{"required":false,"name":"Layout","description":"Set to table to display results in a table","default":"","filter":"alpha","options":[{"text":"","value":""},{"text":"List","value":""},{"text":"Table","value":"table"}]},"link":{"required":false,"name":"Link","description":"Make the user names listed links to different types of user information","default":"","filter":"alpha","options":[{"text":"","value":""},{"text":"User info","value":"userinfo"},{"text":"User page","value":"userpage"},{"text":"User pref","value":"userpref"}]},"realname":{"required":false,"filter":"alpha","name":"Real Name","description":"Display the user's real name (when available) instead of login name","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":""}]},"group":{"required":false,"name":"Group","description":"Filter on a group","filter":"groupname","default":""}}};
tiki_plugins.userpref = {"name":"User Preference","documentation":"PluginUserpref","description":"Display contents based on user preference settings","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 conditions.","prefs":["wikiplugin_userpref"],"filter":"wikicontent","extraparams":true,"icon":"pics\/icons\/user.png","params":[]};
tiki_plugins.versions = {"name":"Versions","documentation":"PluginVersions","description":"Create tabs for showing alternate versions of content","prefs":["wikiplugin_versions"],"body":"Block of text separated by ---(version x)--- markers. Text before the first marker is used by default.","icon":"pics\/icons\/tab_edit.png","params":{"nav":{"required":false,"name":"Navigation","description":"Displays a navigation box that allows users to select a specific version to display.","default":"n","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"title":{"required":false,"name":"Title","description":"Display the current version name as the title. No title shows when nav=>y; otherwise shows by default.","default":"y","filter":"alpha","parent":{"name":"nav","value":"n"},"options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"default":{"required":false,"name":"Default Label","description":"Specifies version label to show when displaying the page for the first time. Default label is 'Default'","default":"Default"}}};
tiki_plugins.vimeo = {"name":"Vimeo","documentation":"PluginVimeo","description":"Display a Vimeo video","prefs":["wikiplugin_vimeo"],"icon":"pics\/icons\/vimeo.png","introduced":6.1,"params":{"url":{"required":true,"name":"URL","description":"Entire URL to the Vimeo video. Example: http:\/\/vimeo.com\/3319966","filter":"url","default":""},"width":{"required":false,"name":"Width","description":"Width in pixels","filter":"digits","default":425},"height":{"required":false,"name":"Height","description":"Height in pixels","filter":"digits","default":350},"quality":{"required":false,"name":"Quality","description":"Quality of the video","filter":"alpha","options":[{"text":"","value":""},{"text":"High","value":"high"},{"text":"Medium","value":"medium"},{"text":"Low","value":"low"}],"default":"high","advanced":true},"allowFullScreen":{"required":false,"name":"Full screen","description":"Expand to full screen","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"true"},{"text":"No","value":"false"}],"default":"","advanced":true}}};
tiki_plugins.vote = {"name":"Vote","documentation":"PluginVote","description":"Create a tracker for voting","prefs":["feature_trackers","wikiplugin_vote"],"body":"Title","icon":"pics\/icons\/thumb_up.png","params":{"trackerId":{"required":true,"name":"Tracker ID","description":"Numeric value representing the tracker ID","filter":"digits","default":""},"fields":{"required":true,"name":"Fields","description":"Colon-separated list of field IDs to be displayed. Example: 2:4:5","default":""},"show_percent":{"required":false,"name":"Show Percentage","description":"Choose whether to show the percentage of the vote each option received (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"show_bar":{"required":false,"name":"Show Bar","description":"Choose whether to show a bar representing the number of votes each option received (not shown by default)","filter":"alpha","default":"n","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"show_stat":{"required":false,"name":"Show Stats","description":"Choose whether to show the voting results (shown by default)","filter":"alpha","default":"y","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"show_stat_only_after":{"required":false,"name":"Show Stats After","description":"Choose whether to show the voting results only after the date given in the tracker configuration (not set by default)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"show_creator":{"required":false,"name":"Show Creator","description":"Choose whether to display the user name of the creator of the voting tracker (not shown by default)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}]},"status":{"required":false,"name":"Status Filter","description":"Only show items matching certain status filters","filter":"alpha","default":"o","options":[{"text":"","value":""},{"text":"Open","value":"o"},{"text":"Pending","value":"p"},{"text":"Closed","value":"c"},{"text":"Open & Pending","value":"op"},{"text":"Open & Closed","value":"oc"},{"text":"Pending & Closed","value":"pc"},{"text":"Open, Pending & Closed","value":"opc"}]},"float":{"required":false,"name":"Float","description":"Align the plugin on the page, allowing other elements to wrap around it (not set by default)","filter":"alpha","default":"","options":[{"text":"","value":""},{"text":"Left","value":"left"},{"text":"Right","value":"right"},{"text":"None","value":"none"}]}}};
tiki_plugins.wantedpages = {"name":"Wanted Pages","documentation":"PluginWantedPages","description":"Show location of links to pages not yet created","prefs":["wikiplugin_wantedpages"],"body":"Custom level regex. A custom filter for wanted pages to be listed (only used when level=>custom). Possible values: a valid regex-expression (PCRE).","icon":"pics\/icons\/page_white_find.png","params":{"ignore":{"required":false,"name":"Ignore","description":"A wildcard pattern of originating pages to be ignored. (refer to PHP fuction fnmatch() for details)","accepted":"a valid regex-expression (PCRE)","default":"","advanced":true},"splitby":{"required":false,"name":"Split By","description":"The character by which ignored patterns are separated.","default":"+","advanced":true},"skipext":{"required":false,"name":"Skip Extension","description":"Whether to include external wikis in the list (not included by default)","default":0,"filter":"digits","options":[{"text":"","value":""},{"text":"Yes","value":1},{"text":"No","value":0}]},"collect":{"required":false,"name":"Collect","description":"Collect either originating (from) or wanted pages (to) in a cell and display them in the second column.","default":"from","filter":"alpha","options":[{"text":"","value":""},{"text":"From","value":"from"},{"text":"To","value":"to"}]},"debug":{"required":false,"name":"Debug","description":"Switch on debug output with details about the items (debug not on by default)","default":0,"filter":"digits","advanced":true,"options":[{"text":"","value":""},{"text":"No","value":0},{"text":"Yes","value":1},{"text":"Memory Saver","value":2}]},"table":{"required":false,"name":"Table","description":"Multiple collected items are separated in distinct table rows (default), or by comma or line break in one cell.","filter":"alpha","default":"sep","accepted":"sep, co, br","options":[{"text":"","value":""},{"text":"Comma","value":"co"},{"text":"Line break","value":"br"},{"text":"Separate Row","value":"sep"}]},"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.","default":"","advanced":true,"options":[{"text":"","value":""},{"text":"Custom","value":"custom"},{"text":"Full","value":"full"},{"text":"Strict","value":"strict"}]}}};
tiki_plugins.watershed = {"name":"Watershed","documentation":"PluginWatershed","description":"Viewer for UStream Watershed Embed.","format":"html","prefs":["wikiplugin_watershed","feature_watershed"],"icon":"pics\/icons\/transmit_blue.png","params":{"type":{"required":false,"name":"Type","description":"Specify archive, broadcaster, chat or viewer","filter":"text","default":"viewer","options":[{"text":"","value":""},{"text":"Archive","value":"archive"},{"text":"Broadcaster","value":"broadcaster"},{"text":"Chat","value":"chat"},{"text":"Viewer","value":"viewer"}]},"channelCode":{"required":true,"name":"Channel code","description":"Specify the channel code to search in the tracker for a channel to use","filter":"text","default":""},"brandId":{"required":false,"name":"Brand ID","description":"Specify the brand id to search in the tracker for a channel to use","filter":"text","default":""},"brandPrefix":{"required":false,"name":"Brand prefix","description":"Copy the prefix from the chat embed, e.g. Name-of-Brand-","filter":"text","default":""},"videoId":{"required":false,"name":"Video ID","description":"Video ID of archive which can be found in the tracker","filter":"text","default":""},"locale":{"required":false,"name":"Locale","description":"Locale specified in viewer embed, default is en_US","default":"en_US","filter":"text"}}};
tiki_plugins.webservice = {"name":"Web Service","documentation":"PluginWebservice","description":"Display remote information exposed in JSON or YAML.","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","icon":"pics\/icons\/world_go.png","params":{"url":{"required":false,"name":"URL","description":"Complete service URL","default":""},"service":{"required":false,"safe":true,"name":"Service Name","description":"Registered service name.","default":""},"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.","default":""},"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.","default":""},"params":{"required":false,"safe":true,"name":"Parameters","description":"Parameters formated like an query : param1=value1&param2=value2.","default":""}}};
tiki_plugins.youtube = {"name":"YouTube","documentation":"PluginYouTube","description":"Display a YouTube video","prefs":["wikiplugin_youtube"],"icon":"pics\/icons\/youtube.png","params":{"movie":{"required":true,"name":"Movie","description":"Entire URL to the YouTube video or last part (after www.youtube.com\/v\/ and before the first question mark)","filter":"url","default":""},"width":{"required":false,"name":"Width","description":"Width in pixels","filter":"digits","default":425},"height":{"required":false,"name":"Height","description":"Height in pixels","filter":"digits","default":350},"quality":{"required":false,"name":"Quality","description":"Quality of the video. Default is high.","default":"high","filter":"alpha","options":[{"text":"","value":""},{"text":"High","value":"high"},{"text":"Medium","value":"medium"},{"text":"Low","value":"low"}],"advanced":true},"allowFullScreen":{"required":false,"name":"Allow Fullscreen","description":"Enlarge video to full screen size","default":"","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}],"advanced":true},"related":{"required":false,"name":"Related","description":"Show related videos (shown by default)","since":6.1,"default":"","filter":"alpha","options":[{"text":"","value":""},{"text":"Yes","value":"y"},{"text":"No","value":"n"}],"advanced":true},"background":{"required":false,"name":"Background","description":"Toolbar background color. Use an HTML color code. Example: ffffff","accepted":"HTML color code, e.g. ffffff","since":6.1,"filter":"striptags","default":"","advanced":true},"border":{"required":false,"name":"Borders","description":"Toolbar border colors. Use an HTML color code. Example: ffffff","accepted":"HTML color code, e.g. ffffff","since":6.1,"filter":"striptags","default":"","advanced":true}}};
tiki_plugins.zotero = {"name":"Zotero Citation","description":"Retrieves and includes a Zotero reference in the page.","prefs":["zotero_enabled","wikiplugin_zotero","wikiplugin_footnote"],"params":{"key":{"name":"Reference Key","description":"Unique reference for the group associated to the site. Can be retrieved from the Zotero Bibliography module.","required":false,"filter":"alnum"},"tag":{"name":"Reference Tag","description":"Uses the first result using the specified tag. Useful when the tag mechanism is coerced into creating unique human memorizable keys.","required":false,"filter":"alnum"},"note":{"name":"Note","description":"Append a note to the reference for additional information, like page numbers or other sub-references.","required":false,"filter":"text"}}};
tiki_plugins.zoterolist = {"name":"Zotero Reference List","description":"Produces the complete reference list from the Zotero server.","prefs":["zotero_enabled","wikiplugin_zoterolist"],"params":{"tag":{"name":"Tag","description":"Provide the list of references with a given tag.","required":true,"filter":"alnum"}}};
tiki_plugins.thumb = {"name":"Thumbnail","documentation":"PluginThumb","description":"Displays a thumbnail of an image that enlarges upon mouseover or links to a target","prefs":null,"params":{"file":{"required":false,"name":"File ID","description":"File ID from the file gallery.","filter":"digits"},"id":{"required":false,"name":"Image ID","description":"Image ID from the image gallery.","filter":"digits"},"image":{"required":false,"name":"Image URL","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":"Alignment","description":"Set alignment as left, right or none.","filter":"alpha","options":{"none":{"text":"None"},"left":{"text":"Left"},"right":{"text":"Right"}}},"url":{"required":false,"name":"Link Target","description":"Link target of the image.","filter":"url"}}};
tiki_plugins.image = {"name":"Image","documentation":"PluginImage","description":"Display images","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.","filter":"url"},"scalesize":{"required":false,"name":"Maximum size","description":"Maximum width or height for the image in pixels."},"height":{"required":false,"name":"Image height","description":"Height in pixels.","filter":"int"},"width":{"required":false,"name":"Image width","description":"Width in pixels.","filter":"int"},"link":{"required":false,"name":"Link","description":"For making the image a hyperlink. Enter a url to the page the image should link to.","filter":"url"},"rel":{"required":false,"name":"Link relation","description":"Link relation attribute to add to the link."},"title":{"required":false,"name":"Link title","description":"Link title that appears upon mouseover."},"alt":{"required":false,"name":"Alternate text","description":"Alternate text that displays image doesn't load."},"align":{"required":false,"name":"Align image block","description":"Enter right, left or center to align the box containing the image.","options":{"left":{"text":"Left"},"right":{"text":"Right"},"center":{"text":"Center"}}},"block":{"required":false,"name":"Wrapping control","description":"Whether to block items from wrapping next to image from the top or bottom. (top,bottom,both,none)","options":{"0":{"text":"None"},"top":{"text":"Top"},"bottom":{"text":"Bottom"},"both":{"text":"Both"}}},"desc":{"required":false,"name":"Description","description":"Image caption"},"usemap":{"required":false,"name":"Image map","description":"Name of the image map to use."},"class":{"required":false,"name":"CSS class","description":"CSS class to apply to the image."},"style":{"required":false,"name":"CSS syle","description":"CSS styling to apply."},"border":{"required":false,"name":"Border options","description":"Border configuration for image block."},"descoptions":{"required":false,"name":"Caption style","description":"Styling of image description. Use CSS syntax to override default setting."},"default":{"required":false,"name":"Default configuration","description":"Default configuration definitions (usually set by admin)."},"mandatory":{"required":false,"name":"Mandatory configuration","description":"Mandatory configuration definitions (usually set by admin)."}}};
tiki_plugins.picture = {"name":"Picture","description":"Display uploaded pictures","params":{"file":{"required":true,"name":"File path","description":"File name or path of the image."}}};

