Edit SandBox

Body

Edit Wiki Page Body
SandBox
Brief description of the page. This is visible when you hover over a link to this page and just below the title of the wiki page.
Content Format
Add a comment to illustrate your most recent changes.
Protection Level
Assign content to the following group:
Users of only this group can view the content of this category.
  

Plugins

Data Plugin Help

Click on the plugin you need help for:

Plugin: Attachment


KeyTypeComments
idnumeric
(required)
Id number of Attachment to display inline.
sizekey-words
(optional)
If the Attachment is an image, you can specify the size of the thumbnail displayed. Possible values are: avatar, small, medium, large, original (Default = medium)
descriptionstring
(optional)
The text to use in the title attribute or as the link text if output=desc. Will also be used for the alt attribute if no alt is specified. This text is parsed.(Default = Image)
altstring
(optional)
The text to use in the alt tag. Will also be used for the title attribute if no description is specified.(Default = Image)
linkstring
(optional)
Allows you to specify a relative or absolute URL the image will link to if clicked. You can also link to one of the sizes of the image: icon, avatar, small, medium, large, original and download (insert download link, which will activate the download counter). If set to false, no link is inserted.(Default = link to image details page)
page_id numeric (optional) To include any wiki page you can use it's page_id number.
content_id numeric (optional) To include any content from bitweaver insert the appropriate numeric content id. This can include blog posts, images, wiki texts...
Available content can be viewed here
output keyword (optional) If you are attaching a file and you only want to display the description and not the image that goes with it, use: output=desc. If you want to force the use of a thumbnail, use output=thumbnail.
stylingstring
(optional)
Multiple styling options available: width, height, background, background-color, border, color, display, float, font, font-family, font-size, font-weight, margin, overflow, padding, text-align, align. Please view CSS guidelines on what values these settings take.
Example: {ATTACHMENT id='13' size='small' text-align='center' link='http://www.google.com'}
Example: {ATTACHMENT id='11' description='Text, the link will be wrapped around' output=desc}

Plugin: bitweaver Icon


KeyTypeComments
ipackagekey-words
(optional)
Package the icon is taken from. The icon style icons take the value 'icons'.
inamekey-words
(required)
Name of the icon to be displayed
ixplainstring
(optional)
Explanation of the icon - visible when hovering over the icon.
Example: {biticon ipackage="icons" iname="large/accessories-text-editor" iexplain="edit"}

Plugin: Calendar


Plugin: Code


KeyTypeComments
sourcekey-word
(optional)
Defines the format of the Source Code Snippet. Possible values are:
ActionScriptAda • Apache Log File = ApacheAppleScript • ASM (NASM based) = AsmASP • AutoCAD DCL = CadDcl • AutoCAD LISP = CadLispBashBLITZ BASICC • C++ = Cpp • C# = CSharp • C for Macs = C_MacCSSDDelphi • Diff Output = DiffDIVDOSEiffelFreeBasicGML • HTML (4.0.1) = Html4StrictiniInnoJavaJavaScriptLispLuaMatLabMpAsmMySQL • NullSoft Installer = Niss • Objective C = ObjCOCaml • OpenOffice.org Basic = OoBasOracle8PascalPerlPhpPhp_BriefPython • QuickBasic = QBasicRubySchemeSmartySQL • VB.NET = VbNetVHDLVisual Basic • VisualBasic = VbVisualFoxProXML
The Default = PHP
titlestring
(optional)
Give the codelisting a title.
numboolean/number
(optional)
Determins if Line Numbers are displayed with the code. Specifing:TRUE / ON / YES / or a Number will turn Line Numbering On. When a Number is specified - the Number is used for the first line instead of 1. Any other value will turn Line Numbering OFF and only the Code will be displayed.
The Default = FALSE Line Numbers are Not displayed.
Example: {code source='php' num='on'}Sorce Code Snippet{/code}

Plugin: Fisheye Image

  • Description: Display an image in other content. This plugin only works with files that have been uploaded using fisheye.
  • Syntax: {image id= }
  • Online Help: DataPluginImage

KeyTypeComments
idnumeric
(required)
Image id number of Image to display inline.You can use either content_id or id.
sizekey-words
(optional)
If the File is an image, you can specify the size of the thumbnail displayed. Possible values are: avatar, small, medium, large, original (Default = medium)
nolinkkey-words
(optional)
Remove hotlink from element. Used to display fixed copies of an image item.
Example: {image id='13' size='small'}

Plugin: Javascript Tabs

  • Description: Allow tabbing of content using a simple syntax.
  • Syntax: {jstabs}
  • Online Help: assign: missing "title" parameter

This plugin does not take any arguments but you need to use a particular syntax to add tabs. You need to insert something like: ---tab: Title of the tab on a separate line. This will start a new tab with the title: Title of the tab.

Example:
{jstabs}
---tab:First Tab
Some content
---tab:Second Tab
Some content in the second tab.
{/jstabs}

Plugin: Structure Table Of Contents


KeyTypeComments
displaystring
(optional)
Will display a Table Of Contents for Structures, such as Wiki-books. Works only if the page where the tag is used is a part of some structure. If the page belongs to several wiki-books, use structure_id attribute.
Example: {toc structure_id=8 display=full_toc}

Plugin: Table of Contents

  • Description: When you insert {maketoc} into a wiki page, it will create a nested table of contents based on the headings in that page.
  • Syntax: {maketoc}
  • Online Help: Maketoc Filter

Key Type Comments
maxdepth numeric
(optional)
If you specify 3 here, MakeTOC will only parse headings to the h3 level.
include string
(optional)
If you include all, it will print a list of the full list of contents, regardless of where in the page {maketoc} is.
backtotop boolean
(optional)
If you set backtotop true, it will insert a "back to the top" link.
class string
(optional)
Override the class of the maketoc div.
width string
(optional)
Override the width of the maketoc div.
type key words
(optional)
Setting this to dropdown will create a dropdown instead of the default nested list of headings.
index boolean
(optional)
Add index numbers to your headers and the page contents.
Example: {maketoc maxdepth=3 include=all backtotop=true index=true}

Mime Plugin Help

Click on the plugin you need help for:

Plugin: Advanced Image Processing

  • Description: Extract image meta data and display relevant information to the user and pick individual display options for images.

If you have a panoramic image and you are using {attachment} to insert it, you can use panosize as you would with the size parameter to specify the size.
Example: {attachment id='13' panosize='small'}

Plugin: Browsable PDFs with thumbnails

  • Description: Convert PDFs to flash files that can be browsed online and provides thumbnail images for the galleries and links.


Format Help

Syntax and input format help

HTML Help

HTML Syntax Format Parser To view syntax help, please visit HTMLSyntax.