PythonCE Wiki : FormattingRules

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
Most recent edit on 2007-08-20 05:15:57 by WikkaInstaller [Upgrading from 1.1.6.2 to 1.1.6.3]

No differences.


Edited on 2007-08-20 05:00:13 by WikkaInstaller [Upgrading from 1.1.6.2 to 1.1.6.3]

Additions:

Wikka Formatting Guide

++Strike through text++
Strike through text
~This text is indented
~~This text is double-indented
    This text is also indented

This text is indented
This text is double-indented
This text is also indented
To create bulleted/ordered lists, use the following markup (you can always use 4 spaces instead of a ~):
Bulleted lists
~- Line one
~- Line two
- Line one
- Line two
Numbered lists
~1) Line one
~1) Line two
1) Line one
1) Line two
Ordered lists using uppercase characters
~A) Line one
~A) Line two
A) Line one
A) Line two
Ordered lists using lowercase characters
~a) Line one
~a) Line two
a) Line one
a) Line two
Ordered lists using roman numerals
~I) Line one
~I) Line two
I) Line one
I) Line two
Ordered lists using lowercase roman numerals
~i) Line one
~i) Line two
i) Line one
i) Line two

6. Inline comments

To format some text as an inline comment, use an indent ( ~, a tab or 4 spaces) followed by a &.
Example:
~& Comment
~~& Subcomment
~~~& Subsubcomment

7. Images

To place images on a Wiki page, you can use the image action.
Example:
{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
dvd logo
Links can be external, or internal Wiki links. You don't need to enter a link at all, and in that case just an image will be inserted. You can use the optional classes left and right to float images left and right. You don't need to use all those attributes, only url is required while alt is recommended for accessibility.

8. Links

To create a link to a wiki page you can use any of the following options:

  1. type a WikiName:

    FormattingRules
    FormattingRules

  2. add a forced link surrounding the page name by [[ and ]] (everything after the first space will be shown as description):

    [[SandBox Test your formatting skills]]
    Test your formatting skills

    [[SandBox 沙箱]]
    沙箱

  3. add an image with a link (see instructions above).
To link to external pages, you can do any of the following:

  1. type a URL inside the page:

    http://www.example.com
    http://www.example.com

  2. add a forced link surrounding the URL by [[ and ]] (everything after the first space will be shown as description):

    [[http://example.com/jenna/ Jenna's Home Page]]
    Jenna's Home Page

    [[mail@example.com Write me!]]
    Write me!

  3. add an image with a link (see instructions above);
  4. add an interwiki link (browse the list of available interwiki tags):

    WikiPedia:WikkaWiki
    WikiPedia:WikkaWiki

    Google:CSS
    Google:CSS

    Thesaurus:Happy
    Thesaurus:Happy

9. Tables

To create a table, you can use the table action.
Example:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}
BIG GREEN FROGS
yes yes no
no no
Note that ### must be used to indicate an empty cell.
Complex tables can also be created by embedding HTML code in a wiki page (see instructions below).

10. Colored Text

Colored text can be created using the color action:
Example:
{{color c="blue" text="This is a test."}}
This is a test.
You can also use hex values:
Example:
{{color hex="#DD0000" text="This is another test."}}
This is another test.
Alternatively, you can specify a foreground and background color using the fg and bg parameters (they accept both named and hex values):
Examples:
{{color fg="#FF0000" bg="#000000" text="This is colored text on colored background"}}
This is colored text on colored background
{{color fg="lightgreen" bg="black" text="This is colored text on colored background"}}
This is colored text on colored background

11. Floats

To create a left floated box, use two < characters before and after the block.
Example:
<<Some text in a left-floated box hanging around<< Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.
Some text in a left-floated box hanging around
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.
 
To create a right floated box, use two > characters before and after the block.
Example:
>>Some text in a right-floated box hanging around>> Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.
Some text in a right-floated box hanging around
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.
 
Use ::c:: to clear floated blocks.

12. Code formatters

You can easily embed code blocks in a wiki page using a simple markup. Anything within a code block is displayed literally.
To create a generic code block you can use the following markup:
%% This is a code block %%.
 This is a code block 

To create a code block with syntax highlighting, you need to specify a code formatter (see below for a list of available code formatters).
%%(php)
<?php
echo "Hello, World!";
?>
%%
<?php
echo "Hello, World!";
?>

You can also specify an optional starting line number.
%%(php;15)
<?php
echo "Hello, World!";
?>
%%
  1. <?php
  2. echo "Hello, World!";
  3. ?>

If you specify a filename, this will be used for downloading the code.
%%(php;15;test.php)
<?php
echo "Hello, World!";
?>
%%
test.php (line 15)
  1. <?php
  2. echo "Hello, World!";
  3. ?>

List of available code formatters:
LANGUAGE FORMATTER LANGUAGE FORMATTER LANGUAGE FORMATTER
Actionscript actionscript ADA ada Apache Log apache
AppleScript applescript ASM asm ASP asp
AutoIT autoit Bash bash BlitzBasic blitzbasic
BNF bnf C c C for Macs c_mac
c# csharp C++ cpp C++ (QT extensions) cpp-qt
CAD DCL caddcl CadLisp cadlisp CFDG cfdg
ColdFusion cfm CSS css D d
Delphi delphi Diff-Output diff DIV div
DOS dos Eiffel eiffel Fortran fortran
FreeBasic freebasic GML gml Groovy groovy
HTML html4strict INI ini IO io
Inno Script inno Java 5 java5 Java java
Javascript javascript LaTeX latex Lisp lisp
Lua lua Matlab matlab Microchip Assembler mpasm
Microsoft Registry reg mIRC mirc MySQL mysql
NSIS nsis Objective C objc OpenOffice BASIC oobas
Objective Caml ocaml Objective Caml (brief) ocaml-brief Oracle 8 oracle8
Pascal pascal Perl perl PHP php
PHP (brief) php-brief PL/SQL plsql Python phyton
Q(uick)BASIC qbasic robots.txt robots Ruby ruby
SAS sas Scheme scheme sdlBasic sdlbasic
SmallTalk smalltalk Smarty smarty SQL sql
TCL/iTCL tcl T-SQL tsql Text text
thinBasic thinbasic Unoidl idl VB.NET vbnet
VHDL vhdl Visual BASIC vb Visual Fox Pro visualfoxpro
WinBatch winbatch XML xml ZiLOG Z80 z80

13. Mindmaps

Wikka has native support for mindmaps. There are two options for embedding a mindmap in a wiki page.
Option 1: Upload a FreeMind file to a webserver, and then place a link to it on a wikka page:
http://yourdomain.com/freemind/freemind.mm
No special formatting is necessary.
Option 2: Paste the FreeMind data directly into a wikka page:

14. Embedded HTML

You can easily paste HTML in a wiki page by wrapping it into two sets of doublequotes.
""[html code]""
Examples:
""y = x<sup>n+1</sup>""
y = xn+1
""<acronym title="Cascade Style Sheet">CSS</acronym>""
CSS
By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are stripped can be found on the Wikka:SafeHTML page.
It is possible to allow all HTML tags to be used, see Wikka:UsingHTML for more information.
CategoryWiki


Deletions:
cavo s video tv-out adattatore gsm sony ac-vqp10 peter pindar cock robin cardiofrequenzimetro a5 polar chalet vacanza il commissario maigret - il pazzo di bergerac nashville car audio blaupunkt verona 2000 nellt furtado flaibano giuletta sacco video hard scandalo hai voglia d fisz renault gpl annuncio lavoro bologna i9950 canon stampanti kasam ki kasam assicurazione fiumicino oposiciones aena decoder modulatore corsi formazione personale grand hotel royal viareggio www vascorossi com gigolo s black eye pease un caldo corpo di femmina erice hotel chicco alaska minclip com benny benassi no matter what you do free regione friuli geonav 4c nautica azione obbligazione bratz babyz fiat stilo selespeed jerez de los caballeros foto cbs principessa diana orologi casio illuminator king kong dvd www kimco it gloria constantino foto e l era tardi dvd moana pozzi hit mania 1995 firstservice srl office microsoft renzo arbore batterie sony ericsson cirano di guccini cartolina augurio compleanno sentieri soapopera eric von stroheim tre individui tanto odio macchine da caffe professionali dj casper chachaslide toner xerox 2135 la grigliata foto clitty una rockstar in cerca damore personaggi settimo cielo mendelson dragostea fin tei lyrics nikon - f 55 testo lo strano percorso 883 niurka fotos toner samsung ml-2150 vendita cam eccitazione genitale magic combi warlords battlecry ii napoli kappa mimosa festa donna lacie hard disk usb in tutti i miei giorni canzoni napoletane classiche impianti stereo the simps university jam spoon set me fre acer c300 allenamento per la mtb stampante hp 6840 nikon 70-300 g kt tunstall eye telescope acer mp3 512mb r9250 128mb pci ddr dvi tvo 64bit warp brothers grande sophie netgear wgr614 802 11g wireless router art carney gioco di macchine da corsa pristina musica y videos musicales de yandel frisinga one piece ps2 videogiochi il cuore e un zingaro x ray murder boom boom get here la festa dei folli girlsaloud sound of the underground occhiali ray ban donna www googl com santa clara (u.s.a.) joe lansdale saoke hej nissan micra c c immagine mare lop sony np-fp90 tastiera retro illuminata michel bouble rulli per bicicletta dvx s120 yamaha linea porno gay www i love messenger it fort bliss filato torrie macchina a vapore rian air siemens gigaset sl barabani paolo pesca da riva ingrossamento pene athlon xp 64 3200 scanner fujitsu a3 la strada giusta mollificio cappeller gladiatore rmx teac hd esterno usb kaho counter attak francesi boneym imac 20 di luca brothers spa tim curry street of simcity www banca lombarda www pesca in it a tutto bergman stylus photo r200 myskina nue nike basketball shoes tendenze dell architettura contemporanea morron associazione invalidi civili rovigo stock market rdb vigili il gioco di oggi jenner, edward lettore di pcmcia tp 012 usa sesso la nosta favola auto noleggio barcellona pozzo gotto incontro san gimignano maria nazionale notiziario foggia moglie zoccole video grtatis porno gay progettista meccanico (regione emilia romagna - bologna provincia) epistassi oberon (astronomia) paula vazquez charles boyer www chicas calatas lavastoviglie da 45 cm ophelia winter themes films nastydollars paul frank ink jet printable cd www nose de sexo com dawnload dvx free eric clapton. unplugged da muro orologi talk ventole di raffreddamento cpu cagnotto plextor dl battaglie le colline hanno gli occhi sexs coppie it unisannio router 3cr858-91 3com cinelli yelena club sexy xxx gisela molinero orario treno eurostar per firenze miele 8762 trevi tv gerber, gottfried heinrich partite di calcio venditore di mappamondi

Wikka Formatting Guide

Strike through text
Strike through text
""~This text is indented<br />~~This text is double-indented<br />




Edited on 2007-08-18 17:06:53 by SijC5w

Additions:
cavo s video tv-out adattatore gsm sony ac-vqp10 peter pindar cock robin cardiofrequenzimetro a5 polar chalet vacanza il commissario maigret - il pazzo di bergerac nashville car audio blaupunkt verona 2000 nellt furtado flaibano giuletta sacco video hard scandalo hai voglia d fisz renault gpl annuncio lavoro bologna i9950 canon stampanti kasam ki kasam assicurazione fiumicino oposiciones aena decoder modulatore corsi formazione personale grand hotel royal viareggio www vascorossi com gigolo s black eye pease un caldo corpo di femmina erice hotel chicco alaska minclip com benny benassi no matter what you do free regione friuli geonav 4c nautica azione obbligazione bratz babyz fiat stilo selespeed jerez de los caballeros foto cbs principessa diana orologi casio illuminator king kong dvd www kimco it gloria constantino foto e l era tardi dvd moana pozzi hit mania 1995 firstservice srl office microsoft renzo arbore batterie sony ericsson cirano di guccini cartolina augurio compleanno sentieri soapopera eric von stroheim tre individui tanto odio macchine da caffe professionali dj casper chachaslide toner xerox 2135 la grigliata foto clitty una rockstar in cerca damore personaggi settimo cielo mendelson dragostea fin tei lyrics nikon - f 55 testo lo strano percorso 883 niurka fotos toner samsung ml-2150 vendita cam eccitazione genitale magic combi warlords battlecry ii napoli kappa mimosa festa donna lacie hard disk usb in tutti i miei giorni canzoni napoletane classiche impianti stereo the simps university jam spoon set me fre acer c300 allenamento per la mtb stampante hp 6840 nikon 70-300 g kt tunstall eye telescope acer mp3 512mb r9250 128mb pci ddr dvi tvo 64bit warp brothers grande sophie netgear wgr614 802 11g wireless router art carney gioco di macchine da corsa pristina musica y videos musicales de yandel frisinga one piece ps2 videogiochi il cuore e un zingaro x ray murder boom boom get here la festa dei folli girlsaloud sound of the underground occhiali ray ban donna www googl com santa clara (u.s.a.) joe lansdale saoke hej nissan micra c c immagine mare lop sony np-fp90 tastiera retro illuminata michel bouble rulli per bicicletta dvx s120 yamaha linea porno gay www i love messenger it fort bliss filato torrie macchina a vapore rian air siemens gigaset sl barabani paolo pesca da riva ingrossamento pene athlon xp 64 3200 scanner fujitsu a3 la strada giusta mollificio cappeller gladiatore rmx teac hd esterno usb kaho counter attak francesi boneym imac 20 di luca brothers spa tim curry street of simcity www banca lombarda www pesca in it a tutto bergman stylus photo r200 myskina nue nike basketball shoes tendenze dell architettura contemporanea morron associazione invalidi civili rovigo stock market rdb vigili il gioco di oggi jenner, edward lettore di pcmcia tp 012 usa sesso la nosta favola auto noleggio barcellona pozzo gotto incontro san gimignano maria nazionale notiziario foggia moglie zoccole video grtatis porno gay progettista meccanico (regione emilia romagna - bologna provincia) epistassi oberon (astronomia) paula vazquez charles boyer www chicas calatas lavastoviglie da 45 cm ophelia winter themes films nastydollars paul frank ink jet printable cd www nose de sexo com dawnload dvx free eric clapton. unplugged da muro orologi talk ventole di raffreddamento cpu cagnotto plextor dl battaglie le colline hanno gli occhi sexs coppie it unisannio router 3cr858-91 3com cinelli yelena club sexy xxx gisela molinero orario treno eurostar per firenze miele 8762 trevi tv gerber, gottfried heinrich partite di calcio venditore di mappamondi

Wikka Formatting Guide



Deletions:

Wikka Formatting Guide





Edited on 2007-08-13 05:05:53 by LukeDunstan

Additions:

Wikka Formatting Guide



Deletions:
casio qv-r62 w w w google com ar primo levi se questo e un uomo sen kombi televisore sony 14 leon tdi 150 cv jadrolinija layer 3 nina williams diventa protagonista stc engineering sas teen chat max payne2 no cd stau cu fratii mei mms it gfv adsl rj11 gaye, marvin pompin saint seya knik knak tipos de aves supersex western digital raptor 74 gb lore de mar holly valance canzoni piu vendute stampante sony motorola - hs810 fanny cadeo nuda boble boble 2 giochi britney one shot 80 disco music lettore dvd portatile con tv tuner gaber giorgio carla bley. live in montreal canon ef 24-105mm f 4l ultrium 400gb ibm 1gb lidl italia testo delle canzoni acquisto processori amd batteria ricaricabile al piombo gida telefonica nada valgo sin tu amo porque ambulatori veterinari grosseto easy video joiner mario rosini felicita albano e romina power legge 23 1986 art 4 waterman man 200 dual shock joystick everytime we touch involver dave candy niger, paul ale baroni dvd recorder con videoregistratore dragost din tei sondrio m3438g pm 740 regolabarba ricaricabile termometro temperatura neonati bacio saffico di anna kournikova canto bocelli dcs 340 pioneer perche, col de la- francesca senette foto concessionario jeep milano canon sc-dc40 copertina dvd spiderman2 pasquina uomini maturi over 70 goldrake kingston rs-mmc mobile 512 ufficio pinerolo cx 7430 kodak netsim 6 giovanni i (re di francia) le cantique de noel nude in discoteca more than words extreme videoclip hard disk maxtor line iii terra libera gabry ponte stampante laser a3 b n condor viaggio zelig wav elmetto militare video musical de obie bermudez antes testi cartoni disney bejewelled 2 lavatrice doppia classe a custodie motorola taurine simboli per illuminazione stradale disco iomega hard disk 160 meteo firenze royaltek bt gps x-mini cartina gran bretagna taglie forti reggio emilia claudia cardinale traduzione yeah doraemo the look of love olidata pc sfondi da computer frank dux free mp3 s macro srl ceramiche bagno asija creative muvo 512 tx videogiochi pc perizona carrozzina trio brevi campion ship calcio stampanti canon a3 fotografica mp3 mmf sanremo 99 rubinetteria cinese test drive overdrive istituto bio light samarinda elegans ten rap j s bach per organo esibizioniste collant london mr ben chinery win server 2003 bachgammon confettura di pomodori verdi motorola nero karen anton video erotici celebri scooter jigga jigga slide along pioggia pineto gabriele d annunzio blu club egitto motore per parabole paid my dues di anastacia ati radeon x700 vivo acer aspire 5024wlmi turion ml34 pallone lettore mp3 zen touch 40gb x-mann musica mp3 da scaricare gratis jimmy 21 outkat fiat panda usate ostaggio italiano decapitato racconti su collant ricerca napoleone bonaparte siti in macedone cameo schede video sapphire radeon 7000 64 mb nokia adattatore netgear fvl328 doppio schermo hot infermiera uomini dargento la montagna di luce profumi baldessarini hole in my soul hotel estrellita televisori slim hotail com casalinghe arrapanti stampante epson 300 game dance htv com vn evatremila dragon mobile museo di arte moderna e contemporanea canzoni radio marte roma gay lesbian feet tabs di lauretta mascia feri lultimo piano nelly fortado nelly fortado mistral dizionario inglese italiano free canon pixma ip3000 scarica gratis codici sky hotel san giorgio portofino photo suite dmlp l allenatore tv lcd 17 televideo prestito scandicci onu nella pace nel mondo un aggiornamento per americas army baila morena zucchero voltri com web solutions colpo di luna jeep cherokee 2 8 crd mulino, il- music studio 2005 deluxe jalisco midi

Wikka Formatting Guide





Edited on 2007-08-12 21:10:15 by SijC5w

Additions:
casio qv-r62 w w w google com ar primo levi se questo e un uomo sen kombi televisore sony 14 leon tdi 150 cv jadrolinija layer 3 nina williams diventa protagonista stc engineering sas teen chat max payne2 no cd stau cu fratii mei mms it gfv adsl rj11 gaye, marvin pompin saint seya knik knak tipos de aves supersex western digital raptor 74 gb lore de mar holly valance canzoni piu vendute stampante sony motorola - hs810 fanny cadeo nuda boble boble 2 giochi britney one shot 80 disco music lettore dvd portatile con tv tuner gaber giorgio carla bley. live in montreal canon ef 24-105mm f 4l ultrium 400gb ibm 1gb lidl italia testo delle canzoni acquisto processori amd batteria ricaricabile al piombo gida telefonica nada valgo sin tu amo porque ambulatori veterinari grosseto easy video joiner mario rosini felicita albano e romina power legge 23 1986 art 4 waterman man 200 dual shock joystick everytime we touch involver dave candy niger, paul ale baroni dvd recorder con videoregistratore dragost din tei sondrio m3438g pm 740 regolabarba ricaricabile termometro temperatura neonati bacio saffico di anna kournikova canto bocelli dcs 340 pioneer perche, col de la- francesca senette foto concessionario jeep milano canon sc-dc40 copertina dvd spiderman2 pasquina uomini maturi over 70 goldrake kingston rs-mmc mobile 512 ufficio pinerolo cx 7430 kodak netsim 6 giovanni i (re di francia) le cantique de noel nude in discoteca more than words extreme videoclip hard disk maxtor line iii terra libera gabry ponte stampante laser a3 b n condor viaggio zelig wav elmetto militare video musical de obie bermudez antes testi cartoni disney bejewelled 2 lavatrice doppia classe a custodie motorola taurine simboli per illuminazione stradale disco iomega hard disk 160 meteo firenze royaltek bt gps x-mini cartina gran bretagna taglie forti reggio emilia claudia cardinale traduzione yeah doraemo the look of love olidata pc sfondi da computer frank dux free mp3 s macro srl ceramiche bagno asija creative muvo 512 tx videogiochi pc perizona carrozzina trio brevi campion ship calcio stampanti canon a3 fotografica mp3 mmf sanremo 99 rubinetteria cinese test drive overdrive istituto bio light samarinda elegans ten rap j s bach per organo esibizioniste collant london mr ben chinery win server 2003 bachgammon confettura di pomodori verdi motorola nero karen anton video erotici celebri scooter jigga jigga slide along pioggia pineto gabriele d annunzio blu club egitto motore per parabole paid my dues di anastacia ati radeon x700 vivo acer aspire 5024wlmi turion ml34 pallone lettore mp3 zen touch 40gb x-mann musica mp3 da scaricare gratis jimmy 21 outkat fiat panda usate ostaggio italiano decapitato racconti su collant ricerca napoleone bonaparte siti in macedone cameo schede video sapphire radeon 7000 64 mb nokia adattatore netgear fvl328 doppio schermo hot infermiera uomini dargento la montagna di luce profumi baldessarini hole in my soul hotel estrellita televisori slim hotail com casalinghe arrapanti stampante epson 300 game dance htv com vn evatremila dragon mobile museo di arte moderna e contemporanea canzoni radio marte roma gay lesbian feet tabs di lauretta mascia feri lultimo piano nelly fortado nelly fortado mistral dizionario inglese italiano free canon pixma ip3000 scarica gratis codici sky hotel san giorgio portofino photo suite dmlp l allenatore tv lcd 17 televideo prestito scandicci onu nella pace nel mondo un aggiornamento per americas army baila morena zucchero voltri com web solutions colpo di luna jeep cherokee 2 8 crd mulino, il- music studio 2005 deluxe jalisco midi

Wikka Formatting Guide



Deletions:

Wikka Formatting Guide





Edited on 2007-07-23 09:20:38 by MemraCom [cleaned spam]

Additions:

Wikka Formatting Guide



Deletions:
paxil online lortab free sony ericsson ringtones polyphonic ringtones cheap lipitor cheap ortho free cool ringtones prozac online cheap hgh viagra online jazz ringtones sildenafil online free sony ericsson ringtones hgh online sagem ringtones ericsson ringtones viagra online buy tramadol adipex online polyphonic ringtones hgh online cheap xanax viagra online order hoodia norco cheap alprazolam ativan online cheap hydrocodone order ultram online xanax free sony ringtones free verizon ringtones sony ericsson ringtones punk ringtones zanaflex online music ringtones music ringtones cheap viagra hydrocodone online cheap xenical free sharp ringtones hgh online cheap phentermine celexa online free free ringtones order hgh celexa online free nokia ringtones motorola ringtones buy soma free motorola ringtones cheap tramadol cyclobenzaprine online cheap norco celexa online buy cyclobenzaprine ultram online order propecia cheap celexa verizon ringtones xenical online but ambien albuterol online cheap ultram ultram online buy tramadol ambien online carisoprodol online free mp3 ringtones norco vicodin online sony ringtones hoodia online cheap sildenafil vicodin online free motorola ringtones free jazz ringtones qwest ringtones cialis online cheap ambien cheap lisinopril free verizon ringtones cheap valium cheap ultram buy meridia cheap levitra xenical online cool ringtones cheap ortho xanax online online fioricet but fioricet nokia ringtones online lipitor free mono ringtones buy diethylpropion sharp ringtones jazz ringtones cheap diethylpropion phentermine online cheap hydrocodone sharp ringtones sony ericsson ringtones free cool ringtones order flexeril didrex online free nextel ringtones buy zyban ericsson ringtones hoodia online free tracfone ringtones free cool ringtones free music ringtones but clonazepam didrex online online ultracet cheap celexa flexeril online free sagem ringtones tracfone ringtones cheap zyban lortab online ultracet online lorazepam online zoloft nexium online cheap xenical free nokia ringtones free mono ringtones free nextel ringtones free motorola ringtones cheap lortab diazepam online free qwest ringtones buy tramadol cheap levitra cheap clomid levitra online free sprint ringtones punk ringtones prozac online nexium online cheap lortab online flexeril cheap ambien funny ringtones hgh online polyphonic ringtones diethylpropion online buy adipex free sony ericsson ringtones ativan online free sagem ringtones cheap meridia flexeril cheap clonazepam buy flexeril ultracet online buy diethylpropion free mtv ringtones real ringtones cheap albuterol xanax online cheap lisinopril cheap ultram alprazolam online free jazz ringtones free sprint ringtones cheap fioricet alltel ringtones nextel ringtones cheap prozac online zyban cheap hydrocodone online xenical vicodin online cheap soma buy tenuate motorola ringtones polyphonic ringtones cheap ortho buy albuterol cheap prozac clonazepam free funny ringtones free nextel ringtones samsung ringtones tracfone ringtones hgh online cheap xenical fioricet online cheap wellbutrin cheap lipitor viagra online cheap valium zanaflex online free sprint ringtones free nokia ringtones polyphonic ringtones nokia ringtones

Wikka Formatting Guide





Edited on 2007-07-20 17:40:33 by SijC5w

Additions:
paxil online lortab free sony ericsson ringtones polyphonic ringtones cheap lipitor cheap ortho free cool ringtones prozac online cheap hgh viagra online jazz ringtones sildenafil online free sony ericsson ringtones hgh online sagem ringtones ericsson ringtones viagra online buy tramadol adipex online polyphonic ringtones hgh online cheap xanax viagra online order hoodia norco cheap alprazolam ativan online cheap hydrocodone order ultram online xanax free sony ringtones free verizon ringtones sony ericsson ringtones punk ringtones zanaflex online music ringtones music ringtones cheap viagra hydrocodone online cheap xenical free sharp ringtones hgh online cheap phentermine celexa online free free ringtones order hgh celexa online free nokia ringtones motorola ringtones buy soma free motorola ringtones cheap tramadol cyclobenzaprine online cheap norco celexa online buy cyclobenzaprine ultram online order propecia cheap celexa verizon ringtones xenical online but ambien albuterol online cheap ultram ultram online buy tramadol ambien online carisoprodol online free mp3 ringtones norco vicodin online sony ringtones hoodia online cheap sildenafil vicodin online free motorola ringtones free jazz ringtones qwest ringtones cialis online cheap ambien cheap lisinopril free verizon ringtones cheap valium cheap ultram buy meridia cheap levitra xenical online cool ringtones cheap ortho xanax online online fioricet but fioricet nokia ringtones online lipitor free mono ringtones buy diethylpropion sharp ringtones jazz ringtones cheap diethylpropion phentermine online cheap hydrocodone sharp ringtones sony ericsson ringtones free cool ringtones order flexeril didrex online free nextel ringtones buy zyban ericsson ringtones hoodia online free tracfone ringtones free cool ringtones free music ringtones but clonazepam didrex online online ultracet cheap celexa flexeril online free sagem ringtones tracfone ringtones cheap zyban lortab online ultracet online lorazepam online zoloft nexium online cheap xenical free nokia ringtones free mono ringtones free nextel ringtones free motorola ringtones cheap lortab diazepam online free qwest ringtones buy tramadol cheap levitra cheap clomid levitra online free sprint ringtones punk ringtones prozac online nexium online cheap lortab online flexeril cheap ambien funny ringtones hgh online polyphonic ringtones diethylpropion online buy adipex free sony ericsson ringtones ativan online free sagem ringtones cheap meridia flexeril cheap clonazepam buy flexeril ultracet online buy diethylpropion free mtv ringtones real ringtones cheap albuterol xanax online cheap lisinopril cheap ultram alprazolam online free jazz ringtones free sprint ringtones cheap fioricet alltel ringtones nextel ringtones cheap prozac online zyban cheap hydrocodone online xenical vicodin online cheap soma buy tenuate motorola ringtones polyphonic ringtones cheap ortho buy albuterol cheap prozac clonazepam free funny ringtones free nextel ringtones samsung ringtones tracfone ringtones hgh online cheap xenical fioricet online cheap wellbutrin cheap lipitor viagra online cheap valium zanaflex online free sprint ringtones free nokia ringtones polyphonic ringtones nokia ringtones

Wikka Formatting Guide



Deletions:

Wikka Formatting Guide





Edited on 2007-07-05 11:01:14 by SijC5w

Additions:
~ Strike through text
Strike through text
""~This text is indented<br />~~This text is double-indented<br />


Deletions:
~++Strike through text++
Strike through text
~This text is indented
~~This text is double-indented
    This text is also indented

This text is indented
This text is double-indented
This text is also indented
To create bulleted/ordered lists, use the following markup (you can always use 4 spaces instead of a ~):
Bulleted lists
~- Line one
~- Line two
- Line one
- Line two
Numbered lists
~1) Line one
~1) Line two
1) Line one
1) Line two
Ordered lists using uppercase characters
~A) Line one
~A) Line two
A) Line one
A) Line two
Ordered lists using lowercase characters
~a) Line one
~a) Line two
a) Line one
a) Line two
Ordered lists using roman numerals
~I) Line one
~I) Line two
I) Line one
I) Line two
Ordered lists using lowercase roman numerals
~i) Line one
~i) Line two
i) Line one
i) Line two

6. Inline comments

To format some text as an inline comment, use an indent ( ~, a tab or 4 spaces) followed by a &.
Example:
~& Comment
~~& Subcomment
~~~& Subsubcomment

7. Images

To place images on a Wiki page, you can use the image action.
Example:
{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
dvd logo
Links can be external, or internal Wiki links. You don't need to enter a link at all, and in that case just an image will be inserted. You can use the optional classes left and right to float images left and right. You don't need to use all those attributes, only url is required while alt is recommended for accessibility.

8. Links

To create a link to a wiki page you can use any of the following options:

  1. type a WikiName:

    FormattingRules
    FormattingRules

  2. add a forced link surrounding the page name by [[ and ]] (everything after the first space will be shown as description):

    [[SandBox Test your formatting skills]]
    Test your formatting skills

    [[SandBox 沙箱]]
    沙箱

  3. add an image with a link (see instructions above).
To link to external pages, you can do any of the following:

  1. type a URL inside the page:

    http://www.example.com
    http://www.example.com

  2. add a forced link surrounding the URL by [[ and ]] (everything after the first space will be shown as description):

    [[http://example.com/jenna/ Jenna's Home Page]]
    Jenna's Home Page

    [[mail@example.com Write me!]]
    Write me!

  3. add an image with a link (see instructions above);
  4. add an interwiki link (browse the list of available interwiki tags):

    WikiPedia:WikkaWiki
    WikiPedia:WikkaWiki

    Google:CSS
    Google:CSS

    Thesaurus:Happy
    Thesaurus:Happy

9. Tables

To create a table, you can use the table action.
Example:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}
BIG GREEN FROGS
yes yes no
no no
Note that ### must be used to indicate an empty cell.
Complex tables can also be created by embedding HTML code in a wiki page (see instructions below).

10. Colored Text

Colored text can be created using the color action:
Example:
{{color c="blue" text="This is a test."}}
This is a test.
You can also use hex values:
Example:
{{color hex="#DD0000" text="This is another test."}}
This is another test.
Alternatively, you can specify a foreground and background color using the fg and bg parameters (they accept both named and hex values):
Examples:
{{color fg="#FF0000" bg="#000000" text="This is colored text on colored background"}}
This is colored text on colored background
{{color fg="lightgreen" bg="black" text="This is colored text on colored background"}}
This is colored text on colored background

11. Floats

To create a left floated box, use two < characters before and after the block.
Example:
<<Some text in a left-floated box hanging around<< Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.
Some text in a left-floated box hanging around
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.
 
To create a right floated box, use two > characters before and after the block.
Example:
>>Some text in a right-floated box hanging around>> Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.
Some text in a right-floated box hanging around
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.
 
Use ::c:: to clear floated blocks.

12. Code formatters

You can easily embed code blocks in a wiki page using a simple markup. Anything within a code block is displayed literally.
To create a generic code block you can use the following markup:
%% This is a code block %%.
 This is a code block 

To create a code block with syntax highlighting, you need to specify a code formatter (see below for a list of available code formatters).
%%(php)
<?php
echo "Hello, World!";
?>
%%
<?php
echo "Hello, World!";
?>

You can also specify an optional starting line number.
%%(php;15)
<?php
echo "Hello, World!";
?>
%%
  1. <?php
  2. echo "Hello, World!";
  3. ?>

If you specify a filename, this will be used for downloading the code.
%%(php;15;test.php)
<?php
echo "Hello, World!";
?>
%%
test.php (line 15)
  1. <?php
  2. echo "Hello, World!";
  3. ?>

List of available code formatters:
LANGUAGE FORMATTER LANGUAGE FORMATTER LANGUAGE FORMATTER
Actionscript actionscript ADA ada Apache Log apache
AppleScript applescript ASM asm ASP asp
AutoIT autoit Bash bash BlitzBasic blitzbasic
C c C for Macs c_mac c# csharp
C++ cpp CAD DCL caddcl CadLisp cadlisp
CFDG cfdg ColdFusion cfm CSS css
D d Delphi delphi Diff-Output diff
DIV div DOS dos Eiffel eiffel
Fortran fortran FreeBasic freebasic GML gml
Groovy groovy HTML html4strict INI ini
Inno Script inno Java 5 java5 Java java
Javascript javascript Lisp lisp Lua lua
Matlab matlab Microchip Assembler mpasm Microsoft Registry reg
MySQL mysql NSIS nsis Objective C objc
OpenOffice BASIC oobas Objective Caml ocaml Objective Caml (brief) ocaml-brief
Oracle 8 oracle8 Pascal pascal Perl perl
PHP php PHP (brief) php-brief Python phyton
Q(uick)BASIC qbasic robots.txt robots Ruby ruby
SAS sas Scheme scheme sdlBasic sdlbasic
Smarty smarty SQL sql TCL/iTCL tcl
T-SQL tsql Text text VB.NET vbnet
VHDL vhdl Visual BASIC vb Visual Fox Pro visualfoxpro
WinBatch winbatch XML xml


13. Mindmaps

Wikka has native support for mindmaps. There are two options for embedding a mindmap in a wiki page.
Option 1: Upload a FreeMind file to a webserver, and then place a link to it on a wikka page:
http://yourdomain.com/freemind/freemind.mm
No special formatting is necessary.
Option 2: Paste the FreeMind data directly into a wikka page:

14. Embedded HTML

You can easily paste HTML in a wiki page by wrapping it into two sets of doublequotes.
""[html code]""
Examples:
""y = x<sup>n+1</sup>""
y = xn+1
""<acronym title="Cascade Style Sheet">CSS</acronym>""
CSS
By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are stripped can be found on the Wikka:SafeHTML page.
It is possible to allow all HTML tags to be used, see Wikka:UsingHTML for more information.
CategoryWiki




Oldest known version of this page was edited on 2006-06-16 19:24:17 by WikkaInstaller []
Page view:

Wikka Formatting Guide


Note: Anything between 2 sets of double-quotes is not formatted.
 

Once you have read through this, test your formatting skills in the SandBox.

1. Text Formatting


**I'm bold**
I'm bold

//I'm italic text!//
I'm italic text!

And I'm __underlined__!
And I'm underlined!

##monospace text##
monospace text

''highlight text'' (using 2 single-quotes)
highlight text

++Strike through text++
Strike through text

Press #%ANY KEY#%
Press ANY KEY

@@Center text@@
Center text

2. Headers


Use between five = (for the biggest header) and two = (for the smallest header) on both sides of a text to render it as a header.

====== Really big header ======

Really big header


===== Rather big header =====

Rather big header


==== Medium header ====

Medium header


=== Not-so-big header ===

Not-so-big header


== Smallish header ==
Smallish header

3. Horizontal separator

----


4. Forced line break

---



5. Lists and indents


You can indent text using a ~, a tab or 4 spaces (which will auto-convert into a tab).

~This text is indented
~~This text is double-indented
    This text is also indented


This text is indented
This text is double-indented
This text is also indented

To create bulleted/ordered lists, use the following markup (you can always use 4 spaces instead of a ~):

Bulleted lists
~- Line one
~- Line two

- Line one
- Line two

Numbered lists
~1) Line one
~1) Line two

1) Line one
1) Line two

Ordered lists using uppercase characters
~A) Line one
~A) Line two

A) Line one
A) Line two

Ordered lists using lowercase characters
~a) Line one
~a) Line two

a) Line one
a) Line two

Ordered lists using roman numerals
~I) Line one
~I) Line two

I) Line one
I) Line two

Ordered lists using lowercase roman numerals
~i) Line one
~i) Line two

i) Line one
i) Line two

6. Inline comments


To format some text as an inline comment, use an indent ( ~, a tab or 4 spaces) followed by a &.

Example:

~& Comment
~~& Subcomment
~~~& Subsubcomment


7. Images


To place images on a Wiki page, you can use the image action.

Example:

{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
dvd logo

Links can be external, or internal Wiki links. You don't need to enter a link at all, and in that case just an image will be inserted. You can use the optional classes left and right to float images left and right. You don't need to use all those attributes, only url is required while alt is recommended for accessibility.

8. Links


To create a link to a wiki page you can use any of the following options:

  1. type a WikiName:

    FormattingRules
    FormattingRules

  2. add a forced link surrounding the page name by [[ and ]] (everything after the first space will be shown as description):

    [[SandBox Test your formatting skills]]
    Test your formatting skills

    [[SandBox 沙箱]]
    沙箱

  3. add an image with a link (see instructions above).

To link to external pages, you can do any of the following:

  1. type a URL inside the page:

    http://www.example.com
    http://www.example.com

  2. add a forced link surrounding the URL by [[ and ]] (everything after the first space will be shown as description):

    [[http://example.com/jenna/ Jenna's Home Page]]
    Jenna's Home Page

    [[mail@example.com Write me!]]
    Write me!

  3. add an image with a link (see instructions above);
  4. add an interwiki link (browse the list of available interwiki tags):

    WikiPedia:WikkaWiki
    WikiPedia:WikkaWiki

    Google:CSS
    Google:CSS

    Thesaurus:Happy
    Thesaurus:Happy


9. Tables


To create a table, you can use the table action.

Example:

{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}

BIG GREEN FROGS
yes yes no
no no

Note that ### must be used to indicate an empty cell.
Complex tables can also be created by embedding HTML code in a wiki page (see instructions below).

10. Colored Text


Colored text can be created using the color action:

Example:

{{color c="blue" text="This is a test."}}
This is a test.

You can also use hex values:

Example:

{{color hex="#DD0000" text="This is another test."}}
This is another test.

Alternatively, you can specify a foreground and background color using the fg and bg parameters (they accept both named and hex values):

Examples:

{{color fg="#FF0000" bg="#000000" text="This is colored text on colored background"}}
This is colored text on colored background

{{color fg="lightgreen" bg="black" text="This is colored text on colored background"}}
This is colored text on colored background


11. Floats


To create a left floated box, use two < characters before and after the block.

Example:

<<Some text in a left-floated box hanging around<< Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.

Some text in a left-floated box hanging around
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.

 
To create a right floated box, use two > characters before and after the block.

Example:

>>Some text in a right-floated box hanging around>> Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.

Some text in a right-floated box hanging around
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.

 
Use ::c:: to clear floated blocks.

12. Code formatters


You can easily embed code blocks in a wiki page using a simple markup. Anything within a code block is displayed literally.
To create a generic code block you can use the following markup:

%% This is a code block %%.

 This is a code block 


To create a code block with syntax highlighting, you need to specify a code formatter (see below for a list of available code formatters).

%%(php)
<?php
echo "Hello, World!";
?>
%%

<?php
echo "Hello, World!";
?>


You can also specify an optional starting line number.

%%(php;15)
<?php
echo "Hello, World!";
?>
%%

  1. <?php
  2. echo "Hello, World!";
  3. ?>


If you specify a filename, this will be used for downloading the code.

%%(php;15;test.php)
<?php
echo "Hello, World!";
?>
%%

test.php (line 15)
  1. <?php
  2. echo "Hello, World!";
  3. ?>


List of available code formatters:
LANGUAGE FORMATTER LANGUAGE FORMATTER LANGUAGE FORMATTER
Actionscript actionscript ADA ada Apache Log apache
AppleScript applescript ASM asm ASP asp
AutoIT autoit Bash bash BlitzBasic blitzbasic
C c C for Macs c_mac c# csharp
C++ cpp CAD DCL caddcl CadLisp cadlisp
CFDG cfdg ColdFusion cfm CSS css
D d Delphi delphi Diff-Output diff
DIV div DOS dos Eiffel eiffel
Fortran fortran FreeBasic freebasic GML gml
Groovy groovy HTML html4strict INI ini
Inno Script inno Java 5 java5 Java java
Javascript javascript Lisp lisp Lua lua
Matlab matlab Microchip Assembler mpasm Microsoft Registry reg
MySQL mysql NSIS nsis Objective C objc
OpenOffice BASIC oobas Objective Caml ocaml Objective Caml (brief) ocaml-brief
Oracle 8 oracle8 Pascal pascal Perl perl
PHP php PHP (brief) php-brief Python phyton
Q(uick)BASIC qbasic robots.txt robots Ruby ruby
SAS sas Scheme scheme sdlBasic sdlbasic
Smarty smarty SQL sql TCL/iTCL tcl
T-SQL tsql Text text VB.NET vbnet
VHDL vhdl Visual BASIC vb Visual Fox Pro visualfoxpro
WinBatch winbatch XML xml



13. Mindmaps


Wikka has native support for mindmaps. There are two options for embedding a mindmap in a wiki page.

Option 1: Upload a FreeMind file to a webserver, and then place a link to it on a wikka page:
http://yourdomain.com/freemind/freemind.mm
No special formatting is necessary.

Option 2: Paste the FreeMind data directly into a wikka page:

14. Embedded HTML


You can easily paste HTML in a wiki page by wrapping it into two sets of doublequotes.

""[html code]""

Examples:

""y = x<sup>n+1</sup>""
y = xn+1

""<acronym title="Cascade Style Sheet">CSS</acronym>""
CSS

By default, some HTML tags are removed by the SafeHTML parser to protect against potentially dangerous code. The list of tags that are stripped can be found on the Wikka:SafeHTML page.

It is possible to allow all HTML tags to be used, see Wikka:UsingHTML for more information.


CategoryWiki
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.3
Page was generated in 0.7214 seconds