|
Edit: sandbox
The SandBox is a page where you can practice your editing skills, use the preview feature to preview the appearance of the page, no versions are stored for this page.
For more information, please see Wiki Syntax
Quicktag |
Description |
Wiki Syntax |
|
wiki link |
((text)) |
|
underline |
===text=== |
|
title bar |
-=text=- |
|
table new |
||r1c1|r1c2
r2c1|r2c2|| |
|
italic |
''text'' |
|
image |
{img src= width= height= align= desc= link= } |
|
hr |
--- |
|
heading1 |
!text |
|
external link |
[http://example.com|text] |
|
colored text |
~~#FF0000:text~~ |
|
center text |
::text:: |
|
box |
^text^ |
|
bold |
__text__ |
Wiki Help |
Bold text: | 2 underscores "_". Example: __text__ |
Italic text: | 2 single quotes "'". Example: ''text'' |
Centered text: | 2 colons ":". Example: ::some text:: |
Underlined text: | 3 equals "=". Example: ===text=== |
Text box: | One carat "^". Creates a box with the data. Example: "^Box content^" |
Title bar: | "-=title=-" creates a title bar. |
Colored text: | "~~#FFEE33:some text~~" or "~~yellow:some text~~". Will display using the indicated HTML color or color name |
Lists: | * for bullet lists, # for numbered lists, ;term:definition for definiton lists |
Headings: | "!", "!!", "!!!" make headings |
Show/Hide: | "!+", "!!-" show/hide heading section. + (shown) or - (hidden) by default. |
Wiki References: | JoinCapitalizedWords or use ((page)) or ((page|desc)) for wiki references, ))SomeName(( prevents referencing |
External links: | use square brackets for an external link: [URL] or [URL|link_description] or [URL|description|nocache] (that last form prevents the local Wiki from caching the page; please use that form for large pages!). For an external Wiki, use ExternalWikiName:PageName or ((External Wiki Name: Page Name)) |
Tables: | "||row1-col1|row1-col2|row1-col3||row2-col1|row2-col2|row2-col3||" creates a table |
Images: | "{img src=http://example.com/foo.jpg width=200 height=100 align=center imalign=right link=http://www.yahoo.com desc=foo alt=txt usemap=name class=xyz}" displays an image height width desc link and align are optional |
Non cacheable images: | "{img src=http://example.com/foo.jpg?nocache=1 width=200 height=100 align=center link=http://www.yahoo.com desc=foo}" displays an image height width desc link and align are optional |
Line break: | "%%%" (very useful especially in tables) |
Horizontal rule: | "----" makes a horizontal rule |
Drawings: | {draw name=foo} creates the editable drawing foo |
Multi-page pages: | use ...page... to separate pages |
Wiki File Attachments: | {file name=file.ext desc="description text" page="wiki page name" showdesc=1} Creates a link to the named file. If page is not given, the file must be attached to the current page. If desc is not given, the file name is used for the link text, unless showdesc is used, which makes the file description be used for the link text. If image=1 is given, the attachment is treated as an image and is displayed directly on the page; no link is generated. |
RSS feeds: | "{rss id=n max=m}" displays rss feed with id=n maximum=m items |
Dynamic content: | "{content id=n}" Will be replaced by the actual value of the dynamic content block with id=n |
Dynamic variables: | "%name%" Inserts an editable variable |
Non parsed sections: | "~np~ data ~/np~" Prevents wiki parsing of the enclosed data. |
Preformated sections: | "~pp~ data ~/pp~" Displays preformated text/code; no Wiki processing is done inside these sections (as with np), and the spacing is fixed (no word wrapping is done). |
Square Brackets: | Use [[foo] to show [foo]. |
Block Preformatting: | Indent text with any number of spaces to turn it into a monospaced block that still follows other Wiki formatting instructions. It will be indended with the same number of spaces that you used. Note that this mode does not preserve exact spacing and line breaks; use ~pp~...~/pp~ for that. |
Direction: | "{r2l}", "{l2r}", "{rm}", "{lm}" Insert resp. right-to-left and left-to-right text direction DIV (up to end of text) and markers for langages as arabic or hebrew. |
Table of contents | "{toc}", "{maketoc}" prints out a table of contents for the current page based on structures (toc) or ! headings (maketoc) |
Misc: | "{cookie}, {poll}" |
Note that plugin arguments can be closed in double quotes ("); this allows them to contain , or = or >.
AGENTINFO |
Displays browser client info: {AGENTINFO(info=>IP or SVRSW or BROWSER)/}
|
ALINK |
Puts a link to an anchor in a wiki page. Use in conjunction with the ANAME plugin, which sets the location and name of the anchor: {ALINK(aname=anchorname,pagename=Wiki Page Name)}linktext{ALINK}
|
ANAME |
Puts an anchor into a wiki page. Use in conjunction with the ALINK plugin, which makes links to the anchor: {ANAME()}anchorname{ANAME}
|
ARTICLE |
Include an article: {ARTICLE(Field=>[,Id=>])}{ARTICLE} Id is optional. if not given, last article is used. default field is
heading.
|
ARTICLES |
{ARTICLES(max=>3,topic=>topicName,type=>type,categId=>Category parent ID)}{ARTICLES} Insert articles into a wikipage
|
ATTACH |
Displays an attachment or a list of them: {ATTACH(name|file=file.ext,id=1|num=1,showdesc=0|1,dls=0|1,icon=0|1,inline=0|1)}comment{ATTACH} num is optional and is the order number of the attachment in the list. If not provided, a list of all attachments is displayed. Inline makes the comment be the text of the link.
|
AVATAR |
Displays the user Avatar: {AVATAR(page=>,float=>left|right)}username{AVATAR}
|
BACKLINKS |
List all pages which link to specific pages: {BACKLINKS(info=>hits|user,exclude=>HomePage|SandBox,include_self=>1,noheader=>0,page=>HomePage)}{BACKLINKS}
|
BOX |
Insert theme styled box on wiki page: {BOX(title=>Title, bg=>color, width=>num[%], align=>left|right|center, float=>|left|right)}text{BOX}
|
CATEGORY |
Insert list of items for the current/given category into wiki page: {CATEGORY(id=>1+2+3, types=>article+blog+faq+fgal+forum+igal+newsletter+event+poll+quiz+survey+tracker+wiki+img, sort=>[type|created|name|hits|shuffle]_[asc|desc], sub=>y|n, split=>y|n)}{CATEGORY}
|
CATORPHANS |
Display Tiki objects that have not been categorized: {CATORPHANS(objects=>wiki|article|blog|faq|fgal|forum|igal|newsletter|poll|quizz|survey|tracker)}{CATORPHANS}
|
CATPATH |
Insert the full category path for each category that this wiki page belongs to: {CATPATH(divider=>,top=>yes|no)}{CATPATH}
|
CENTER |
Centers the plugin content in the wiki page: {CENTER()}text{CENTER}
|
CODE |
Displays a snippet of code: {CODE(ln=>1,colors=>php|highlights|phpcode,caption=>caption text,wrap=>1,wiki=>1,rtl=>1)}code{CODE} - note: colors and ln are exclusive
|
COPYRIGHT |
Insert copyright notices: {COPYRIGHT()}~title~~year~~authors~text{COPYRIGHT}
|
COUNTDOWN |
Example: {COUNTDOWN(enddate=>April 1 2004[,locatetime=>on])}text{COUNTDOWN}
|
DIV |
Insert a division block on wiki page: {DIV(class=>class, type=>div|span|pre|i|b|tt|blockquote, align=>left|right|center|justify, bg=>color, width=>num[%], float=>left|right])}text{DIV}
|
DL |
Creates a definition list: {DL()}term:definition{DL} - one definition per line
|
EVENTS |
{EVENTS(calendarid=>id1+id2,maxdays=>365,max=>-1,datetime=>0|1,desc=>0|1)}{EVENTS} Insert rss feed output into a wikipage
|
EXAMPLE |
Example: {EXAMPLE(face=> size=>)}text{EXAMPLE}
|
FANCYTABLE |
Displays the data using the Tikiwiki odd/even table style: {FANCYTABLE(head=>,headclass=>)}cells{FANCYTABLE} - heads and cells separated by ~|~
|
FLASH |
Displays a SWF on the wiki page: {FLASH(movie="url_to_flash",width=>xx,height=>xx,quality=>high)}{FLASH}
|
FORMULA |
Formula: {FORMULA(width=>500, height=>400, paper=>letter, orientation=>landscape, steps=>150, min=0, max=100, y0=>, y1=>,...)}Title{FORMULA}
|
GAUGE |
Displays a graphical GAUGE: {GAUGE(color=>,bgcolor=>,max=>,value=>,size=>,label=>,labelsize=>,perc=>,height=>)}description{GAUGE}
|
GROUP |
Display wiki text if user is in one of listed groups:
{GROUP(groups=>Admins|Developers)}wiki text{GROUP}
{GROUP(notgroups=>Developers)}wiki text for other groups{GROUP}
{GROUP(groups=>Registered)}wiki text{ELSE}alternate text for other groups{GROUP}
|
JABBER |
Runs a Java applet to access a local Jabber service: {JABBER(height=>200,width=>200,xmlhostname=>jabber.org,defaultColor=>255,255,255)}{JABBER}. See lib/wiki-plugins/wikiplugin_jabber.php to make this plugin work
|
LANG |
Displays the text only if the language matchs lang/notlang: {LANG([not]lang=>code[+code+...])}text{LANG}
|
MAP |
Displays a map: {MAP(mapfile=>,extents=>,size=>,width=>,height=>) /}
|
MINIQUIZ |
Displays an miniquiz:
{MINIQUIZ(trackerId=>1)}Instructions::Feedback{MINIQUIZ}
|
MODULE |
Displays a module inlined in page: {MODULE(module=>,float=>left|right|none,decorations=>y|n,flip=>y|n,max=>,np=>0|1,args...)}{MODULE}
|
MONO |
Displays the data using a monospace font: {MONO(font=>}text{MONO}
|
OBJECTHITS |
Displays object hit info by object and days: {OBJECTHITS(object=>,type=>,days=>)/}
|
PLUGINMANAGER |
Provides a list of plugins on this wiki.: {PLUGINMANAGER(info=>version|description|arguments)}{PLUGINMANAGER}
|
POLL |
Displays the output of a poll, fields are indicated with numeric ids.:
{POLL(pollId=>1)}Good Poll{POLL}
|
QUOTE |
Quote text by surrounding the text with a box, like the QUOTE BBCode: {QUOTE(replyto=>name)}text{QUOTE}
|
RSS |
{RSS(id=>feedId+feedId2,max=>3,date=>1,desc=>1,author=>1)}{RSS} Insert rss feed output into a wikipage
|
SF |
Automatically creates a link to the appropriate SourceForge? object: {SF(aid=>,adit=>,groupid=>)}text{SF}
|
SHEET |
TikiSheet: {SHEET(id=>)}Sheet Heading{SHEET}
|
SHOWPAGES |
List wiki pages: {SHOWPAGES(find=>criteria [, max=>qty])/}
|
SKYPE |
Clickable Skype link: {SKYPE(action->call|chat)}name or number{SKYPE}
|
SORT |
Sorts the plugin content in the wiki page: {SORT(sort=>asc|desc|reverse|shuffle)}data{SORT} - one data per line
|
SPLIT |
Split a page into rows and columns: {SPLIT(joincols=>[y|n|0|1],fixedsize=>[y|n|0|1],colsize=>size1|size2|...)}row1col1---row1col2@@@row2col1---row2col2{SPLIT}
|
SQL |
Run a sql query: {SQL(db=>dsnname)}sql query{SQL}
|
SUB |
Displays text in subscript.: {SUB()}text{SUB}
|
SUP |
Displays text in superscript.: {SUP()}text{SUP}
|
TAG |
Displays text between an html tag: {TAG(tag=a_tag, style=a_style)}text{TAG}
|
THUMB |
Displays the thumbnail for an image: {THUMB(image=>url,id=url,max=>,float=>,url=>,original=y, sticky=n)}description{THUMB}
|
TITLESEARCH |
Search the titles of all pages in this wiki: {TITLESEARCH(search=>Admin,info=>hits|user,exclude=>HomePage|SandBox,noheader=>0)}{TITLESEARCH}
|
TRACKER |
Displays an input form for tracker submit:
{TRACKER(trackerId=>1, fields=>id1:id2:id3, action=>Name of submit button, showtitle=>y|n, showdesc=>y|n, showmandatory=>y|n, embedded=>y|n)}Notice{TRACKER}
|
TRACKERFILTER |
Filters the items of a tracker, fields are indicated with numeric ids.:
{TRACKERFILTER(filters=>2/d:4/r:5,action=>Name of submit button,TRACKERLIST_params )}Notice{TRACKERFILTER}
|
TRACKERLIST |
Displays the output of a tracker content, fields are indicated with numeric ids.:
{TRACKERLIST(trackerId=>1,fields=>2:4:5, showtitle=>y|n, showlinks=>y|n, showdesc=>y|n, showinitials=>y|n, showstatus=>y|n, showfieldname=>y|n, status=>o|p|c|op|oc|pc|opc, sort_mode=>, max=>, filterfield=>, filtervalue=>, exactvalue=>, checkbox=>fieldId/name/title/submit/action/tpl,goIfOne=>y|n)}Notice{TRACKERLIST}
|
TRANSLATED |
Links to a translated content: {TRANSLATED(flag=>France,lang=>fr)}[url] or ((wikiname)) or ((inter:interwiki)) (use wiki syntax){TRANSLATED}
|
USERCOUNT |
Displays the number of registered users: {USERCOUNT()}groupname{USERCOUNT}
|
VERSIONS |
Split the text in parts visible only under some conditions: {VERSIONS(nav=>y|n,title=>y|n,default=>)}text{VERSIONS}
|
WANTEDPAGES |
Lists wanted Wiki pages:
{WANTEDPAGES(ignore=>Page-Pattern'splitby'Page-Pattern, splitby=>+, skipext=>0|1, collect=>from|to, debug=>0|1, table=>sep|co|br, level=>strict|full|complete|custom)}Custom-Level-Regex{WANTEDPAGES}Parameters: key=>value,...
||
key | default | comments
ignore | empty string | A wildcard pattern of originating pages to be ignored. (refer to PHP function fnmatch() for details)
splitby | '+' | The character, by which ignored patterns are separated. possible values: characters
skipext | 0 | Whether to include external wikis in the list. possible values: 0 / 1
collect | "from" | Collect either originating or wanted pages in a cell and display them in the second column. possible values: from / to
debug | 0 | Switch-on debug output with details about the items. possible values: 0 / 1 / 2
table | "sep" | Multiple collected items are separated in distinct table rows, or by comma or line break in one cell. possible values: sep / co / br
level | empty string | Filter the list of wanted pages according to page_regex or custom filter. The default value is the site's current page_regex. possible values: strict / full / complete / custom
Custom-Level-Regex ? | empty string | A custom filter for wanted pages to be listed (only used when level=>custom). possible values: a valid regex-expression (PCRE)
||
|
|