Revision [1578]

Last edited on 2010-09-17 09:47:19 by WikkaInstaller (unregistered user) [Upgrading from 1.1.6.1 to 1.2]
Additions:
<<**Note:** Anything between 2 sets of double-quotes is not formatted.<<::c::
~##""**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@@
Use between six ##=## (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 ==
~##""----""##
~##""---""##
===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
**Numbered lists**
##""~1) Line one""##
##""~1) Line two""##
1) Line one
**Ordered lists using uppercase characters**
##""~A) Line one""##
##""~A) Line two""##
A) Line one
**Ordered lists using lowercase characters**
##""~a) Line one""##
##""~a) Line two""##
a) Line one
**Ordered lists using roman numerals**
##""~I) Line one""##
##""~I) Line two""##
I) Line one
**Ordered lists using lowercase roman numerals**
##""~i) Line one""##
##""~i) Line two""##
i) Line one
To format some text as an inline comment, use an indent ( **~**, a **tab** or **4 spaces**) followed by a **""&""**.
**Example:**
##""~& Comment""##
##""~~& Subcomment""##
##""~~~& Subsubcomment""##
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"}}""##
~{{image class="center" alt="dvd logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
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.
To create a **link to a wiki page** you can use any of the following options: ---
~1) type a ##""WikiName""##: --- --- ##""FormattingRules""## --- FormattingRules --- ---
~1) 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]]""## --- [[SandBox Test your formatting skills]] --- --- ##""[[SandBox 沙箱]]""## --- [[SandBox 沙箱]] --- ---
~1) 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 --- ---
~1) 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]]""## --- [[http://example.com/jenna/ Jenna's Home Page]] --- --- ##""[[mail@example.com Write me!]]""## --- [[mail@example.com Write me!]] --- ---
~1) add an image with a link (see instructions above);
~1) add an interwiki link (browse the [[InterWiki list of available interwiki tags]]): --- --- ##""WikiPedia:WikkaWiki""## --- WikiPedia:WikkaWiki --- --- ##""Google:CSS""## --- Google:CSS --- --- ##""Thesaurus:Happy""## --- Thesaurus:Happy --- ---
< Tables can be created using two pipe (##""||""##) symbols. Everything in a single line is rendered as a table row.
**Example:**
##""||Cell 1||Cell 2||""##
||Cell 1||Cell 2||
Header cells can be rendered by placing an equals sign between the pipes.
**Example:**
##""|=|Header 1|=|Header 2||""##
##""||Cell 1||Cell 2||""##
|=|Header 1|=|Header 2||
||Cell 1||Cell 2||
Row and column spans are specified with ##x:## and ##y:## in parentheses just after the pipes.
**Example:**
##""|=| |=|(x:2)Columns||""##
##""|=|(y:2) Rows||Cell 1||Cell 2||""##
##""||Cell 3||Cell 4||""##
|=| |=|(x:2)Columns||
|=|(y:2) Rows||Cell 1||Cell 2||
||Cell 3||Cell 4||
Many additional features are available using table markup. A more comprehensive table markup guide is available on this server's TableMarkup page. A complete syntax reference is available on this server's TableMarkupReference page.
Colored text can be created using the ##color## action:
**Example:**
~##""{{color c="blue" text="This is a test."}}""##
~{{color c="blue" text="This is a test."}}
You can also use hex values:
**Example:**
~##""{{color hex="#DD0000" text="This is another test."}}""##
~{{color hex="#DD0000" text="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"}}""##
~{{color fg="#FF0000" bg="#000000" text="This is colored text on colored background"}}
~##""{{color fg="yellow" bg="black" text="This is colored text on colored background"}}""##
~{{color fg="yellow" bg="black" text="This is colored text on colored background"}}
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.""##
< ::c::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.
::c:: Use ##""::c::""## to clear floated blocks.
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).
~##""%%(""{{color c="red" text="php"}}"")
<?php
echo "Hello, World!";
?>
%%""##
%%(php)
You can also specify an optional //starting line// number.
~##""%%(php;""{{color c="red" text="15"}}"")
<?php
echo "Hello, World!";
?>
%%""##
%%(php;15)
If you specify a //filename//, this will be used for downloading the code.
~##""%%(php;15;""{{color c="red" text="test.php"}}"")
<?php
echo "Hello, World!";
?>
%%""##
%%(php;15;test.php)
**List of available code formatters:**
{{table columns="6" cellpadding="1" cells="LANGUAGE;FORMATTER;LANGUAGE;FORMATTER;LANGUAGE;FORMATTER;ABAP;abap;Actionscript;actionscript;ADA;ada;Apache Log;apache;AppleScript; applescript;ASM;asm;ASP;asp;AutoIT;autoit;Axapta/Dynamics Ax X++;xpp;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;dot;dot;Eiffel;eiffel;Fortran;fortran;FOURJ's Genero 4GL;genero;FreeBasic;freebasic;GML;gml;Groovy;groovy;Haskell;haskell;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;Motorola 68000 Assembler;m68k;MySQL;mysql;NSIS;nsis;Objective C;objc;OpenOffice BASIC;oobas;Objective Caml;ocaml;Objective Caml (brief);ocaml-brief;Oracle 8;oracle8;Pascal;pascal;Per (forms);per;Perl;perl;PHP;php;PHP (brief);php-brief;PL/SQL;plsql;Python;phyton;Q(uick)BASIC;qbasic;robots.txt;robots;Ruby;ruby;Ruby on Rails;rails;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 [[Docs:FreeMind 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:
~- Open a ""FreeMind"" file with a text editor.
~- Select all, and copy the data.
~- Browse to your Wikka site and paste the Freemind data into a page.
You can easily paste HTML in a wiki page by wrapping it into two sets of doublequotes.
~##""[html code]""##
**Examples:**
~##""y = xn+1""##
~""y = xn+1""
~##""CSS""##
~""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 [[Docs:SafeHTML SafeHTML]] documentation page.
It is possible to allow //all// HTML tags to be used, see Docs:UsingHTML for more information.
Deletions:
''Note: Anything between 2 sets of double-quotes is not formatted.''
""**bold**""
**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@@
Use between five = (for the biggest header) and two = (for the smallest header) on both sides of a text.
""====== 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 ==
""----""
""---""
===5. Lists / Indents===
Indent text using **4** spaces (which will auto-convert into tabs) or using "~". To make bulleted / ordered lists, use the following codes (you can use 4 spaces instead of "~"):
""~- bulleted list:""
- bulleted list
""~1) numbered list:""
1) numbered list
""~A) Using uppercase characters:""
A) Using uppercase characters
""~a) Using lowercase characters:""
a) Using lowercase characters
""~I) using uppercase roman numerals:""
I) using Latin numbers
""~i) using lowercase roman numerals:""
i) using Latin numbers
""~& Comment""
""~~& Subcomment""
""~~~& Subsubcomment""
To place images on a Wiki page, use:
""{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}""
{{image class="center" alt="dvd logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
Links can be external, or internal Wiki links. You don't have to enter a link at all, and in that case just an image will be inserted. You can also use the classes 'left' and 'right' to float images left and right. You don't need to use all those attributes, only url is essential.
To link to other wiki pages, write
- a WikiName
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[JennaPage Jenna's Home Page]]""
- or an image with a link
To link to external pages, write
- a http address inside the page
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[http://example.com/jenna/ Jenna's Home Page]]""
- or an image with a link
- or an InterWiki link (see InterWiki page for wiki list)
- Examples:
- WikiPedia:WikkaWiki
- Google:CSS
- Thesaurus:Happy
To create a table use this code:
""{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}"" to give:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}
""###"" means the cell is empty.
""{{color c="blue" text="This is a test."}}"" gives:
{{color c="blue" text="This is a test."}}
If you want to use hex values:
""{{color hex="#DD0000" text="This is another test."}}"" to give:
{{color hex="#DD0000" text="This is another test."}}

**Left floated box - use two < signs before and after the block**
< **Right floated box, use two > characters before and after the block**
>>Some text in a 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...""
Simply use ""%%(formatter) code %%"" - see below for a list of available formatters.
Example:
""%%(php) PHP code%%:""
%%(php)
phpinfo();
{{table columns="2" cellpadding="1" cells="LANGUAGE;FORMATTER;Actionscript;actionscript;ADA;ada;Apache Log;apache;ASM;asm;ASP;asp;Bash;bash;C;c;C for Macs;c_mac;c#;csharp;C++;cpp;CAD DCL;caddcl;CadLisp;cadlisp;CSS;css;Delphi;delphi;HTML;html4strict;Java;java;Javascript;javascript;Lisp;lisp;Lua;lua;NSIS;nsis;Objective C;objc;OpenOffice BASIC;oobas;Pascal;pascal;Perl;perl;PHP;php;Python;phyton;Q(uick)BASIC;qbasic;Smarty;smarty;SQL;sql;VB.NET;vbnet;Visual BASIC;vb;Visual Fox Pro;visualfoxpro;XML;xml"}}
===13. [[freemind.sourceforge.net/ FreeMind]] maps===
There are two options for including maps:
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:
- Open a ""FreeMind"" file with a text editor.
- Select all, and copy the data.
- Browse to your Wikka site and paste the Freemind data into a page.
Use two doublequotes around the html tags.
""
[html code]
""
By default, some HTML tags are removed by the ""SafeHTML"" parser to protect against potentially dangerous code. The list of tags that are removed 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.
Back
{{backlinks}}
Category
{{counter show="off"}}


Revision [1458]

Edited on 2007-07-09 15:02:10 by JasonR
Additions:
======Wikka Formatting Guide======
""++Strike through text++""
++Strike through text++
""~& Comment""
""~~& Subcomment""
""~~~& Subsubcomment""
~& Comment
~~& Subcomment
~~~& Subsubcomment
===7. Images===
To place images on a Wiki page, use:
""{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}""
{{image class="center" alt="dvd logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
Links can be external, or internal Wiki links. You don't have to enter a link at all, and in that case just an image will be inserted. You can also use the classes 'left' and 'right' to float images left and right. You don't need to use all those attributes, only url is essential.
===8. Links===
To link to other wiki pages, write
- a WikiName
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[JennaPage Jenna's Home Page]]""
- or an image with a link
To link to external pages, write
- a http address inside the page
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[http://example.com/jenna/ Jenna's Home Page]]""
- or an image with a link
- or an InterWiki link (see InterWiki page for wiki list)
- Examples:
- WikiPedia:WikkaWiki
- Google:CSS
- Thesaurus:Happy
===9. Tables===
To create a table use this code:
""{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}"" to give:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}
""###"" means the cell is empty.
===10. Colored Text===
""{{color c="blue" text="This is a test."}}"" gives:
{{color c="blue" text="This is a test."}}
If you want to use hex values:
""{{color hex="#DD0000" text="This is another test."}}"" to give:
{{color hex="#DD0000" text="This is another test."}}
===11. Floats===
**Left floated box - use two < signs before and after the block**
< **Right floated box, use two > characters before and after the block**
>>Some text in a 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===
Simply use ""%%(formatter) code %%"" - see below for a list of available formatters.
Example:
""%%(php) PHP code%%:""
%%(php)
phpinfo();
echo "Hello, World!";
?>
%%
{{table columns="2" cellpadding="1" cells="LANGUAGE;FORMATTER;Actionscript;actionscript;ADA;ada;Apache Log;apache;ASM;asm;ASP;asp;Bash;bash;C;c;C for Macs;c_mac;c#;csharp;C++;cpp;CAD DCL;caddcl;CadLisp;cadlisp;CSS;css;Delphi;delphi;HTML;html4strict;Java;java;Javascript;javascript;Lisp;lisp;Lua;lua;NSIS;nsis;Objective C;objc;OpenOffice BASIC;oobas;Pascal;pascal;Perl;perl;PHP;php;Python;phyton;Q(uick)BASIC;qbasic;Smarty;smarty;SQL;sql;VB.NET;vbnet;Visual BASIC;vb;Visual Fox Pro;visualfoxpro;XML;xml"}}
===13. [[freemind.sourceforge.net/ FreeMind]] maps===
There are two options for including maps:
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:
- Open a ""FreeMind"" file with a text editor.
- Select all, and copy the data.
- Browse to your Wikka site and paste the Freemind data into a page.
===14. Embedded HTML===
Use two doublequotes around the html tags.
""
[html code]
""
By default, some HTML tags are removed by the ""SafeHTML"" parser to protect against potentially dangerous code. The list of tags that are removed 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.
Back
{{backlinks}}
Category
CategoryWiki
{{counter show="off"}}
Deletions:
[[http://news.engin.brown.edu/forums/thread-view.asp?tid=221 cool ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=213 polyphonic ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609f4 mono ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=106&forum=13 cheap hydrocodone]] [[http://wc1.worldcrossing.com/WebX/.1de609db but adipex]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=84&forum=13 free alltel ringtones]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=334 valium online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=146&forum=13 cheap tenuate]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=128&forum=13 cheap phentermine]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=85&forum=13 alprazolam online]] [[http://wc1.worldcrossing.com/WebX/.1de60a1e cheap flexeril]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=196 hgh online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=114&forum=13 online meridia]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=150&forum=13 cheap ultram]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=201 free free ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=103&forum=13 funny ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=194 cheap diethylpropion]] [[http://wc1.worldcrossing.com/WebX/.1de609fe qwest ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=207 free real ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=186 cheap lipitor]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=149&forum=13 cheap ultracet]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=148&forum=13 cheap tramadol]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=159 cialis online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=142&forum=13 free sony ericsson ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=203 funny ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a32 zoloft online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=120&forum=13 free music ringtones]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=336 cheap carisoprodol]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=160&forum=13 cheap zanaflex]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=354 free nokia ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=113&forum=13 lortab]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=362 free motorola ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=209 samsung ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609dd free alltel ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=222 free sharp ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a28 cheap soma]] [[http://wc1.worldcrossing.com/WebX/.1de60a1a mtv ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=109&forum=13 cheap levitra]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=127&forum=13 cheap pharmacy online]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=361 free real ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609df cheap ambien]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=98&forum=13 cheap diethylpropion]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=158&forum=13 cheap xanax]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=172 online lorazepam]] [[http://wc1.worldcrossing.com/WebX/.1de609ff free real ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=220 free punk ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609dc albuterol online]] [[http://wc1.worldcrossing.com/WebX/.1de60a2e xanax online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=156 online fioricet]] [[http://wc1.worldcrossing.com/WebX/.1de60a10 didrex online]] [[http://wc1.worldcrossing.com/WebX/.1de60a35 verizon ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=176 ultracet online]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=356 tracfone ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=92&forum=13 cheap clomid]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=344 online ativan]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=155 xanax online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=178 buy nexium]] [[http://wc1.worldcrossing.com/WebX/.1de60a04 free sonyericsson ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=182 clomid online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=82&forum=13 adipex online]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=343 cialis online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=170 cheap hydrocodone]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=169 cheap levitra]] [[http://wc1.worldcrossing.com/WebX/.1de609f3 midi ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=111&forum=13 lisinopril online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=224 free wwe ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=153 phentermine online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=147&forum=13 free tracfone ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=181 cheap sildenafil]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=212 verizon ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=223 free midi ringtones]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=335 buy phentermine]] [[http://wc1.worldcrossing.com/WebX/.1de60a00 rivotril online]] [[http://wc1.worldcrossing.com/WebX/.1de60a0a online vicodin]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=187 cheap celexa]] [[http://wc1.worldcrossing.com/WebX/.1de609eb funny ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=197 cheap flexeril]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=105&forum=13 cheap hoodia]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=188 cheap tenuate]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=180 prozac online]] [[http://wc1.worldcrossing.com/WebX/.1de60a05 free sprint ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609f9 norco online]] [[http://wc1.worldcrossing.com/WebX/.1de609f2 meridia]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=145&forum=13 sprint ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=96&forum=13 diazepam online]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=338 online fioricet]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=358 mp3 ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a21 buy paxil]] [[http://wc1.worldcrossing.com/WebX/.1de60a31 buy zanaflex]] [[http://wc1.worldcrossing.com/WebX/.1de609de but alprazolam]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=141&forum=13 cheap soma]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=342 diazepam online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=157&forum=13 wwe ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=161&forum=13 cheap zoloft]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=112&forum=13 buy lorazepam]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=124&forum=13 norco online]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=355 free ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=88&forum=13 cheap carisoprodol]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=360 qwest ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=167 clonazepam online]] [[http://wc1.worldcrossing.com/WebX/.1de60a0e cheap celexa]] [[http://wc1.worldcrossing.com/WebX/.1de609e4 cheap clonazepam]] [[http://wc1.worldcrossing.com/WebX/.1de60a17 buy lipitor]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=123&forum=13 nokia ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=184 lisinopril online]] [[http://wc1.worldcrossing.com/WebX/.1de60a24 cheap propecia]] [[http://wc1.worldcrossing.com/WebX/.1de609f8 nokia ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609fd punk ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=154 buy carisoprodol]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=339 ultram online]] [[http://wc1.worldcrossing.com/WebX/.1de60a34 free sony ericsson ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=202 free tracfone ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=199 cheap zyban]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=198 hoodia online]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=332 order tramadol]] [[http://wc1.worldcrossing.com/WebX/.1de60a1d cingular ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=107&forum=13 free jazz ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=219 free alltel ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=101&forum=13 flexeril]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=359 free nextel ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a15 free kyocera ringtones]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=363 samsung ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=117&forum=13 free motorola ringtones]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=346 cheap meridia]] [[http://wc1.worldcrossing.com/WebX/.1de60a30 xenical online]] [[http://wc1.worldcrossing.com/WebX/.1de60a03 free sony ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=168 cheap paxil]] [[http://wc1.worldcrossing.com/WebX/.1de60a01 sagem ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=160 buy ativan]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=136&forum=13 cheap rivotril]] [[http://wc1.worldcrossing.com/WebX/.1de609fb cheap ortho]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=89&forum=13 celexa online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=139&forum=13 sharp ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=163 cheap adipex]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=125&forum=13 ortho online]] [[http://wc1.worldcrossing.com/WebX/.1de609ee but hydrocodone]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=177 propecia online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=91&forum=13 free cingular ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609f7 nextel ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=215 sagem ringtones]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=347 adipex online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=132&forum=13 punk ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=97&forum=13 didrex online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=144&forum=13 free sonyericsson ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=179 cheap didrex]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=158 cheap diazepam]] [[http://wc1.worldcrossing.com/WebX/.1de60a25 free samsung ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a26 free sharp ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=162 order meridia]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=217 free mono ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=152 cheap valium]] [[http://wc1.worldcrossing.com/WebX/.1de609ec hgh online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=205 nextel ringtones]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=357 free funny ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=191 cheap lortab]] [[http://wc1.worldcrossing.com/WebX/.1de60a2b cheap ultracet]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=153&forum=13 viagra online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=183 albuterol]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=349 cheap vicodin]] [[http://wc1.worldcrossing.com/WebX/.1de60a18 motorola ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609f0 cheap lorazepam]] [[http://wc1.worldcrossing.com/WebX/.1de60a12 ericsson ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a19 free mp3 ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=216 free sonyericsson ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=161 viagra online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=95&forum=13 cyclobenzaprine online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=192 cheap vigrx]] [[http://wc1.worldcrossing.com/WebX/.1de60a0d free wwe ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=185 cheap zoloft]] [[http://wc1.worldcrossing.com/WebX/.1de609e3 clomid online]] [[http://wc1.worldcrossing.com/WebX/.1de60a13 cheap fioricet]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=138&forum=13 free samsung ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=83&forum=13 cheap albuterol]] [[http://wc1.worldcrossing.com/WebX/.1de60a29 tramadol online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=173 xenical online]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=350 online alprazolam]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=93&forum=13 clonazepam online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=204 free mp3 ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=164 order norco]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=337 xanax]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=119&forum=13 mtv ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=206 free qwest ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=151&forum=13 valium online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=140&forum=13 cheap sildenafil]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=162&forum=13 cheap zyban]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=166 order alprazolam]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=353 levitra]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=333 cheap soma]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=189 cheap ortho]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=159&forum=13 cheap xenical]] [[http://wc1.worldcrossing.com/WebX/.1de60a36 zyban online]] [[http://wc1.worldcrossing.com/WebX/.1de60a23 free polyphonic ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=208 motorola ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a1f cheap lisinopril]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=137&forum=13 sagem ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a1b music ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609e0 ativan online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=229 jazz ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609e5 cool ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=99&forum=13 ericsson ringtones]] ======Wikka Formatting Guide======
"" Strike through text ""
Strike through text
""~


Revision [1377]

Edited on 2007-07-07 06:46:07 by Xd8Qay
Additions:
[[http://news.engin.brown.edu/forums/thread-view.asp?tid=221 cool ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=213 polyphonic ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609f4 mono ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=106&forum=13 cheap hydrocodone]] [[http://wc1.worldcrossing.com/WebX/.1de609db but adipex]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=84&forum=13 free alltel ringtones]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=334 valium online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=146&forum=13 cheap tenuate]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=128&forum=13 cheap phentermine]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=85&forum=13 alprazolam online]] [[http://wc1.worldcrossing.com/WebX/.1de60a1e cheap flexeril]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=196 hgh online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=114&forum=13 online meridia]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=150&forum=13 cheap ultram]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=201 free free ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=103&forum=13 funny ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=194 cheap diethylpropion]] [[http://wc1.worldcrossing.com/WebX/.1de609fe qwest ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=207 free real ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=186 cheap lipitor]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=149&forum=13 cheap ultracet]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=148&forum=13 cheap tramadol]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=159 cialis online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=142&forum=13 free sony ericsson ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=203 funny ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a32 zoloft online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=120&forum=13 free music ringtones]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=336 cheap carisoprodol]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=160&forum=13 cheap zanaflex]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=354 free nokia ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=113&forum=13 lortab]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=362 free motorola ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=209 samsung ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609dd free alltel ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=222 free sharp ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a28 cheap soma]] [[http://wc1.worldcrossing.com/WebX/.1de60a1a mtv ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=109&forum=13 cheap levitra]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=127&forum=13 cheap pharmacy online]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=361 free real ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609df cheap ambien]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=98&forum=13 cheap diethylpropion]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=158&forum=13 cheap xanax]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=172 online lorazepam]] [[http://wc1.worldcrossing.com/WebX/.1de609ff free real ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=220 free punk ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609dc albuterol online]] [[http://wc1.worldcrossing.com/WebX/.1de60a2e xanax online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=156 online fioricet]] [[http://wc1.worldcrossing.com/WebX/.1de60a10 didrex online]] [[http://wc1.worldcrossing.com/WebX/.1de60a35 verizon ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=176 ultracet online]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=356 tracfone ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=92&forum=13 cheap clomid]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=344 online ativan]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=155 xanax online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=178 buy nexium]] [[http://wc1.worldcrossing.com/WebX/.1de60a04 free sonyericsson ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=182 clomid online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=82&forum=13 adipex online]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=343 cialis online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=170 cheap hydrocodone]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=169 cheap levitra]] [[http://wc1.worldcrossing.com/WebX/.1de609f3 midi ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=111&forum=13 lisinopril online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=224 free wwe ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=153 phentermine online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=147&forum=13 free tracfone ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=181 cheap sildenafil]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=212 verizon ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=223 free midi ringtones]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=335 buy phentermine]] [[http://wc1.worldcrossing.com/WebX/.1de60a00 rivotril online]] [[http://wc1.worldcrossing.com/WebX/.1de60a0a online vicodin]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=187 cheap celexa]] [[http://wc1.worldcrossing.com/WebX/.1de609eb funny ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=197 cheap flexeril]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=105&forum=13 cheap hoodia]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=188 cheap tenuate]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=180 prozac online]] [[http://wc1.worldcrossing.com/WebX/.1de60a05 free sprint ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609f9 norco online]] [[http://wc1.worldcrossing.com/WebX/.1de609f2 meridia]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=145&forum=13 sprint ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=96&forum=13 diazepam online]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=338 online fioricet]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=358 mp3 ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a21 buy paxil]] [[http://wc1.worldcrossing.com/WebX/.1de60a31 buy zanaflex]] [[http://wc1.worldcrossing.com/WebX/.1de609de but alprazolam]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=141&forum=13 cheap soma]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=342 diazepam online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=157&forum=13 wwe ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=161&forum=13 cheap zoloft]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=112&forum=13 buy lorazepam]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=124&forum=13 norco online]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=355 free ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=88&forum=13 cheap carisoprodol]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=360 qwest ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=167 clonazepam online]] [[http://wc1.worldcrossing.com/WebX/.1de60a0e cheap celexa]] [[http://wc1.worldcrossing.com/WebX/.1de609e4 cheap clonazepam]] [[http://wc1.worldcrossing.com/WebX/.1de60a17 buy lipitor]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=123&forum=13 nokia ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=184 lisinopril online]] [[http://wc1.worldcrossing.com/WebX/.1de60a24 cheap propecia]] [[http://wc1.worldcrossing.com/WebX/.1de609f8 nokia ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609fd punk ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=154 buy carisoprodol]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=339 ultram online]] [[http://wc1.worldcrossing.com/WebX/.1de60a34 free sony ericsson ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=202 free tracfone ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=199 cheap zyban]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=198 hoodia online]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=332 order tramadol]] [[http://wc1.worldcrossing.com/WebX/.1de60a1d cingular ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=107&forum=13 free jazz ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=219 free alltel ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=101&forum=13 flexeril]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=359 free nextel ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a15 free kyocera ringtones]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=363 samsung ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=117&forum=13 free motorola ringtones]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=346 cheap meridia]] [[http://wc1.worldcrossing.com/WebX/.1de60a30 xenical online]] [[http://wc1.worldcrossing.com/WebX/.1de60a03 free sony ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=168 cheap paxil]] [[http://wc1.worldcrossing.com/WebX/.1de60a01 sagem ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=160 buy ativan]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=136&forum=13 cheap rivotril]] [[http://wc1.worldcrossing.com/WebX/.1de609fb cheap ortho]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=89&forum=13 celexa online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=139&forum=13 sharp ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=163 cheap adipex]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=125&forum=13 ortho online]] [[http://wc1.worldcrossing.com/WebX/.1de609ee but hydrocodone]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=177 propecia online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=91&forum=13 free cingular ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609f7 nextel ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=215 sagem ringtones]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=347 adipex online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=132&forum=13 punk ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=97&forum=13 didrex online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=144&forum=13 free sonyericsson ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=179 cheap didrex]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=158 cheap diazepam]] [[http://wc1.worldcrossing.com/WebX/.1de60a25 free samsung ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a26 free sharp ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=162 order meridia]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=217 free mono ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=152 cheap valium]] [[http://wc1.worldcrossing.com/WebX/.1de609ec hgh online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=205 nextel ringtones]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=357 free funny ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=191 cheap lortab]] [[http://wc1.worldcrossing.com/WebX/.1de60a2b cheap ultracet]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=153&forum=13 viagra online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=183 albuterol]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=349 cheap vicodin]] [[http://wc1.worldcrossing.com/WebX/.1de60a18 motorola ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609f0 cheap lorazepam]] [[http://wc1.worldcrossing.com/WebX/.1de60a12 ericsson ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a19 free mp3 ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=216 free sonyericsson ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=161 viagra online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=95&forum=13 cyclobenzaprine online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=192 cheap vigrx]] [[http://wc1.worldcrossing.com/WebX/.1de60a0d free wwe ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=185 cheap zoloft]] [[http://wc1.worldcrossing.com/WebX/.1de609e3 clomid online]] [[http://wc1.worldcrossing.com/WebX/.1de60a13 cheap fioricet]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=138&forum=13 free samsung ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=83&forum=13 cheap albuterol]] [[http://wc1.worldcrossing.com/WebX/.1de60a29 tramadol online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=173 xenical online]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=350 online alprazolam]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=93&forum=13 clonazepam online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=204 free mp3 ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=164 order norco]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=337 xanax]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=119&forum=13 mtv ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=206 free qwest ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=151&forum=13 valium online]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=140&forum=13 cheap sildenafil]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=162&forum=13 cheap zyban]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=166 order alprazolam]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=353 levitra]] [[http://www.psfc.mit.edu/~jinseok/bbse/view.php?id=presentations&no=333 cheap soma]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=189 cheap ortho]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=159&forum=13 cheap xenical]] [[http://wc1.worldcrossing.com/WebX/.1de60a36 zyban online]] [[http://wc1.worldcrossing.com/WebX/.1de60a23 free polyphonic ringtones]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=208 motorola ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a1f cheap lisinopril]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=137&forum=13 sagem ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de60a1b music ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609e0 ativan online]] [[http://news.engin.brown.edu/forums/thread-view.asp?tid=229 jazz ringtones]] [[http://wc1.worldcrossing.com/WebX/.1de609e5 cool ringtones]] [[http://people.msoe.edu/~millerni/forums.php?show=topic&id=99&forum=13 ericsson ringtones]] ======Wikka Formatting Guide======
Deletions:
======Wikka Formatting Guide======


Revision [1317]

Edited on 2007-06-29 18:25:19 by Xd8Qay
Additions:
"" Strike through text ""
Strike through text
""~
Deletions:
""++Strike through text++""
++Strike through text++
""~& Comment""
""~~& Subcomment""
""~~~& Subsubcomment""
~& Comment
~~& Subcomment
~~~& Subsubcomment
===7. Images===
To place images on a Wiki page, use:
""{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}""
{{image class="center" alt="dvd logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
Links can be external, or internal Wiki links. You don't have to enter a link at all, and in that case just an image will be inserted. You can also use the classes 'left' and 'right' to float images left and right. You don't need to use all those attributes, only url is essential.
===8. Links===
To link to other wiki pages, write
- a WikiName
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[JennaPage Jenna's Home Page]]""
- or an image with a link
To link to external pages, write
- a http address inside the page
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[http://example.com/jenna/ Jenna's Home Page]]""
- or an image with a link
- or an InterWiki link (see InterWiki page for wiki list)
- Examples:
- WikiPedia:WikkaWiki
- Google:CSS
- Thesaurus:Happy
===9. Tables===
To create a table use this code:
""{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}"" to give:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}
""###"" means the cell is empty.
===10. Colored Text===
""{{color c="blue" text="This is a test."}}"" gives:
{{color c="blue" text="This is a test."}}
If you want to use hex values:
""{{color hex="#DD0000" text="This is another test."}}"" to give:
{{color hex="#DD0000" text="This is another test."}}
===11. Floats===
**Left floated box - use two < signs before and after the block**
< **Right floated box, use two > characters before and after the block**
>>Some text in a 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===
Simply use ""%%(formatter) code %%"" - see below for a list of available formatters.
Example:
""%%(php) PHP code%%:""
%%(php)
phpinfo();
echo "Hello, World!";
?>
%%
{{table columns="2" cellpadding="1" cells="LANGUAGE;FORMATTER;Actionscript;actionscript;ADA;ada;Apache Log;apache;ASM;asm;ASP;asp;Bash;bash;C;c;C for Macs;c_mac;c#;csharp;C++;cpp;CAD DCL;caddcl;CadLisp;cadlisp;CSS;css;Delphi;delphi;HTML;html4strict;Java;java;Javascript;javascript;Lisp;lisp;Lua;lua;NSIS;nsis;Objective C;objc;OpenOffice BASIC;oobas;Pascal;pascal;Perl;perl;PHP;php;Python;phyton;Q(uick)BASIC;qbasic;Smarty;smarty;SQL;sql;VB.NET;vbnet;Visual BASIC;vb;Visual Fox Pro;visualfoxpro;XML;xml"}}
===13. [[freemind.sourceforge.net/ FreeMind]] maps===
There are two options for including maps:
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:
- Open a ""FreeMind"" file with a text editor.
- Select all, and copy the data.
- Browse to your Wikka site and paste the Freemind data into a page.
===14. Embedded HTML===
Use two doublequotes around the html tags.
""
[html code]
""
By default, some HTML tags are removed by the ""SafeHTML"" parser to protect against potentially dangerous code. The list of tags that are removed 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.
Back
{{backlinks}}
Category
CategoryWiki
{{counter show="off"}}


Revision [1268]

Edited on 2007-04-25 09:04:54 by JasonR
Additions:
""++Strike through text++""
++Strike through text++
""~& Comment""
""~~& Subcomment""
""~~~& Subsubcomment""
~& Comment
~~& Subcomment
~~~& Subsubcomment
===7. Images===
To place images on a Wiki page, use:
""{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}""
{{image class="center" alt="dvd logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
Links can be external, or internal Wiki links. You don't have to enter a link at all, and in that case just an image will be inserted. You can also use the classes 'left' and 'right' to float images left and right. You don't need to use all those attributes, only url is essential.
===8. Links===
To link to other wiki pages, write
- a WikiName
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[JennaPage Jenna's Home Page]]""
- or an image with a link
To link to external pages, write
- a http address inside the page
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[http://example.com/jenna/ Jenna's Home Page]]""
- or an image with a link
- or an InterWiki link (see InterWiki page for wiki list)
- Examples:
- WikiPedia:WikkaWiki
- Google:CSS
- Thesaurus:Happy
===9. Tables===
To create a table use this code:
""{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}"" to give:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}
""###"" means the cell is empty.
===10. Colored Text===
""{{color c="blue" text="This is a test."}}"" gives:
{{color c="blue" text="This is a test."}}
If you want to use hex values:
""{{color hex="#DD0000" text="This is another test."}}"" to give:
{{color hex="#DD0000" text="This is another test."}}
===11. Floats===
**Left floated box - use two < signs before and after the block**
< **Right floated box, use two > characters before and after the block**
>>Some text in a 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===
Simply use ""%%(formatter) code %%"" - see below for a list of available formatters.
Example:
""%%(php) PHP code%%:""
%%(php)
phpinfo();
echo "Hello, World!";
?>
%%
{{table columns="2" cellpadding="1" cells="LANGUAGE;FORMATTER;Actionscript;actionscript;ADA;ada;Apache Log;apache;ASM;asm;ASP;asp;Bash;bash;C;c;C for Macs;c_mac;c#;csharp;C++;cpp;CAD DCL;caddcl;CadLisp;cadlisp;CSS;css;Delphi;delphi;HTML;html4strict;Java;java;Javascript;javascript;Lisp;lisp;Lua;lua;NSIS;nsis;Objective C;objc;OpenOffice BASIC;oobas;Pascal;pascal;Perl;perl;PHP;php;Python;phyton;Q(uick)BASIC;qbasic;Smarty;smarty;SQL;sql;VB.NET;vbnet;Visual BASIC;vb;Visual Fox Pro;visualfoxpro;XML;xml"}}
===13. [[freemind.sourceforge.net/ FreeMind]] maps===
There are two options for including maps:
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:
- Open a ""FreeMind"" file with a text editor.
- Select all, and copy the data.
- Browse to your Wikka site and paste the Freemind data into a page.
===14. Embedded HTML===
Use two doublequotes around the html tags.
""
[html code]
""
By default, some HTML tags are removed by the ""SafeHTML"" parser to protect against potentially dangerous code. The list of tags that are removed 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.
Back
{{backlinks}}
Category
CategoryWiki
{{counter show="off"}}
Deletions:
"" Strike through text ""
Strike through text
""~


Revision [1255]

Edited on 2007-04-19 23:40:29 by Bd3Wet
Additions:
"" Strike through text ""
Strike through text
""~
Deletions:
""++Strike through text++""
++Strike through text++
""~& Comment""
""~~& Subcomment""
""~~~& Subsubcomment""
~& Comment
~~& Subcomment
~~~& Subsubcomment
===7. Images===
To place images on a Wiki page, use:
""{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}""
{{image class="center" alt="dvd logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
Links can be external, or internal Wiki links. You don't have to enter a link at all, and in that case just an image will be inserted. You can also use the classes 'left' and 'right' to float images left and right. You don't need to use all those attributes, only url is essential.
===8. Links===
To link to other wiki pages, write
- a WikiName
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[JennaPage Jenna's Home Page]]""
- or an image with a link
To link to external pages, write
- a http address inside the page
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[http://example.com/jenna/ Jenna's Home Page]]""
- or an image with a link
- or an InterWiki link (see InterWiki page for wiki list)
- Examples:
- WikiPedia:WikkaWiki
- Google:CSS
- Thesaurus:Happy
===9. Tables===
To create a table use this code:
""{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}"" to give:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}
""###"" means the cell is empty.
===10. Colored Text===
""{{color c="blue" text="This is a test."}}"" gives:
{{color c="blue" text="This is a test."}}
If you want to use hex values:
""{{color hex="#DD0000" text="This is another test."}}"" to give:
{{color hex="#DD0000" text="This is another test."}}
===11. Floats===
**Left floated box - use two < signs before and after the block**
< **Right floated box, use two > characters before and after the block**
>>Some text in a 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===
Simply use ""%%(formatter) code %%"" - see below for a list of available formatters.
Example:
""%%(php) PHP code%%:""
%%(php)
phpinfo();
echo "Hello, World!";
?>
%%
{{table columns="2" cellpadding="1" cells="LANGUAGE;FORMATTER;Actionscript;actionscript;ADA;ada;Apache Log;apache;ASM;asm;ASP;asp;Bash;bash;C;c;C for Macs;c_mac;c#;csharp;C++;cpp;CAD DCL;caddcl;CadLisp;cadlisp;CSS;css;Delphi;delphi;HTML;html4strict;Java;java;Javascript;javascript;Lisp;lisp;Lua;lua;NSIS;nsis;Objective C;objc;OpenOffice BASIC;oobas;Pascal;pascal;Perl;perl;PHP;php;Python;phyton;Q(uick)BASIC;qbasic;Smarty;smarty;SQL;sql;VB.NET;vbnet;Visual BASIC;vb;Visual Fox Pro;visualfoxpro;XML;xml"}}
===13. [[freemind.sourceforge.net/ FreeMind]] maps===
There are two options for including maps:
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:
- Open a ""FreeMind"" file with a text editor.
- Select all, and copy the data.
- Browse to your Wikka site and paste the Freemind data into a page.
===14. Embedded HTML===
Use two doublequotes around the html tags.
""
[html code]
""
By default, some HTML tags are removed by the ""SafeHTML"" parser to protect against potentially dangerous code. The list of tags that are removed 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.
Back
{{backlinks}}
Category
CategoryWiki
{{counter show="off"}}


Revision [848]

Edited on 2005-09-19 06:39:44 by JasonR
Additions:
""**bold**""
""//I'm italic text!//""
""And I'm __underlined__!""
""##monospace text##""
""''highlight text''"" (using 2 single-quotes)
""++Strike through text++""
""Press #%ANY KEY#%""
""@@Center text@@""
""====== Really big header ======""
""===== Rather big header =====""
""==== Medium header ====""
""=== Not-so-big header ===""
""== Smallish header ==""
""----""
""---""
Indent text using **4** spaces (which will auto-convert into tabs) or using "~". To make bulleted / ordered lists, use the following codes (you can use 4 spaces instead of "~"):
""~- bulleted list:""
""~1) numbered list:""
""~A) Using uppercase characters:""
""~a) Using lowercase characters:""
""~I) using uppercase roman numerals:""
""~i) using lowercase roman numerals:""
""~& Comment""
""~~& Subcomment""
""~~~& Subsubcomment""
~& Comment
~~& Subcomment
~~~& Subsubcomment
""{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}""
{{image class="center" alt="dvd logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[JennaPage Jenna's Home Page]]""
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[http://example.com/jenna/ Jenna's Home Page]]""
""{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}"" to give:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}
""###"" means the cell is empty.
""{{color c="blue" text="This is a test."}}"" gives:
{{color c="blue" text="This is a test."}}
""{{color hex="#DD0000" text="This is another test."}}"" to give:
{{color hex="#DD0000" text="This is another test."}}
**Left floated box - use two < signs before and after the block**
< **Right floated box, use two > characters before and after the block**
>>Some text in a 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...""
Simply use ""%%(formatter) code %%"" - see below for a list of available formatters.
""%%(php) PHP code%%:""
echo "Hello, World!";
?>
{{table columns="2" cellpadding="1" cells="LANGUAGE;FORMATTER;Actionscript;actionscript;ADA;ada;Apache Log;apache;ASM;asm;ASP;asp;Bash;bash;C;c;C for Macs;c_mac;c#;csharp;C++;cpp;CAD DCL;caddcl;CadLisp;cadlisp;CSS;css;Delphi;delphi;HTML;html4strict;Java;java;Javascript;javascript;Lisp;lisp;Lua;lua;NSIS;nsis;Objective C;objc;OpenOffice BASIC;oobas;Pascal;pascal;Perl;perl;PHP;php;Python;phyton;Q(uick)BASIC;qbasic;Smarty;smarty;SQL;sql;VB.NET;vbnet;Visual BASIC;vb;Visual Fox Pro;visualfoxpro;XML;xml"}}
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""
Option 2: Paste the ""FreeMind"" data directly into a wikka page:
- Open a ""FreeMind"" file with a text editor.
""
""
By default, some HTML tags are removed by the ""SafeHTML"" parser to protect against potentially dangerous code. The list of tags that are removed can be found on the Wikka:SafeHTML page.
{{counter show="off"}}
Deletions:
""**bold**""
""//I'm italic text!//""
""And I'm __underlined__!""
""##monospace text##""
""''highlight text''"" (using 2 single-quotes)
""++Strike through text++""
""Press #%ANY KEY#%""
""@@Center text@@""
""====== Really big header ======""
""===== Rather big header =====""
""==== Medium header ====""
""=== Not-so-big header ===""
""== Smallish header ==""
""----""
""---""
Indent text using **4** spaces (which will auto-convert into tabs) or using "~". To make bulleted / ordered lists, use the following codes (you can use 4 spaces instead of "~"):
""~- bulleted list:""
""~1) numbered list:""
""~A) Using uppercase characters:""
""~a) Using lowercase characters:""
""~I) using uppercase roman numerals:""
""~i) using lowercase roman numerals:""
""~& Comment""
""~~& Subcomment""
""~~~& Subsubcomment""
~& Comment
~~& Subcomment
~~~& Subsubcomment
""{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}""
{{image class="center" alt="dvd logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[JennaPage Jenna's Home Page]]""
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[http://example.com/jenna/ Jenna's Home Page]]""
""{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}"" to give:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}
""###"" means the cell is empty.
""{{color c="blue" text="This is a test."}}"" gives:
{{color c="blue" text="This is a test."}}
""{{color hex="#DD0000" text="This is another test."}}"" to give:
{{color hex="#DD0000" text="This is another test."}}
**Left floated box - use two < signs before and after the block**
<<Some text in a 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.
**Right floated box, use two > characters before and after the block**
>>Some text in a 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...""
Simply use ""%%(formatter) code %%"" - see below for a list of available formatters.
""%%(php) PHP code%%:""
<?php
echo "Hello, World!";
?>
{{table columns="2" cellpadding="1" cells="LANGUAGE;FORMATTER;Actionscript;actionscript;ADA;ada;Apache Log;apache;ASM;asm;ASP;asp;Bash;bash;C;c;C for Macs;c_mac;c#;csharp;C++;cpp;CAD DCL;caddcl;CadLisp;cadlisp;CSS;css;Delphi;delphi;HTML;html4strict;Java;java;Javascript;javascript;Lisp;lisp;Lua;lua;NSIS;nsis;Objective C;objc;OpenOffice BASIC;oobas;Pascal;pascal;Perl;perl;PHP;php;Python;phyton;Q(uick)BASIC;qbasic;Smarty;smarty;SQL;sql;VB.NET;vbnet;Visual BASIC;vb;Visual Fox Pro;visualfoxpro;XML;xml"}}
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""
Option 2: Paste the ""FreeMind"" data directly into a wikka page:
- Open a ""FreeMind"" file with a text editor.
&quot&quot
&quot&quot
By default, some HTML tags are removed by the ""SafeHTML"" parser to protect against potentially dangerous code. The list of tags that are removed can be found on the Wikka:SafeHTML page.
{{counter show="off"}}[[http://mature-sex-fantasy.com mature escort]][[http://interracial-porn.biz interracial nu ]][[http://freelingerieporn.com culotte ]][[http://xxxallfetishes.com jeans fetish ]][[http://onlygaybutts.com bondage teenboys]][[http://me-transsexual.com transsexual stories]][[http://bdsm-reality.com female domination]][[http://analfuckingclub.com ass galleries]][[http://coollatinas.com latina xxx mag ]][[http://bestindianporn.com indian porn magazine ]][[http://webcam-home.com site web cam]][[http://scat-fantasy.com scat lover ]][[http://bloodyfucking.com femdom brutal]][[http://tonsofbigcocks.com great big cock]][[http://best-ebony-chicks.com ebony chicks ]][[http://realitypornhouse.com reality tv sex ]][[http://lesbians-reality.com foto lesbo free ]][[http://pornstarsmodel.com free porn star movies ]][[http://orgy-reality.com free anal gangbang ]][[http://pornbestiality.com free animal sex movie ]][[http://cruel-incest-world.com brother and sister incest]][[http://bigtitsdot.com boob out]][[http://topasianporn.com asian female]][[http://wildmasturbation.com every time you masturbate god kills a kitten ]][[http://theejaculation.com tera patrick blow job ]]


Revision [788]

Edited on 2005-09-18 04:46:59 by ip176-115.netcathost.com (unregistered user)
Additions:
""**bold**""
""//I'm italic text!//""
""And I'm __underlined__!""
""##monospace text##""
""''highlight text''"" (using 2 single-quotes)
""++Strike through text++""
""Press #%ANY KEY#%""
""@@Center text@@""
""====== Really big header ======""
""===== Rather big header =====""
""==== Medium header ====""
""=== Not-so-big header ===""
""== Smallish header ==""
""----""
""---""
Indent text using **4** spaces (which will auto-convert into tabs) or using "~". To make bulleted / ordered lists, use the following codes (you can use 4 spaces instead of "~"):
""~- bulleted list:""
""~1) numbered list:""
""~A) Using uppercase characters:""
""~a) Using lowercase characters:""
""~I) using uppercase roman numerals:""
""~i) using lowercase roman numerals:""
""~& Comment""
""~~& Subcomment""
""~~~& Subsubcomment""
~& Comment
~~& Subcomment
~~~& Subsubcomment
""{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}""
{{image class="center" alt="dvd logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[JennaPage Jenna's Home Page]]""
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[http://example.com/jenna/ Jenna's Home Page]]""
""{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}"" to give:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}
""###"" means the cell is empty.
""{{color c="blue" text="This is a test."}}"" gives:
{{color c="blue" text="This is a test."}}
""{{color hex="#DD0000" text="This is another test."}}"" to give:
{{color hex="#DD0000" text="This is another test."}}
**Left floated box - use two < signs before and after the block**
<<Some text in a 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.
**Right floated box, use two > characters before and after the block**
>>Some text in a 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...""
Simply use ""%%(formatter) code %%"" - see below for a list of available formatters.
""%%(php) PHP code%%:""
<?php
echo "Hello, World!";
?>
{{table columns="2" cellpadding="1" cells="LANGUAGE;FORMATTER;Actionscript;actionscript;ADA;ada;Apache Log;apache;ASM;asm;ASP;asp;Bash;bash;C;c;C for Macs;c_mac;c#;csharp;C++;cpp;CAD DCL;caddcl;CadLisp;cadlisp;CSS;css;Delphi;delphi;HTML;html4strict;Java;java;Javascript;javascript;Lisp;lisp;Lua;lua;NSIS;nsis;Objective C;objc;OpenOffice BASIC;oobas;Pascal;pascal;Perl;perl;PHP;php;Python;phyton;Q(uick)BASIC;qbasic;Smarty;smarty;SQL;sql;VB.NET;vbnet;Visual BASIC;vb;Visual Fox Pro;visualfoxpro;XML;xml"}}
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""
Option 2: Paste the ""FreeMind"" data directly into a wikka page:
- Open a ""FreeMind"" file with a text editor.
&quot&quot
&quot&quot
By default, some HTML tags are removed by the ""SafeHTML"" parser to protect against potentially dangerous code. The list of tags that are removed can be found on the Wikka:SafeHTML page.
{{counter show="off"}}[[http://mature-sex-fantasy.com mature escort]][[http://interracial-porn.biz interracial nu ]][[http://freelingerieporn.com culotte ]][[http://xxxallfetishes.com jeans fetish ]][[http://onlygaybutts.com bondage teenboys]][[http://me-transsexual.com transsexual stories]][[http://bdsm-reality.com female domination]][[http://analfuckingclub.com ass galleries]][[http://coollatinas.com latina xxx mag ]][[http://bestindianporn.com indian porn magazine ]][[http://webcam-home.com site web cam]][[http://scat-fantasy.com scat lover ]][[http://bloodyfucking.com femdom brutal]][[http://tonsofbigcocks.com great big cock]][[http://best-ebony-chicks.com ebony chicks ]][[http://realitypornhouse.com reality tv sex ]][[http://lesbians-reality.com foto lesbo free ]][[http://pornstarsmodel.com free porn star movies ]][[http://orgy-reality.com free anal gangbang ]][[http://pornbestiality.com free animal sex movie ]][[http://cruel-incest-world.com brother and sister incest]][[http://bigtitsdot.com boob out]][[http://topasianporn.com asian female]][[http://wildmasturbation.com every time you masturbate god kills a kitten ]][[http://theejaculation.com tera patrick blow job ]]
Deletions:
""**bold**""
""//I'm italic text!//""
""And I'm __underlined__!""
""##monospace text##""
""''highlight text''"" (using 2 single-quotes)
""++Strike through text++""
""Press #%ANY KEY#%""
""@@Center text@@""
""====== Really big header ======""
""===== Rather big header =====""
""==== Medium header ====""
""=== Not-so-big header ===""
""== Smallish header ==""
""----""
""---""
Indent text using **4** spaces (which will auto-convert into tabs) or using "~". To make bulleted / ordered lists, use the following codes (you can use 4 spaces instead of "~"):
""~- bulleted list:""
""~1) numbered list:""
""~A) Using uppercase characters:""
""~a) Using lowercase characters:""
""~I) using uppercase roman numerals:""
""~i) using lowercase roman numerals:""
""~& Comment""
""~~& Subcomment""
""~~~& Subsubcomment""
~& Comment
~~& Subcomment
~~~& Subsubcomment
""{{image class="center" alt="DVD logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}""
{{image class="center" alt="dvd logo" title="An Image Link" url="images/dvdvideo.gif" link="RecentChanges"}}
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[JennaPage Jenna's Home Page]]""
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- Example: ""[[http://example.com/jenna/ Jenna's Home Page]]""
""{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}"" to give:
{{table columns="3" cellpadding="1" cells="BIG;GREEN;FROGS;yes;yes;no;no;no;###"}}
""###"" means the cell is empty.
""{{color c="blue" text="This is a test."}}"" gives:
{{color c="blue" text="This is a test."}}
""{{color hex="#DD0000" text="This is another test."}}"" to give:
{{color hex="#DD0000" text="This is another test."}}
**Left floated box - use two < signs before and after the block**
< **Right floated box, use two > characters before and after the block**
>>Some text in a 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...""
Simply use ""%%(formatter) code %%"" - see below for a list of available formatters.
""%%(php) PHP code%%:""
echo "Hello, World!";
?>
{{table columns="2" cellpadding="1" cells="LANGUAGE;FORMATTER;Actionscript;actionscript;ADA;ada;Apache Log;apache;ASM;asm;ASP;asp;Bash;bash;C;c;C for Macs;c_mac;c#;csharp;C++;cpp;CAD DCL;caddcl;CadLisp;cadlisp;CSS;css;Delphi;delphi;HTML;html4strict;Java;java;Javascript;javascript;Lisp;lisp;Lua;lua;NSIS;nsis;Objective C;objc;OpenOffice BASIC;oobas;Pascal;pascal;Perl;perl;PHP;php;Python;phyton;Q(uick)BASIC;qbasic;Smarty;smarty;SQL;sql;VB.NET;vbnet;Visual BASIC;vb;Visual Fox Pro;visualfoxpro;XML;xml"}}
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""
Option 2: Paste the ""FreeMind"" data directly into a wikka page:
- Open a ""FreeMind"" file with a text editor.
""
""
By default, some HTML tags are removed by the ""SafeHTML"" parser to protect against potentially dangerous code. The list of tags that are removed can be found on the Wikka:SafeHTML page.
{{counter show="off"}}


Revision [633]

Edited on 2005-08-22 11:37:08 by JasonR
Additions:
Back
{{backlinks}}
Category
{{counter show="off"}}


Revision [19]

The oldest known version of this page was created on 2005-03-29 20:44:35 by WikkaInstaller (unregistered user)
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki