Find in

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.
Categorize [ show categories | hide categories ]


Language:
Description:
Edit:

Enlarge area height Reduce area height

+ Quicktags ...

wiki link underline title bar tagline
table new table rss feed italic
image hr heading1 external link
dynamic variable dynamic content colored text center text
box bold special characters
Search : Replace to: Case Insensitivity
Import HTML:  
      Try to convert HTML to wiki
 
License:http://www.opensource.com
Important:GNU-Lizenz

Show Plugins Help [x]

For more information, please see WikiSyntax

Emphasis: '' for italics, __ for bold, ''__ for both
Lists: * for bullet lists, # for numbered lists, ;term:definition for definiton lists
Wiki References: JoinCapitalizedWords or use ((page)) or ((page|desc)) for wiki references, ))SomeName(( prevents referencing
Drawings: {draw name=foo} creates the editable drawing foo
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))
Multi-page pages:use ...page... to separate pages
Headings: "!", "!!", "!!!" make_headings
Show/Hide: "!+", "!!-" show/hide heading section. + (shown) or - (hidden) by default.
Misc: "----" makes a horizontal rule "===text===" underlines text.
Title bar: "-=title=-" creates a title bar.
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.
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
Tables: "||row1-col1|row1-col2|row1-col3||row2-col1|row2-col2col3||" creates a table
RSS feeds: "{rss id=n max=m}" displays rss feed with id=n maximum=m items
Simple box: "^Box content^" Creates a box with the data
Dynamic content: "{content id=n}" Will be replaced by the actual value of the dynamic content block with id=n
Colored text: "~~#FFEE33:some text~~" Will display using the indicated HTML color
Center: "::some text::" Will display the text centered
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.
Dynamic variables: "%name%" Inserts an editable variable
Insert Module Output: {MODULE(module=>some_module)}text{MODULE} can be used to insert the output of module "some_module" into your Wiki page. See PluginModule for more information.
Rendering Program Code: {CODE()}some code{CODE} will render "some code" as program code. This plugin has other options; see PluginCode.
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)
Line break:"%%%" (very useful especially in tables)
Misc:"{cookie}, {poll}"
Show Text Formatting Rules [x]

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)}{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+igal+newsletter+event+poll+quiz+survey+tracker+wiki+img,sort=>[type|created|name|hits|shuffle]_[asc|desc],sub=>true|false,split=>y|n)}{CATEGORY}

CATORPHANS

Display Tiki objects that have not been categorized:
{CATORPHANS(objects=>wiki|article|blog|faq|fgal|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][, bg=>color][, width=>num[%]][, float=>left|right])}text{DIV}

DL

Creates a definition list:
{DL()}term:definition{DL} - one definition per line

EXAMPLE

Example:
{EXAMPLE(face=> size=>)}text{EXAMPLE}

FANCYTABLE

Displays the data using the TikiWiki odd/even table style:
{FANCYTABLE(head=>)}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}

JABBER No description available
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=>,align=>left|center|right,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 QUOTEexternal link BBCode:
{QUOTE(replyto=>name)}text{QUOTE}

RSS

{RSS(id=>feedId,max=>3,date=>1,body=>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])/}

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}

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=>,max=>,float=>,url=>)}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}

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,status=>o|p|c|op|oc|pc|opc,sort_mode=>,max=>,filterfield=>,filtervalue=>,exactvalue=>)}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) ||


source
similar
wiki help
Login
I forgot my password
Language: en
Menu
 Home
 Contact us
 Stats
 Categories
Toggle  Wiki
 Wiki Home
 Last Changes
 Rankings
 List pages
 Orphan pages
 Sandbox
Toggle  Image Galleries
 Galleries
 Rankings
Toggle  Articles
 Articles home
 List articles
 Rankings
Toggle  Blogs
 List blogs
 Rankings
Toggle  Forums
 List forums
 Rankings
Toggle  Directory
 Browse directory
Toggle  File Galleries
 List galleries
Toggle  FAQs
 List FAQs
Toggle  Newsletters
Toggle  Charts
Top articles
1)Kredit ohne Schufa
2)Open Source CMS
Online users
We have 4 online users