====== WikkiTikkiTavi ====== = WikkiTikkiTavi =WikkiTikkiTavi is the original version of this documentation system. Their [http:%%//%%tavi.sourceforge.net documentation] is usable for the eGroupWare '''Wiki''' too.'''Learn about Wiki formatting:'''----SmashWordsTogether to create a page link. Click on the ? to edit the new page.You can also create ((free links)) that aren't WordsSmashedTogether. Type them like this: {{```((free links))```}}.----{{```''italic text''```}} becomes ''italic text''----{{```'''bold text'''```}} becomes '''bold text'''----{{```{{monospace text}}```}} becomes {{monospace text}}----{{```----```}} becomes a horizontal rule:----Create a remote link simply by typing its URL: http:%%//%%www.egroupware.orgIf you like, enclose it in brackets to create a numbered reference and avoid cluttering the page; {{```[http:%%//%%www.php.net]```}} becomes [http:%%//%%www.php.net].Or you can have a description instead of a numbered reference; {{```[http:%%//%%www.php.net/manual/en/ PHP Manual]```}} becomes [http:%%//%%www.php.net/manual/en/ PHP Manual]----You can put a picture in a page by typing the URL to the picture (it must end in gif, jpg, or png). For example, {{```http:%%//%%www.egroupware.org/egroupware/phpgwapi/templates/default/images/logo.png```}} becomeshttp:%%//%%www.egroupware.org/egroupware/phpgwapi/templates/default/images/logo.png----There are 2 possibilities for '''code formatting''':{{'''{{$is_admin = $GLOBALS['egw_info']['user']['apps']['admin'];}}'''}}or{{''%%}}if ($_POST['add']){ do_something();}{{%%''}}becomes{{$GLOBALS['egw_info']['user']['apps']['admin']}}or''%%if ($_POST['add']){ do_something();}%%''----You can indent by starting a paragraph with one or more colons.{{```:Indent me!```}}{{```::Me too!```}}becomes:Indent me::Me too!----You can create bullet lists by starting a paragraph with one or more asterisks.{{```*Bullet one```}}{{```%%**%%Sub-bullet```}}becomes*Bullet one%%**%%Sub-bullet----You can create a description list by starting a paragraph with the following syntax{{```*;Item 1: Something```}}{{```*;Item 2: Something else```}}which gives*;Item 1: Something*;Item 2: Something else----Similarly, you can create numbered lists by starting a paragraph with one or more hashes.{{```#Numero uno```}}{{```#Number two```}}{{```##Sub-item```}}becomes#Numero uno#Number two##Sub-item----You can mix and match list types:''%%#Number one#*Bullet#Number two%%''#Number one#*Bullet#Number two----You can make various levels of heading by putting = signs before and after the text == Level 1 heading === Level 2 heading ===== Level 3 heading ======= Level 4 heading ========= Level 5 heading =========== Level 6 heading ======''%%= Level 1 heading === Level 2 heading ===== Level 3 heading ======= Level 4 heading ========= Level 5 heading =========== Level 6 heading ======%%''----You can create tables using pairs of vertical bars:||cell one || cell two |||||| big ol' line |||| cell four || cell five |||| cell six || here's a very long cell ||''%%||cell one || cell two |||||| big ol' line |||| cell four || cell five |||| cell six || here's a very long cell ||%%''----You can create anchors with the Macro:''%%[[Anchor ANCHORNAME]]%%''You can jump to that Anchor with:''%%((PageName|Jump to Anchor #ANCHORNAME))%%''----=== Curly Options ===only supported with tables right now''%%||{s=background:red} CurlyOptions ||{s=color:blue;font-variant:small-caps;font-size:large} some text||%%''||{s=background:red} CurlyOptions ||{s=color:blue;font-variant:small-caps;font-size:large} some text||''%%||{Tb=0,s=background:red;color:blue;font-variant:small-caps;font-size:large} some blue text on red ground||%%''||{Tb=0,s=background:red;color:blue;font-variant:small-caps;font-size:large} some blue text on red ground||''%%||{Tb=0,s=color:red;font-variant:small-caps;font-size:large} some red text||%%''||{Tb=0,s=color:red;font-variant:small-caps;font-size:large} some red text||----=== HTML Formatting ===''%%%%'' **more** to **come** displays as: **more** to **come**