Revision history for FormattingRules


Revision [23757]

Last edited on 2020-04-20 16:59:51 by WikkaInstaller [Upgrading from 1.2 to 1.4.2]

No Differences

Revision [23748]

Edited on 2020-04-20 16:57:48 by WikkaInstaller [Upgrading from 1.2 to 1.4.2]

No Differences

Revision [23739]

Edited on 2020-04-20 16:56:49 by WikkaInstaller [Upgrading from 1.2 to 1.4.2]
Additions:
======Wikka Formatting Guide======---<<===General Guidelines===If a markup sequence is not in these guidelines, then it is not officially supported. Use caution when implementing markup that is not officially supported by this document, as undocumented functionality may change with version updates.--- ---Unless otherwise stated in these guidelines, all markup is line based, that is, a newline character should not intervene. These are identified as 'inline' markup.<<::c::---===Escaping Markup===---Anything between 2 sets of double-quotes is not formatted.
This is the equivalent of escaping a character(s):--- ---<<
<<In this case, the second set of ""**"" (escaped) stars will be ignored, //i.e.,// will not terminate the bold markup.--- ---You can also use double-quote escaping to avoid linking of ""CamelCase"" words, e.g.---<<
~##""""WikiWord"" is not parsed as a link""##
~""WikiWord"" is not parsed as a link
<<::c::===1. Text Formatting===---<<
~**I'm bold**
<<::c::<<
<<::c::<<
~##""__And I'm underlined!__""##
~__And I'm underlined!__
<<::c::<<
~##""##Monospace text##""##
~##Monospace text##
<<::c::<<
~##""''Highlighted text''""## (using 2 single quotes)
~''Highlighted text''
<<::c::<<
<<::c::<<
<<::c::<<
<<::c::<<
~##""#%Press any key#%""##
~#%Press any key#%
<<::c::<<
<<::c::Elides (hides) content from displaying. Eliminates trailing whitespace so there are no unsightly gaps in output. Useful for commenting Wikka markup.---<<
~##""/*Elided content (eliminates trailing whitespace)*/""##
~/*Elided content (eliminates trailing whitespace)*/
<--//there was a comment here followed by whitespace in the markup//
<<::c::Elides (hides) content from displaying. Preserves trailing
whitespace (note the gap).---<<
~##""``Elided content (preserves trailing whitespace)``""##
~``Elided content (preserves trailing whitespace)``
<<::c::---===2. Headers===---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======
<<::c::<<
~##""=====Rather big header=====""##
~=====Rather big header=====
<<::c::<<
~##""====Medium header====""##
~====Medium header====
<<::c::<<
~##""===Not-so-big header===""##
~===Not-so-big header===
<<::c::<<
~##""==Smallish header==""##
~==Smallish header==
<<::c::---===3. Horizontal separator===
---===4. Forced line break===---
~##""Line 1---Line 2""##
Line 1---Line 2
---===5. Lists and indents===---You can indent text using a tilde (~), a tab, or four spaces (which will auto-convert into a tab).---<<
##""~This text is indented<br />~~This text is double-indented<br />    This text is also indented""## <<::c::<<
<<::c::---To create bulleted/ordered lists, use the following markup (you can always use 4 spaces instead of a tilde):--- ---**Bulleted lists**---<<
<<::c::<<
<<::c::---**Numbered lists**---<<
<<::c::<<
<<::c::---**Ordered lists using uppercase characters**---<<
<<::c::<<
~A) Line one
~A) Line two
<<::c::---**Ordered lists using lowercase characters**---<<
<<::c::<<
~a) Line one
<<::c::---**Ordered lists using uppercase Roman numerals**---<<
<<::c::<<
~I) Line one
<<::c::---**Ordered lists using lowercase Roman numerals**---<<
<<::c::<<
~i) Line one
~i) Line two
<<::c::---===6. Inline comments===---To format some text as an inline comment, use an indent (tilde, tab, or four spaces) followed by a **""&""**.--- ---<<
<<::c::<<
~& Comment
~~& Subcomment
~~~& Subsubcomment
<<::c::--- ---===7. Images===---To place images on a Wiki page, you can use the ##image## action.--- ---Image 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.--- ---<<
~##""{{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"}}
<<::c::---===8. Links===---To create a ** link to a wiki page ** you can use any of the
following options:--- ---
~- Type a ##""WikiName""## (works only for page names with no whitespace): --- --- ##""FormattingRules""## --- FormattingRules --- ---
~- Add a forced link surrounding the page name by ##""[[ target URL or page | description ]]""## (everything after the | will be shown as description): --- --- ##""[[SandBox | Test
your formatting skills]]""## --- [[SandBox | Test your formatting skills]] --- --- ##""[[SandBox | 沙箱]]""## --- [[SandBox | 沙箱]] --- --- ##""[[http://docs.wikkawiki.org | Wikka documentation]]""## --- [[http://docs.wikkawiki.org | Wikka documentation]] --- --- ##""[[community@wikkawiki.org | Wikka community list]]""## --- [[community@wikkawiki.org | Wikka community list]] --- ------
~- Add an image with a link (see instructions above)
--- ---To ** link to external pages **, you can do any of the following:--- ---
~- Type a URL inside the page: --- --- ##""http://blog.wikkawiki.org""## --- http://blog.wikkawiki.org --- ---
~- Add an image with a link (see instructions above)
~- Add an interwiki link ([[InterWiki | browse the list of available interwiki tags]]): --- --- ##""WikiPedia:WikkaWiki""## --- WikiPedia:WikkaWiki --- --- ##""Google:CSS""## --- Google:CSS --- --- ##""Thesaurus:Happy""## --- Thesaurus:Happy --- ---
--- ---===9. Tables===---<<The ##table## action has been deprecated as of Wikka version 1.2 and has been replaced with the syntax that follows. Please visit the [[Docs:TableActionInfo|Wikka documentation server]] for information about the older ##table## action.<<::c::---Tables can be created using two pipe (##""||""##) symbols. Everything in a single line is rendered as a table row.--- ---**Example:**--- ---
--- ---Header cells can be rendered by placing an equals sign between the pipes.--- ---**Example:**
--- ---Row and column spans are specified with ##x:## and ##y:## in parentheses just after the pipes.--- ---**Example:**--- ---
--- ---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 the document
server [[Docs:TableMarkupReference TableMarkupReference]] page.--- ---===10. Colored Text===---Colored text can be created using the ##color## action:---<<
~##""{{color c="blue" text="This is a test"}}""##
~{{color c="blue" text="This is a test"}}
<<::c::---You can also use hex values:---<<
~##""{{color hex="#DD0000" text="This is another test"}}""##
~{{color hex="#DD0000" text="This is another test"}}
<<::c::---Alternatively, you can specify a foreground and background color using the ##fg## and ##bg## parameters (they accept both named and hex values):---<<
<<::c::<<
<<::c::--- ---===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.
::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::
** Note: 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:--- ---
---To create a ** code block with syntax highlighting **, you need to specify a // code formatter // (see below for a list of available code formatters).--- ---
--- ---You can also specify an optional // starting line // number.---
--- ---If you specify a // filename //, this will be used for downloading the code.---
--- ---
--- ---===13. Mindmaps===---Wikka has native support for [[Wikka: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.
::c::
---===14. Embedded HTML===---You can easily paste HTML in a wiki page by wrapping it into two sets of doublequotes.--- ---
<<::c::<<
<<::c::---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:
======Wikka Formatting Guide======
<<===General Guidelines===
If a markup sequence is not in these guidelines, then it is not officially supported. Use caution when implementing markup that is not officially supported by this document, as undocumented functionality may change with version updates.
Unless otherwise stated in these guidelines, all markup is line based, that is, a newline character should not intervene. These are identified as 'inline' markup.
<<::c::
===Escaping Markup===
Anything between 2 sets of double-quotes is not formatted. This is the equivalent of escaping a character(s):
In this case, the second set of ""**"" (escaped) stars will be ignored, //i.e.,// will not terminate the bold markup.
You can also use double-quote escaping to avoid linking of CamelCase words, e.g.
~##""This ""WikiWord"" is not parsed as a link""##
~This ""WikiWord"" is not parsed as a link
<<::c::
===1. Text Formatting===
~**I'm bold **
<<::c::
<<::c::
~##""And I'm __underlined__!""##
~And I'm __underlined__!
<<::c::
~##""##monospace text##""##
~##monospace text##
<<::c::
~##""''highlight text''""## (using 2 single-quotes)
~''highlight text''
<<::c::
<<::c::
<<::c::
<<::c::
~##""Press #%ANY KEY#%""##
~Press #%ANY KEY#%
<<::c::
<<::c::
~##""/* Elided content (eliminates trailing ws) */""##
~/* Elided content (eliminates trailing ws) */
~Elides (hides) content from displaying. Eliminates trailing whitespace so there are no unsightly gaps in output. Useful for commenting Wikka markup.
<<::c::
~##""`` Elided content (preserves trailing ws) ``""##
~`` Elided content (preserves trailing ws) ``
~Elides (hides) content from displaying. Preserves trailing whitespace.
<<::c::
===2. Headers===
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 ======
<<::c::
~##""===== Rather big header =====""##
~===== Rather big header =====
<<::c::
~##""==== Medium header ====""##
~==== Medium header ====
<<::c::
~##""=== Not-so-big header ===""##
~=== Not-so-big header ===
<<::c::
~##""== Smallish header ==""##
~== Smallish header ==
<<::c::
===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<br />~~This text is double-indented<br />    This text is also indented""##
<<::c::
<<::c::
To create bulleted/ordered lists, use the following markup (you can always use 4 spaces instead of a ##**~**##):
**Bulleted lists**
<<::c::
<<::c::
**Numbered lists**
<<::c::
<<::c::
**Ordered lists using uppercase characters**
<<::c::
~A) Line one
~A) Line two
<<::c::
**Ordered lists using lowercase characters**
<<::c::
~a) Line one
<<::c::
**Ordered lists using roman numerals**
<<::c::
~I) Line one
<<::c::
**Ordered lists using lowercase roman numerals**
<<::c::
~i) Line one
~i) Line two
<<::c::
===6. Inline comments===
To format some text as an inline comment, use an indent ( **~**, a **tab** or **4 spaces**) followed by a **""&""**.
<<::c::
~& Comment
~~& Subcomment
~~~& Subsubcomment
<<::c::
===7. Images===
To place images on a Wiki page, you can use the ##image## action.
~##""{{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"}}
<<::c::
Image 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""## (works only for page names with no whitespace): --- --- ##""FormattingRules""## --- FormattingRules --- ---
~1) add a forced link surrounding the page name by ##""[[""## | and ##""]]""## (everything after the | 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://blog.wikkawiki.org""## --- http://blog.wikkawiki.org --- ---
~1) add a forced link surrounding the URL by ##""[[""## | and ##""]]""## (everything after the | will be shown as description): --- --- ##""[[http://docs.wikkawiki.org|Wikka documentation]]""## --- [[http://docs.wikkawiki.org|Wikka documentation]] --- --- ##""[[community@wikkawiki.org|Wikka community list]]""## --- [[community@wikkawiki.org|Wikka community list]] --- ---
~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 --- ---
===9. Tables===
<<The ##table## action has been deprecated as of Wikka version 1.2 and has been replaced with the syntax that follows. Please visit the [[Docs:TableActionInfo | Wikka documentation server]] for information about the older ##table## action.<<::c::
Tables can be created using two pipe (##""||""##) symbols. Everything in a single line is rendered as a table row.
**Example:**
Header cells can be rendered by placing an equals sign between the pipes.
**Example:**
Row and column spans are specified with ##x:## and ##y:## in parentheses just after the pipes.
**Example:**
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.
===10. Colored Text===
Colored text can be created using the ##color## action:
~##""{{color c="blue" text="This is a test."}}""##
~{{color c="blue" text="This is a test."}}
<<::c::
You can also use hex values:
~##""{{color hex="#DD0000" text="This is another test."}}""##
~{{color hex="#DD0000" text="This is another test."}}
<<::c::
Alternatively, you can specify a foreground and background color using the ##fg## and ##bg## parameters (they accept both named and hex values):
<<::c::
<<::c::
===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.
::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.
===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:
To create a **code block with syntax highlighting**, you need to specify a //code formatter// (see below for a list of available code formatters).
You can also specify an optional //starting line// number.
If you specify a //filename//, this will be used for downloading the code.
===13. Mindmaps===
Wikka has native support for [[Wikka: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.
===14. Embedded HTML===
You can easily paste HTML in a wiki page by wrapping it into two sets of doublequotes.
<<::c::
<<::c::
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


Revision [23526]

Edited on 2016-05-20 07:38:48 by BrianKoontz [Replaces old-style internal links with new pipe-split links.]
Additions:
~1) add a forced link surrounding the page name by ##""[[""## | and ##""]]""## (everything after the | will be shown as description): --- --- ##""[[SandBox|Test your formatting skills]]""## --- [[SandBox|Test your formatting skills]] --- --- ##""[[SandBox|沙箱]]""## --- [[SandBox|沙箱]] --- ---
~1) add a forced link surrounding the URL by ##""[[""## | and ##""]]""## (everything after the | will be shown as description): --- --- ##""[[http://docs.wikkawiki.org|Wikka documentation]]""## --- [[http://docs.wikkawiki.org|Wikka documentation]] --- --- ##""[[community@wikkawiki.org|Wikka community list]]""## --- [[community@wikkawiki.org|Wikka community list]] --- ---
~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 --- ---
<<The ##table## action has been deprecated as of Wikka version 1.2 and has been replaced with the syntax that follows. Please visit the [[Docs:TableActionInfo | Wikka documentation server]] for information about the older ##table## action.<<::c::
Wikka has native support for [[Wikka:FreeMind | mindmaps]]. There are two options for embedding a mindmap in a wiki page.
Deletions:
~1) add a forced link surrounding the page name by ##""[[""## and ##""]]""## (everything after the | will be shown as description): --- --- ##""[[SandBox|Test your formatting skills]]""## --- [[SandBox|Test your formatting skills]] --- --- ##""[[SandBox|沙箱]]""## --- [[SandBox|沙箱]] --- ---
~1) add a forced link surrounding the URL by ##""[[""## and ##""]]""## (everything after the | will be shown as description): --- --- ##""[[http://docs.wikkawiki.org|Wikka documentation]]""## --- [[http://docs.wikkawiki.org|Wikka documentation]] --- --- ##""[[community@wikkawiki.org|Wikka community list]]""## --- [[community@wikkawiki.org|Wikka community list]] --- ---
~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 --- ---
<<The ##table## action has been deprecated as of Wikka version 1.2 and has been replaced with the syntax that follows. Please visit the [[Docs:TableActionInfo Wikka documentation server]] for information about the older ##table## action.<<::c::
Wikka has native support for [[Wikka:FreeMind mindmaps]]. There are two options for embedding a mindmap in a wiki page.


Revision [22693]

Edited on 2015-01-06 20:42:05 by BrianKoontz [Replaces old-style internal links with new pipe-split links.]
Deletions:
{{{toc}}}


Revision [22692]

Edited on 2015-01-06 20:41:40 by BrianKoontz [Replaces old-style internal links with new pipe-split links.]
Additions:
{{{toc}}}


Revision [22682]

Edited on 2014-12-26 21:28:47 by WikkaInstaller [Upgrading from 1.3.1 to trunk]

No Differences

Revision [21461]

Edited on 2011-04-30 07:56:57 by WikkaInstaller [Upgrading from 1.1.6.0 to 1.3.1]

No Differences

Revision [21456]

Edited on 2011-04-30 07:56:57 by WikkaInstaller [Upgrading from 1.1.6.0 to 1.3.1]

No Differences

Revision [21445]

Edited on 2011-04-30 07:55:58 by WikkaInstaller [Upgrading from 1.1.6.0 to 1.3.1]

No Differences

Revision [21434]

Edited on 2011-04-30 07:14:23 by WikkaInstaller [Upgrading from 1.1.6.0 to 1.3.1]

No Differences

Revision [21423]

Edited on 2011-04-30 07:09:31 by WikkaInstaller [Upgrading from 1.1.6.0 to 1.3.1]
Additions:
======Wikka Formatting Guide======
<<===General Guidelines===
If a markup sequence is not in these guidelines, then it is not officially supported. Use caution when implementing markup that is not officially supported by this document, as undocumented functionality may change with version updates.
Unless otherwise stated in these guidelines, all markup is line based, that is, a newline character should not intervene. These are identified as 'inline' markup.
<<::c::
===Escaping Markup===
Anything between 2 sets of double-quotes is not formatted. This is the equivalent of escaping a character(s):
<<
~##""**two bold &#34&#34**&#34&#34 stars**""##
~**two bold ""**"" stars**
<<
In this case, the second set of ""**"" (escaped) stars will be ignored, //i.e.,// will not terminate the bold markup.
You can also use double-quote escaping to avoid linking of CamelCase words, e.g.
<<
~##""This ""WikiWord"" is not parsed as a link""##
~This ""WikiWord"" is not parsed as a link
<<::c::
===1. Text Formatting===
<<
~##""**I'm bold**""##
~**I'm bold **
<<::c::
<<
~##""//I'm italic text!//""##
~//I'm italic text!//
<<::c::
<<
~##""And I'm __underlined__!""##
~And I'm __underlined__!
<<::c::
<<
~##""##monospace text##""##
~##monospace text##
<<::c::
<<
~##""''highlight text''""## (using 2 single-quotes)
~''highlight text''
<<::c::
<<
~##""++Strike through text++""##
~++Strike through text++
<<::c::
<<
~##""££Text insertion££""##
~ ££Text insertion££
<<::c::
<<
~##""¥¥Text deletion¥¥""##
~ ¥¥Text deletion¥¥
<<::c::
<<
~##""Press #%ANY KEY#%""##
~Press #%ANY KEY#%
<<::c::
<<
~##""@@Center text@@""##
~@@Center text@@
<<::c::
<<
~##""/* Elided content (eliminates trailing ws) */""##
~/* Elided content (eliminates trailing ws) */
<--//there was a comment here followed by ws in the markup//
~Elides (hides) content from displaying. Eliminates trailing whitespace so there are no unsightly gaps in output. Useful for commenting Wikka markup.
<<::c::
<<
~##""`` Elided content (preserves trailing ws) ``""##
~`` Elided content (preserves trailing ws) ``
<--//there was a comment here followed by ws in the markup//
~Elides (hides) content from displaying. Preserves trailing whitespace.
<<::c::
===2. Headers===
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 ======
<<::c::
<<
~##""===== Rather big header =====""##
~===== Rather big header =====
<<::c::
<<
~##""==== Medium header ====""##
~==== Medium header ====
<<::c::
<<
~##""=== Not-so-big header ===""##
~=== Not-so-big header ===
<<::c::
<<
~##""== Smallish header ==""##
~== Smallish header ==
<<::c::
===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<br />~~This text is double-indented<br />    This text is also indented""##
<<::c::
<<
~This text is indented
~~This text is double-indented
~This text is also indented
<<::c::
To create bulleted/ordered lists, use the following markup (you can always use 4 spaces instead of a ##**~**##):
**Bulleted lists**
<<
##""~- Line one""##
##""~- Line two""##
<<::c::
<<
~- Line one
~- Line two
<<::c::
**Numbered lists**
<<
##""~1) Line one""##
##""~1) Line two""##
<<::c::
<<
~1) Line one
~1) Line two
<<::c::
**Ordered lists using uppercase characters**
<<
##""~A) Line one""##
##""~A) Line two""##
<<::c::
<<
~A) Line one
~A) Line two
<<::c::
**Ordered lists using lowercase characters**
<<
##""~a) Line one""##
##""~a) Line two""##
<<::c::
<<
~a) Line one
~a) Line two
<<::c::
**Ordered lists using roman numerals**
<<
##""~I) Line one""##
##""~I) Line two""##
<<::c::
<<
~I) Line one
~I) Line two
<<::c::
**Ordered lists using lowercase roman numerals**
<<
##""~i) Line one""##
##""~i) Line two""##
<<::c::
<<
~i) Line one
~i) Line two
<<::c::
===6. Inline comments===
To format some text as an inline comment, use an indent ( **~**, a **tab** or **4 spaces**) followed by a **""&""**.
<<
##""~& Comment""##
##""~~& Subcomment""##
##""~~~& Subsubcomment""##
<<::c::
<<
~& Comment
~~& Subcomment
~~~& Subsubcomment
<<::c::
===7. Images===
To place images on a Wiki page, you can use the ##image## action.
<<
~##""{{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"}}
<<::c::
Image 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""## (works only for page names with no whitespace): --- --- ##""FormattingRules""## --- FormattingRules --- ---
~1) add a forced link surrounding the page name by ##""[[""## and ##""]]""## (everything after the | 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://blog.wikkawiki.org""## --- http://blog.wikkawiki.org --- ---
~1) add a forced link surrounding the URL by ##""[[""## and ##""]]""## (everything after the | will be shown as description): --- --- ##""[[http://docs.wikkawiki.org|Wikka documentation]]""## --- [[http://docs.wikkawiki.org|Wikka documentation]] --- --- ##""[[community@wikkawiki.org|Wikka community list]]""## --- [[community@wikkawiki.org|Wikka community list]] --- ---
~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 --- ---
===9. Tables===
<<The ##table## action has been deprecated as of Wikka version 1.2 and has been replaced with the syntax that follows. Please visit the [[Docs:TableActionInfo Wikka documentation server]] for information about the older ##table## action.<<::c::
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.
===10. Colored Text===
Colored text can be created using the ##color## action:
<<
~##""{{color c="blue" text="This is a test."}}""##
~{{color c="blue" text="This is a test."}}
<<::c::
You can also use hex values:
<<
~##""{{color hex="#DD0000" text="This is another test."}}""##
~{{color hex="#DD0000" text="This is another test."}}
<<::c::
Alternatively, you can specify a foreground and background color using the ##fg## and ##bg## parameters (they accept both named and hex values):
<<
~##""{{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"}}
<<::c::
<<
~##""{{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"}}
<<::c::
===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.
::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.
===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).
~##""%%(""{{color c="red" text="php"}}"")<br /><?php<br />echo "Hello, World!";<br />?><br />%%""##
%%(php)
<?php
echo "Hello, World!";
?>
%%
You can also specify an optional //starting line// number.
~##""%%(php;""{{color c="red" text="15"}}"")<br /><?php<br />echo "Hello, World!";<br />?><br />%%""##
%%(php;15)
<?php
echo "Hello, World!";
?>
%%
If you specify a //filename//, this will be used for downloading the code.
~##""%%(php;15;""{{color c="red" text="test.php"}}"")<br /><?php<br />echo "Hello, World!";<br />?><br />%%""##
%%(php;15;test.php)
<?php
echo "Hello, World!";
?>
%%
|?|List of available code formatters||
||
|=|Language|=|Formatter|=|Language|=|Formatter|=|Language|=|Formatter||
|#|
|=|Actionscript||##actionscript##|=|ABAP||##abap##|=|ADA||##ada##||
|=|Apache Log||##apache##|=|""AppleScript""||##applescript##|=|ASM||##asm##||
|=|ASP||##asp##|=|""AutoIT""||##autoit##|=|Bash||##bash##||
|=|""BlitzBasic""||##blitzbasic##|=|""Basic4GL""||##basic4gl##|=|bnf||##bnf##||
|=|C||##c##|=|C for Macs||##c_mac##|=|C#||##csharp##||
|=|C""++""||##cpp##|=|C""++"" (+QT)||##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##||
|=|""FreeBasic""||##freebasic##|=|FOURJ's Genero 4GL||##genero##|=|GML||##gml##||
|=|Groovy||##groovy##|=|Haskell||##haskell##|=|HTML||##html4strict##||
|=|INI||##ini##|=|Inno Script||##inno##|=|Io||##io##||
|=|Java 5||##java5##|=|Java||##java##|=|Javascript||##javascript##||
|=|""LaTeX""||##latex##|=|Lisp||##lisp##|=|Lua||##lua##||
|=|Matlab||##matlab##|=|mIRC Scripting||##mirc##|=|Microchip Assembler||##mpasm##||
|=|Microsoft Registry||##reg##|=|Motorola 68k 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 (FOURJ's Genero 4GL)||##per##|=|Perl||##perl##||
|=|PHP||##php##|=|PHP (brief)||##php-brief##|=|PL/SQL||##plsql##||
|=|Python||##phyton##|=|Q(uick)BASIC||##qbasic##|=|robots.txt||##robots##||
|=|Ruby on Rails||##rails##|=|Ruby||##ruby##|=|SAS||##sas##||
|=|Scheme||##scheme##|=|sdlBasic||##sdlbasic##|=|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##||
|=|X""++""||##xpp##|=|""ZiLOG"" Z80 Assembler||##z80##|=| ||
===13. Mindmaps===
Wikka has native support for [[Wikka: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.
===14. Embedded HTML===
You can easily paste HTML in a wiki page by wrapping it into two sets of doublequotes.
~##""[html code]""##
<<
~##""y = x<sup>n+1</sup>""##
~""y = x<sup>n+1</sup>""
<<::c::
<<
~##""<acronym title="Cascade Style Sheet">CSS</acronym>""##
~""<acronym title="Cascade Style Sheet">CSS</acronym>""
<<::c::
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:
<<===This page has moved===
This page can now be found on the [[Docs:FormattingRules Wikka Documentation Server]].
Thanks for updating your bookmarks!
An archive of [[http://wikkawiki.org/FormattingRules/revisions
old revisions of this page]] is still available for reference.<<
::c::
CategoryMigratedDocs


Revision [18118]

Edited on 2008-01-27 02:34:53 by DarTar [Migrated to doc server]
Additions:
<<===This page has moved===
This page can now be found on the [[Docs:FormattingRules Wikka Documentation Server]].
Thanks for updating your bookmarks!
An archive of [[http://wikkawiki.org/FormattingRules/revisions
old revisions of this page]] is still available for reference.<<
::c::
CategoryMigratedDocs
Deletions:
[[WikkaDocumentation Wikka Documentation]]
======The Wiki Formatting Guide======
<<This is the Wikka formatting guide for version ##1.1.6.0-dev## running this server. For an updated list of formatting rules available in the latest stable release (##**[[WhatsNew 1.1.6.3]]**##), please refer to [[http://demo.wikkawiki.org/FormattingRules this page]].<<::c::
===1. Text formatting===
''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@@
===2. Headers:===
Use between six = (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 ==
===3. Horizontal separator:===
""----""
===4. Forced line break:===
""---""
text before---and after a break
===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
- Line two
""~1) numbered list:""
1) numbered list
1) Line two
""~A) Using uppercase characters:""
A) Using uppercase characters
A) Line two
""~a) Using lowercase characters:""
a) Using lowercase characters
a) Line two
""~I) using uppercase roman numerals:""
I) using Latin numbers
I) Line two
""~i) using lowercase roman numerals:""
i) using Latin numbers
i) Line two
===6. Inline comments===
""~& 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. [[AddingLinks 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)
- or an image with a link
To link to external pages, write
- a http-address inside the page, eg www.google.com
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- or an image with a link
- or an InterWiki-link (see page for wiki-list)
You can also embed links via HTML (see section 14. below):
%%(html)<a href=http://google.com>Google</a>%%
""<a href=http://google.com>Google</a>""
To open a link in a new window of your browser, use:
%%(html)<a href="http://google.com" target="_blank">Google</a>%%
""<a href="http://google.com" target="blank">Google</a>""
To add a reference to a document stored on a web server via a relative path, use:
%%(html)<a href="../dirname/demo.doc">Click Here</a>%%
""<a href="../dirname/demo.doc">Click Here</a>""
To add a reference to a document stored on a web server via a relative path (and open it in a new browser window), use:
%%(html)<a href="../dirname/demo.doc" target="_blank">Click Here</a>%%
""<a href="../dirname/demo.doc" target="_blank">Click Here</a>""
===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**
<<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. This filler text is higher than the box so the next section starts on a new line below the box automatically.
**Right floated box, use two > characters before and after the block**
>>Some text in a floated box hanging around. And a little more to create a larger box. If the text in the box gets higher than the surrounding text, you'll need the "clearer" (see ""::c::"") to get new text to start on a new line //below// the box instead of next to the floated box. >>
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... as done just below""
::c::
===12. Code formatters===
Simply use ""%%(formatter[;#number]) code %%"" - for the formatters, see the list below. If you add a number and it is enabled in the config, you will have line numbers starting at #number.
{{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;html;Java;java;Javascript;javascript;Lisp;lisp;Lua;lua;NSIS;nsis;Objective C;objc;OpenOffice BASIC;oobas;Pascal;pascal;Perl;perl;PHP;php;Python;python;Q(uick)BASIC;qbasic;Smarty;smarty;SQL;sql;VB.NET;vbnet;Visual BASIC;vb;Visual Fox Pro;visualfoxpro;XML;xml"}}
With the same syntax you can also use Wikka's built-in formatters: //email//, //ini// and //code//. If you haven't installed GeSHi //php// will be formatted by Wikka's built-in formatter, too.
Take a look at SyntaxHighlighter to see some examples.
===13. FreeMind maps===
See the FreeMind page on how to include FreeMind-maps
===14. Embedded HTML===
Use two doublequotes around the html-tags. Note the limitations on UsingHTML.
===15. Converting HTML to Wiki===
Visit http://diberri.dyndns.org/html2wiki.html
It allows you to paste HTML into a textbox and it will then convert it to Wikka Wiki markup (as well as a bunch of other Wiki dialects)
CategoryDocumentation


Revision [17660]

Edited on 2007-10-16 20:00:07 by DarTar [fixing user-contributed HTML examples]
Additions:
You can also embed links via HTML (see section 14. below):
%%(html)<a href=http://google.com>Google</a>%%
""<a href=http://google.com>Google</a>""
To open a link in a new window of your browser, use:
%%(html)<a href="http://google.com" target="_blank">Google</a>%%
""<a href="http://google.com" target="blank">Google</a>""
To add a reference to a document stored on a web server via a relative path, use:
%%(html)<a href="../dirname/demo.doc">Click Here</a>%%
""<a href="../dirname/demo.doc">Click Here</a>""
To add a reference to a document stored on a web server via a relative path (and open it in a new browser window), use:
%%(html)<a href="../dirname/demo.doc" target="_blank">Click Here</a>%%
""<a href="../dirname/demo.doc" target="_blank">Click Here</a>""
Deletions:
To open a web page, use <A href=http://google.com>Google</A> ""<A href=http://google.com>Google</A>""
To open a web page in a new copy of your browser, use <A href=&quothttp://google.com&quot TARGET="_blank">Google</A> ""<A href="http://google.com" TARGET="blank">Google</A>""
**These next 2 lines will not work on this Wiki because the refered docs do not exist. This is ok; they are merely an example of //how// to do it**
To embed a reference to a document stored on a web server, use ''<A href="../dirname/demo.doc">Click Here</A>'' ""<A href="../dirname/demo.doc">Click Here</A>""
To embed a reference to a document stored on a web server (and see it in a new browser window), use ''<A href="../dirname/demo.doc" TARGET="_blank">Click Here</A>'' ""<A href="../dirname/demo.doc" TARGET="_blank">Click Here</A>""


Revision [16532]

Edited on 2007-05-07 18:43:46 by BrianKoontz [1.1.6.2->1.1.6.3]
Additions:
<<This is the Wikka formatting guide for version ##1.1.6.0-dev## running this server. For an updated list of formatting rules available in the latest stable release (##**[[WhatsNew 1.1.6.3]]**##), please refer to [[http://demo.wikkawiki.org/FormattingRules this page]].<<::c::
Deletions:
<<This is the Wikka formatting guide for version ##1.1.6.0-dev## running this server. For an updated list of formatting rules available in the latest stable release (##**[[WhatsNew 1.1.6.3]**##), please refer to [[http://demo.wikkawiki.org/FormattingRules this page]].<<::c::


Revision [16531]

Edited on 2007-05-07 18:43:21 by BrianKoontz [1.1.6.2->1.1.6.3]
Additions:
<<This is the Wikka formatting guide for version ##1.1.6.0-dev## running this server. For an updated list of formatting rules available in the latest stable release (##**[[WhatsNew 1.1.6.3]**##), please refer to [[http://demo.wikkawiki.org/FormattingRules this page]].<<::c::
Deletions:
<<This is the Wikka formatting guide for version ##1.1.6.0-dev## running this server. For an updated list of formatting rules available in the latest stable release (##**[[WhatsNew 1.1.6.2]]**##), please refer to [[http://demo.wikkawiki.org/FormattingRules this page]].<<::c::


Revision [16442]

Edited on 2007-04-19 09:18:07 by BrianKoontz [Restored]
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. [[AddingLinks 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)
- or an image with a link
To link to external pages, write
- a http-address inside the page, eg www.google.com
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- or an image with a link
- or an InterWiki-link (see page for wiki-list)
To open a web page, use <A href=http://google.com>Google</A> ""<A href=http://google.com>Google</A>""
To open a web page in a new copy of your browser, use <A href=&quothttp://google.com&quot TARGET="_blank">Google</A> ""<A href="http://google.com" TARGET="blank">Google</A>""
**These next 2 lines will not work on this Wiki because the refered docs do not exist. This is ok; they are merely an example of //how// to do it**
To embed a reference to a document stored on a web server, use ''<A href="../dirname/demo.doc">Click Here</A>'' ""<A href="../dirname/demo.doc">Click Here</A>""
To embed a reference to a document stored on a web server (and see it in a new browser window), use ''<A href="../dirname/demo.doc" TARGET="_blank">Click Here</A>'' ""<A href="../dirname/demo.doc" TARGET="_blank">Click Here</A>""
===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**
<<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. This filler text is higher than the box so the next section starts on a new line below the box automatically.
**Right floated box, use two > characters before and after the block**
>>Some text in a floated box hanging around. And a little more to create a larger box. If the text in the box gets higher than the surrounding text, you'll need the "clearer" (see ""::c::"") to get new text to start on a new line //below// the box instead of next to the floated box. >>
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... as done just below""
::c::
===12. Code formatters===
Simply use ""%%(formatter[;#number]) code %%"" - for the formatters, see the list below. If you add a number and it is enabled in the config, you will have line numbers starting at #number.
{{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;html;Java;java;Javascript;javascript;Lisp;lisp;Lua;lua;NSIS;nsis;Objective C;objc;OpenOffice BASIC;oobas;Pascal;pascal;Perl;perl;PHP;php;Python;python;Q(uick)BASIC;qbasic;Smarty;smarty;SQL;sql;VB.NET;vbnet;Visual BASIC;vb;Visual Fox Pro;visualfoxpro;XML;xml"}}
With the same syntax you can also use Wikka's built-in formatters: //email//, //ini// and //code//. If you haven't installed GeSHi //php// will be formatted by Wikka's built-in formatter, too.
Take a look at SyntaxHighlighter to see some examples.
===13. FreeMind maps===
See the FreeMind page on how to include FreeMind-maps
===14. Embedded HTML===
Use two doublequotes around the html-tags. Note the limitations on UsingHTML.
===15. Converting HTML to Wiki===
Visit http://diberri.dyndns.org/html2wiki.html
It allows you to paste HTML into a textbox and it will then convert it to Wikka Wiki markup (as well as a bunch of other Wiki dialects)
CategoryDocumentation
Deletions:
"" Strike through text ""
Strike through text
""~


Revision [16418]

Edited on 2007-04-19 08:37:54 by RdkXf5 [Restored]
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. [[AddingLinks 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)
- or an image with a link
To link to external pages, write
- a http-address inside the page, eg www.google.com
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- or an image with a link
- or an InterWiki-link (see page for wiki-list)
To open a web page, use <A href=http://google.com>Google</A> ""<A href=http://google.com>Google</A>""
To open a web page in a new copy of your browser, use <A href=&quothttp://google.com&quot TARGET="_blank">Google</A> ""<A href="http://google.com" TARGET="blank">Google</A>""
**These next 2 lines will not work on this Wiki because the refered docs do not exist. This is ok; they are merely an example of //how// to do it**
To embed a reference to a document stored on a web server, use ''<A href="../dirname/demo.doc">Click Here</A>'' ""<A href="../dirname/demo.doc">Click Here</A>""
To embed a reference to a document stored on a web server (and see it in a new browser window), use ''<A href="../dirname/demo.doc" TARGET="_blank">Click Here</A>'' ""<A href="../dirname/demo.doc" TARGET="_blank">Click Here</A>""
===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**
<<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. This filler text is higher than the box so the next section starts on a new line below the box automatically.
**Right floated box, use two > characters before and after the block**
>>Some text in a floated box hanging around. And a little more to create a larger box. If the text in the box gets higher than the surrounding text, you'll need the "clearer" (see ""::c::"") to get new text to start on a new line //below// the box instead of next to the floated box. >>
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... as done just below""
::c::
===12. Code formatters===
Simply use ""%%(formatter[;#number]) code %%"" - for the formatters, see the list below. If you add a number and it is enabled in the config, you will have line numbers starting at #number.
{{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;html;Java;java;Javascript;javascript;Lisp;lisp;Lua;lua;NSIS;nsis;Objective C;objc;OpenOffice BASIC;oobas;Pascal;pascal;Perl;perl;PHP;php;Python;python;Q(uick)BASIC;qbasic;Smarty;smarty;SQL;sql;VB.NET;vbnet;Visual BASIC;vb;Visual Fox Pro;visualfoxpro;XML;xml"}}
With the same syntax you can also use Wikka's built-in formatters: //email//, //ini// and //code//. If you haven't installed GeSHi //php// will be formatted by Wikka's built-in formatter, too.
Take a look at SyntaxHighlighter to see some examples.
===13. FreeMind maps===
See the FreeMind page on how to include FreeMind-maps
===14. Embedded HTML===
Use two doublequotes around the html-tags. Note the limitations on UsingHTML.
===15. Converting HTML to Wiki===
Visit http://diberri.dyndns.org/html2wiki.html
It allows you to paste HTML into a textbox and it will then convert it to Wikka Wiki markup (as well as a bunch of other Wiki dialects)
CategoryDocumentation


Revision [15678]

Edited on 2006-11-23 16:45:58 by BaraBara [Restored]
Additions:
<<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. This filler text is higher than the box so the next section starts on a new line below the box automatically.
>>Some text in a floated box hanging around. And a little more to create a larger box. If the text in the box gets higher than the surrounding text, you'll need the "clearer" (see ""::c::"") to get new text to start on a new line //below// the box instead of next to the floated box. >>
Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.
Deletions:
<<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. This filler text is higher than the box so the next section starts on a new line below the box automatically.
>>Some text in a floated box hanging around. And a little more to create a larger box. If the text in the box gets higher than the surrounding text, you'll need the "clearer" (see ""::c::"") to get new text to start on a new line //below// the box instead of next to the floated box. >>Some more text as a filler. Some more text as a filler. Some more text as a filler. Some more text as a filler.


Revision [15072]

Edited on 2006-08-04 06:11:01 by DarTar [minor]
Additions:
===1. Text formatting===
Deletions:
===1. TextFormatting===


Revision [15028]

Edited on 2006-08-02 11:17:29 by DarTar [adding note]
Additions:
<<This is the Wikka formatting guide for version ##1.1.6.0-dev## running this server. For an updated list of formatting rules available in the latest stable release (##**[[WhatsNew 1.1.6.2]]**##), please refer to [[http://demo.wikkawiki.org/FormattingRules this page]].<<::c::
Deletions:
<<This is a compact version without explanations and examples. Visit the related pages for more info.<<
::c::
Once you've read through this, test your formatting skills in the SandBox.


Revision [12149]

Edited on 2005-12-07 13:30:08 by NickDamoulakis [adding note]
Additions:
To open a web page, use <A href=http://google.com>Google</A> ""<A href=http://google.com>Google</A>""
To open a web page in a new copy of your browser, use <A href=&quothttp://google.com&quot TARGET="_blank">Google</A> ""<A href="http://google.com" TARGET="blank">Google</A>""
**These next 2 lines will not work on this Wiki because the refered docs do not exist. This is ok; they are merely an example of //how// to do it**
To embed a reference to a document stored on a web server, use ''<A href="../dirname/demo.doc">Click Here</A>'' ""<A href="../dirname/demo.doc">Click Here</A>""
To embed a reference to a document stored on a web server (and see it in a new browser window), use ''<A href="../dirname/demo.doc" TARGET="_blank">Click Here</A>'' ""<A href="../dirname/demo.doc" TARGET="_blank">Click Here</A>""
Deletions:
To embed a reference to a document stored on the web server, use <A href="../dir_name/demo.doc">Click Here</A> Click Here
To embed a reference to a document stored on the web server (and see it in a new browser window), use <A href="../dir_name/demo.doc" TARGET="_blank">Click Here</A> Click Here
To open a web page, use <A href=http://google.com>Google</A> Google
To open a web page in a new copy of your browser, use <A href=&quothttp://google.com" TARGET="_blank">Google</A> Google


Revision [12148]

Edited on 2005-12-07 13:25:32 by NickDamoulakis [adding note]
Additions:
- a http-address inside the page, eg www.google.com
To embed a reference to a document stored on the web server, use <A href="../dir_name/demo.doc">Click Here</A> Click Here
To embed a reference to a document stored on the web server (and see it in a new browser window), use <A href="../dir_name/demo.doc" TARGET="_blank">Click Here</A> Click Here
To open a web page, use <A href=http://google.com>Google</A> Google
To open a web page in a new copy of your browser, use <A href=&quothttp://google.com" TARGET="_blank">Google</A> Google
Deletions:
- a http-adress inside the page


Revision [12147]

Edited on 2005-12-07 13:22:27 by NickDamoulakis [adding note]
Additions:
===15. Converting HTML to Wiki===
Visit http://diberri.dyndns.org/html2wiki.html
It allows you to paste HTML into a textbox and it will then convert it to Wikka Wiki markup (as well as a bunch of other Wiki dialects)


Revision [10859]

Edited on 2005-08-28 06:40:32 by JavaWoman [more formatting tweaks - forcing whitespace with extra newlines (yuk)]
Additions:
**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. This filler text is higher than the box so the next section starts on a new line below the box automatically.
**Right floated box, use two > characters before and after the block**
>>Some text in a floated box hanging around. And a little more to create a larger box. If the text in the box gets higher than the surrounding text, you'll need the "clearer" (see ""::c::"") to get new text to start on a new line //below// the box instead of next to the floated box. >>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... as done just below""
::c::
Simply use ""%%(formatter[;#number]) code %%"" - for the formatters, see the list below. If you add a number and it is enabled in the config, you will have line numbers starting at #number.
Deletions:
**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 [;#number]) code %%"" - For the formatters, see the list below. If you add use a number and it is enabled in the config, you will have line numbers starting at #number.


Revision [10858]

Edited on 2005-08-28 06:07:36 by JavaWoman [slight reformatting]
Additions:
===2. Headers:===
text before---and after a break
Deletions:
===2. Headers:===
---


Revision [6679]

Edited on 2005-03-11 20:25:28 by BarkerJr [phyton was spelled wrong]
Additions:
{{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;html;Java;java;Javascript;javascript;Lisp;lisp;Lua;lua;NSIS;nsis;Objective C;objc;OpenOffice BASIC;oobas;Pascal;pascal;Perl;perl;PHP;php;Python;python;Q(uick)BASIC;qbasic;Smarty;smarty;SQL;sql;VB.NET;vbnet;Visual BASIC;vb;Visual Fox Pro;visualfoxpro;XML;xml"}}
Deletions:
{{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;html;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"}}


Revision [5833]

Edited on 2005-02-09 16:03:36 by JavaWoman [minor]
Additions:
With the same syntax you can also use Wikka's built-in formatters: //email//, //ini// and //code//. If you haven't installed GeSHi //php// will be formatted by Wikka's built-in formatter, too.
Deletions:
With the same syntax you can also use wikkas build-in formatters: //email//, //ini// and //code//. If you haven't installed geshi //php// will be formatted by wikkas build-in formatter, too.


Revision [5828]

Edited on 2005-02-09 15:13:38 by NilsLindenberg [line numbers]
Additions:
[[WikkaDocumentation Wikka Documentation]]
----
======The Wiki Formatting Guide======

<<This is a compact version without explanations and examples. Visit the related pages for more info.<<

::c::

Once you've read through this, test your formatting skills in the SandBox.
----
===1. TextFormatting===

''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@@

===2. Headers:===

Use between six = (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 ==

===3. Horizontal separator:===
""----""
----

===4. Forced line break:===
""---""
---
----
===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
- Line two

""~1) numbered list:""
1) numbered list
1) Line two

""~A) Using uppercase characters:""
A) Using uppercase characters
A) Line two

""~a) Using lowercase characters:""
a) Using lowercase characters
a) Line two

""~I) using uppercase roman numerals:""
I) using Latin numbers
I) Line two

""~i) using lowercase roman numerals:""
i) using Latin numbers
i) Line two

----

===6. Inline comments===

""~& 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. [[AddingLinks 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)
- or an image with a link

To link to external pages, write
- a http-adress inside the page
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- or an image with a link
- or an InterWiki-link (see page for wiki-list)

----
===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**
<<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...""

----
===12. Code formatters===

Simply use ""%%(formatter [;#number]) code %%"" - For the formatters, see the list below. If you add use a number and it is enabled in the config, you will have line numbers starting at #number.

{{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;html;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"}}

With the same syntax you can also use wikkas build-in formatters: //email//, //ini// and //code//. If you haven't installed geshi //php// will be formatted by wikkas build-in formatter, too.

Take a look at SyntaxHighlighter to see some examples.

----
===13. FreeMind maps===
See the FreeMind page on how to include FreeMind-maps

----
===14. Embedded HTML===
Use two doublequotes around the html-tags. Note the limitations on UsingHTML.

----
Deletions:
[[WikkaDocumentation Wikka Documentation]]
----
======The Wiki Formatting Guide======

<<This is a compact version without explanations and examples. Visit the related pages for more info.<<

::c::

Once you've read through this, test your formatting skills in the SandBox.
----
===1. TextFormatting===

''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@@

===2. Headers:===

Use between six = (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 ==

===3. Horizontal separator:===
""----""
----

===4. Forced line break:===
""---""
---
----
===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
- Line two

""~1) numbered list:""
1) numbered list
1) Line two

""~A) Using uppercase characters:""
A) Using uppercase characters
A) Line two

""~a) Using lowercase characters:""
a) Using lowercase characters
a) Line two

""~I) using uppercase roman numerals:""
I) using Latin numbers
I) Line two

""~i) using lowercase roman numerals:""
i) using Latin numbers
i) Line two

----

===6. Inline comments===

""~& 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. [[AddingLinks 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)
- or an image with a link

To link to external pages, write
- a http-adress inside the page
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- or an image with a link
- or an InterWiki-link (see page for wiki-list)

----
===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**
<<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...""

----
===12. Code formatters===

Simply use ""%%(formatter) code %%"" - see list below:

{{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;html;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"}}

With the same syntax you can also use wikkas build-in formatters: //email//, //ini// and //code//.

Take a look at SyntaxHighlighter to see some examples.

----
===13. FreeMind maps===
See the FreeMind page on how to include FreeMind-maps

----
===14. Embedded HTML===
Use two doublequotes around the html-tags. Note the limitations on UsingHTML.

----


Revision [5629]

Edited on 2005-02-04 18:49:21 by NilsLindenberg [little correction]
Additions:
Use between six = (for the biggest header) and two = (for the smallest header) on both sides of a text.
Deletions:
Use between five = (for the biggest header) and two = (for the smallest header) on both sides of a text.


Revision [5627]

Edited on 2005-02-04 18:48:33 by NilsLindenberg [added wikkas build-in formatters]
Additions:
With the same syntax you can also use wikkas build-in formatters: //email//, //ini// and //code//.
Take a look at SyntaxHighlighter to see some examples.


Revision [4569]

Edited on 2005-01-12 23:27:47 by DarTar [Layout + inline comments example]
Additions:
======The Wiki Formatting Guide======
===1. TextFormatting===
===2. Headers:===
===3. Horizontal separator:===
===4. Forced line break:===
===5. Lists / Indents:===
===6. Inline comments===
""~& Comment""
""~~& Subcomment""
""~~~& Subsubcomment""
~& Comment
~~& Subcomment
~~~& Subsubcomment
===7. Images:===
===8. [[AddingLinks Links]]===
===9. Tables===
===10. Colored Text===
""{{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."}}
===11. Floats===
===12. Code formatters===
Simply use ""%%(formatter) code %%"" - see list below:
===13. FreeMind maps===
===14. Embedded HTML===
Use two doublequotes around the html-tags. Note the limitations on UsingHTML.
CategoryDocumentation
Deletions:
==== ****The Wiki Formatting Guide**** ====
===TextFormatting===
===Headers:===
===Horizontal separator:===
===Forced line break:===
===Lists / Indents:===
==Images:==
==[[AddingLinks Adding Links]]==
==Tables:==
==Coloured Text:==
""{{colour c="blue" text="This is a test."}}"" gives:
{{colour c="blue" text="This is a test."}}
""{{colour hex="#DD0000" text="This is another test."}}"" to give:
{{colour hex="#DD0000" text="This is another test."}}
===Code Formatters===
simply use ""%%(formatter) code %%"" - see list below:
===FreeMind-maps===
===Html===
Use two Doublequotes around the html-tags. Note the limitations on UsingHTML.
CategoryWiki CategoryDocumentation


Revision [3864]

Edited on 2004-12-31 12:33:30 by NilsLindenberg [+html]
Additions:
===Html===
Use two Doublequotes around the html-tags. Note the limitations on UsingHTML.


Revision [3301]

Edited on 2004-12-16 11:38:48 by NilsLindenberg [restored header examples]
Additions:
""====== 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 ==


Revision [3188]

Edited on 2004-12-14 19:48:11 by NilsLindenberg [header examples deleted]
Additions:
[[WikkaDocumentation Wikka Documentation]]
Use between five = (for the biggest header) and two = (for the smallest header) on both sides of a text.
Deletions:
[[HelpInfo Wikka Documentation]]
""====== 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 ==


Revision [3033]

Edited on 2004-12-09 18:20:16 by NilsLindenberg [started making the page more compact]
Additions:
<<This is a compact version without explanations and examples. Visit the related pages for more info.<<
::c::
===TextFormatting===
''Note: Anything between 2 sets of double-quotes is not formatted.''
""**bold**""
**bold **
==[[AddingLinks Adding 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)
- or an image with a link
To link to external pages, write
- a http-adress inside the page
- or a forced link with ""[["" and ""]]"" around it (everything after the first space will be shown as description)
- or an image with a link
- or an InterWiki-link (see page for wiki-list)
{{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;html;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"}}
Deletions:
Anything between 2 sets of double-quotes is ignored and presented exactly as typed (that means the formatting commands below are ignored whenever surrounded by double double-quotes.)
===Basic formatting:===
""**I'm bold text!**""
**I'm bold text!**
===Wiki Extensions:===
{{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;html;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"}}
===Forced links:===
""[[http://wikka.jsnx.com]]""
[[http://wikka.jsnx.com]]
""[[http://wikka.jsnx.com My Wiki Site]]""
[[http://wikka.jsnx.com My Wiki Site]]
===Inter Wiki Links:===
See the InterWiki page for a full list of available engines. Here are some examples:
Wiki:InterWiki
WikiPedia:Perception
CssRef:overflow
Google:CSS
Thesaurus:Dilate
Dictionary:Dream
==Back Links==
{{backlinks}}


Revision [3027]

Edited on 2004-12-09 16:01:13 by NilsLindenberg [formatter-list added]
Additions:
===Code Formatters===
simply use ""%%(formatter) code %%"" - see list below:
{{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;html;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"}}
Deletions:
===Code Formatters:===
""%%code%%:""
%%
int main(int arc,char **argv)
{
printf("Hello, %s!
", (argc>1) ? argv[1] : "World");
return 0;
}
%%
""%%(ini) INI file contents%%:""
%%(ini)
; Menu specification file for Opera 7.0
[Version]
File Version=2
[Info] #background info
Name=Munin++ Menu
Description=Munin++ Menu
Author=NonTroppo (originally by Rijk van Geijtenbeek)
Version=1.9
%%
""%%(php) PHP code%%:""
%%(php)
<?php
phpinfo();
= "Hello, World!
";
print "";?>
%%
""%%(email) Email message%%:""
%%(email)
Hi!
>>>> My Llama loves foot massage.
>>> You really think so?
>> Yes, I know he does.
>Are you sure?
Of course, yes!
Mr. Scruff
%%


Revision [2961]

Edited on 2004-12-08 14:42:26 by DarTar [Moving FAQs to new page]
Deletions:
===FAQ:===
//Question: How do you un-WikiName a word ?//
Answer: Add two pair of double-quotes around the word: ""WikiName""
//Question: How do you get a pair of double-quotes (without any text between them) to display properly ?//
Answer: Use the entity literal ##&quot;## - ##&quot&quot;##
//Question: How does Wakka Wiki know to what URL to send a visitor to if it wasn't specified ?//
Answer: The link is to a forced WikiPage. That means a link to a page in this wiki is generated.
//Question: So why does ""[[LALA_LELE]]"" send me to http://LALA_LELE ?//
Answer: The underscore breaks things. ""[[LALALELE]]"" doesn't have this problem.


Revision [2884]

Edited on 2004-12-06 15:26:36 by NilsLindenberg [link to FreeMind]
Additions:
===FreeMind-maps===
See the FreeMind page on how to include FreeMind-maps


Revision [2883]

Edited on 2004-12-06 15:19:57 by NilsLindenberg [removed freemindmaps]
Deletions:
//Question: How do you include FreeMind maps?//
Answer 1: Upload your FreeMind file to your webserver, place a link to it on a wiki page:
""http://yourdomain.com/freemind/freemind.mm""
No special formatting is necessary.
Answer 2: There's another option if you are using Wikka. You can paste the FreeMind data into a wiki page:
- Open your FreeMind file with a text editor.
- Select all, and copy the data.
- Browse to your Wikka site and paste the data into a new page. (**Only enter FreeMind data for the page.**)
- Edit another wiki page and place a link to the page that you created above.
- But... here's the key, **on the end of the link, add /mindmap.mm**
- For example: ""http://yourdomain.com/Wikka/MyMap/mindmap.mm""
Future Answer 3: The goal is to progress the idea of answer 2, and allow for the FreeMind data to be entered on a wiki page and have that page recognized as a freemind map.


Revision [1957]

Edited on 2004-10-22 11:54:38 by NilsLindenberg [Category added]
Additions:
CategoryWiki CategoryDocumentation
Deletions:
CategoryWiki


Revision [1557]

Edited on 2004-10-03 20:26:28 by DarTar [Adding documentation link]
Additions:
[[HelpInfo Wikka Documentation]]


Revision [1155]

Edited on 2004-09-09 01:10:13 by JsnX [FreeMind hints]
Additions:
Future Answer 3: The goal is to progress the idea of answer 2, and allow for the FreeMind data to be entered on a wiki page and have that page recognized as a freemind map.


Revision [1154]

Edited on 2004-09-09 01:05:05 by JsnX [answered question about FreeMind links]
Additions:
Answer 1: Upload your FreeMind file to your webserver, place a link to it on a wiki page:
""http://yourdomain.com/freemind/freemind.mm""
No special formatting is necessary.
Answer 2: There's another option if you are using Wikka. You can paste the FreeMind data into a wiki page:
- Open your FreeMind file with a text editor.
- Select all, and copy the data.
- Browse to your Wikka site and paste the data into a new page. (**Only enter FreeMind data for the page.**)
- Edit another wiki page and place a link to the page that you created above.
- But... here's the key, **on the end of the link, add /mindmap.mm**
- For example: ""http://yourdomain.com/Wikka/MyMap/mindmap.mm""
Deletions:
Answer:


Revision [1152]

Edited on 2004-09-09 00:18:23 by RickL [added a question to the FAQs]
Additions:
==== ****The Wiki Formatting Guide**** ====

Anything between 2 sets of double-quotes is ignored and presented exactly as typed (that means the formatting commands below are ignored whenever surrounded by double double-quotes.)

Once you've read through this, test your formatting skills in the SandBox.
----
===Basic formatting:===

""**I'm bold text!**""
**I'm bold text!**

""//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@@

===Headers:===
""====== 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 ==

===Horizontal separator:===
""----""
----

===Forced line break:===
""---""
---
----
===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
- Line two

""~1) numbered list:""
1) numbered list
1) Line two

""~A) Using uppercase characters:""
A) Using uppercase characters
A) Line two

""~a) Using lowercase characters:""
a) Using lowercase characters
a) Line two

""~I) using uppercase roman numerals:""
I) using Latin numbers
I) Line two

""~i) using lowercase roman numerals:""
i) using Latin numbers
i) Line two

----
===Wiki Extensions:===

==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.

==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.

==Coloured Text:==

""{{colour c="blue" text="This is a test."}}"" gives:

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

If you want to use hex values:

""{{colour hex="#DD0000" text="This is another test."}}"" to give:

{{colour 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...""

----
===Code Formatters:===

""%%code%%:""
%%
int main(int arc,char **argv)
{
printf("Hello, %s!
", (argc>1) ? argv[1] : "World");
return 0;
}
%%

""%%(ini) INI file contents%%:""
%%(ini)
; Menu specification file for Opera 7.0

[Version]
File Version=2

[Info] #background info
Name=Munin++ Menu
Description=Munin++ Menu
Author=NonTroppo (originally by Rijk van Geijtenbeek)
Version=1.9
%%
""%%(php) PHP code%%:""
%%(php)
<?php
phpinfo();
= "Hello, World!
";
print "";?>
%%

""%%(email) Email message%%:""
%%(email)
Hi!
>>>> My Llama loves foot massage.
>>> You really think so?
>> Yes, I know he does.
>Are you sure?

Of course, yes!

Mr. Scruff
%%

----
===Forced links:===
""[[http://wikka.jsnx.com]]""
[[http://wikka.jsnx.com]]

""[[http://wikka.jsnx.com My Wiki Site]]""
[[http://wikka.jsnx.com My Wiki Site]]

----

===Inter Wiki Links:===
See the InterWiki page for a full list of available engines. Here are some examples:

Wiki:InterWiki
WikiPedia:Perception
CssRef:overflow
Google:CSS
Thesaurus:Dilate
Dictionary:Dream

----

===FAQ:===
//Question: How do you un-WikiName a word ?//
Answer: Add two pair of double-quotes around the word: ""WikiName""

//Question: How do you get a pair of double-quotes (without any text between them) to display properly ?//
Answer: Use the entity literal ##&quot;## - ##&quot&quot;##

//Question: How does Wakka Wiki know to what URL to send a visitor to if it wasn't specified ?//
Answer: The link is to a forced WikiPage. That means a link to a page in this wiki is generated.

//Question: So why does ""[[LALA_LELE]]"" send me to http://LALA_LELE ?//
Answer: The underscore breaks things. ""[[LALALELE]]"" doesn't have this problem.

//Question: How do you include FreeMind maps?//
Answer:


==Back Links==
{{backlinks}}

----
Deletions:
==== ****The Wiki Formatting Guide**** ====

Anything between 2 sets of double-quotes is ignored and presented exactly as typed (that means the formatting commands below are ignored whenever surrounded by double double-quotes.)

Once you've read through this, test your formatting skills in the SandBox.
----
===Basic formatting:===

""**I'm bold text!**""
**I'm bold text!**

""//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@@

===Headers:===
""====== 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 ==

===Horizontal separator:===
""----""
----

===Forced line break:===
""---""
---
----
===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
- Line two

""~1) numbered list:""
1) numbered list
1) Line two

""~A) Using uppercase characters:""
A) Using uppercase characters
A) Line two

""~a) Using lowercase characters:""
a) Using lowercase characters
a) Line two

""~I) using uppercase roman numerals:""
I) using Latin numbers
I) Line two

""~i) using lowercase roman numerals:""
i) using Latin numbers
i) Line two

----
===Wiki Extensions:===

==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.

==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.

==Coloured Text:==

""{{colour c="blue" text="This is a test."}}"" gives:

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

If you want to use hex values:

""{{colour hex="#DD0000" text="This is another test."}}"" to give:

{{colour 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...""

----
===Code Formatters:===

""%%code%%:""
%%
int main(int arc,char **argv)
{
printf("Hello, %s!
", (argc>1) ? argv[1] : "World");
return 0;
}
%%

""%%(ini) INI file contents%%:""
%%(ini)
; Menu specification file for Opera 7.0

[Version]
File Version=2

[Info] #background info
Name=Munin++ Menu
Description=Munin++ Menu
Author=NonTroppo (originally by Rijk van Geijtenbeek)
Version=1.9
%%
""%%(php) PHP code%%:""
%%(php)
<?php
phpinfo();
= "Hello, World!
";
print "";?>
%%

""%%(email) Email message%%:""
%%(email)
Hi!
>>>> My Llama loves foot massage.
>>> You really think so?
>> Yes, I know he does.
>Are you sure?

Of course, yes!

Mr. Scruff
%%

----
===Forced links:===
""[[http://wikka.jsnx.com]]""
[[http://wikka.jsnx.com]]

""[[http://wikka.jsnx.com My Wiki Site]]""
[[http://wikka.jsnx.com My Wiki Site]]

----

===Inter Wiki Links:===
See the InterWiki page for a full list of available engines. Here are some examples:

Wiki:InterWiki
WikiPedia:Perception
CssRef:overflow
Google:CSS
Thesaurus:Dilate
Dictionary:Dream

----

===FAQ:===
//Question: How do you un-WikiName a word ?//
Answer: Add two pair of double-quotes around the word: ""WikiName""

//Question: How do you get a pair of double-quotes (without any text between them) to display properly ?//
Answer: Use the entity literal ##&quot;## - ##&quot&quot;##

//Question: How does Wakka Wiki know to what URL to send a visitor to if it wasn't specified ?//
Answer: The link is to a forced WikiPage. That means a link to a page in this wiki is generated.

//Question: So why does ""[[LALA_LELE]]"" send me to http://LALA_LELE ?//
Answer: The underscore breaks things. ""[[LALALELE]]"" doesn't have this problem.


==Back Links==
{{backlinks}}

----


Revision [301]

Edited on 2004-05-16 04:35:46 by JsnX [added a question to the FAQs]
Deletions:
""[[CustomButtons Here is the Custom buttons Page]]""
[[CustomButtons Here is the Custom buttons Page]]


Revision [300]

Edited on 2004-05-16 04:27:59 by JsnX [added a question to the FAQs]
Additions:
===Inter Wiki Links:===
Deletions:
===InterWiki Links:===


Revision [299]

Edited on 2004-05-16 04:26:52 by JsnX [added a question to the FAQs]
Additions:
===InterWiki Links:===
Deletions:
===Inter Wiki Links:===


Revision [298]

Edited on 2004-05-16 04:25:32 by JsnX [added a question to the FAQs]
Additions:
Wiki:InterWiki


Revision [297]

Edited on 2004-05-16 04:24:34 by JsnX [added a question to the FAQs]
Deletions:
CSSWiki:FrontPage


Revision [213]

Edited on 2004-04-26 21:31:40 by pcp05304847pcs.wanarb01.mi.comcast.net [added a question to the FAQs]
Additions:
==== ****The Wiki Formatting Guide**** ====
Deletions:
==== The Wiki Formatting Guide ====


Revision [15]

The oldest known version of this page was created on 2004-04-10 19:44:18 by WakkaInstaller [added a question to the FAQs]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki