Revision history for TextFormatting
Revision [22867]
Last edited on 2016-05-20 07:38:42 by LeMat [Replaces old-style internal links with new pipe-split links.]Additions:
This page can now be found on the [[Docs:TextFormatting | Wikka Documentation Server]].
An archive of [[http://wikkawiki.org/TextFormatting/revisions | old revisions of this page]] is still available for reference.<<
An archive of [[http://wikkawiki.org/TextFormatting/revisions | old revisions of this page]] is still available for reference.<<
Deletions:
An archive of [[http://wikkawiki.org/TextFormatting/revisions
old revisions of this page]] is still available for reference.<<
Additions:
<<===This page has moved===
This page can now be found on the [[Docs:TextFormatting Wikka Documentation Server]].
Thanks for updating your bookmarks!
An archive of [[http://wikkawiki.org/TextFormatting/revisions
old revisions of this page]] is still available for reference.<<
::c::
CategoryMigratedDocs
This page can now be found on the [[Docs:TextFormatting Wikka Documentation Server]].
Thanks for updating your bookmarks!
An archive of [[http://wikkawiki.org/TextFormatting/revisions
old revisions of this page]] is still available for reference.<<
::c::
CategoryMigratedDocs
Deletions:
==== ****The Wiki Formatting Guide**** ====
<<This formatting guide applies to 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::
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
===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.
===Textboxes:===
To put text in a **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.
To put it in a **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.
CategoryDocumentation
Revision [15683]
Edited on 2006-11-24 14:39:25 by LeMat [Leveled the Tables and Textboxes formating, putting the same type of Heading and Horizontal Separato]Additions:
===Tables:===
===Textboxes:===
To put text in a **Left floated box** - use two < signs before and after the block
To put it in a **Right floated box**, use two > characters before and after the block
Use ""::c::"" to clear floated blocks.
===Textboxes:===
To put text in a **Left floated box** - use two < signs before and after the block
To put it in a **Right floated box**, use two > characters before and after the block
Use ""::c::"" to clear floated blocks.
Deletions:
==Textboxes==
**Left floated box - use two < signs before and after the block**
**Right floated box, use two > characters before and after the block**
""Use ::c:: to clear floated blocks...""
Additions:
<<This formatting guide applies to 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:
::c::
Additions:
[[WikkaDocumentation Wikka Documentation]]
----
==== ****The Wiki Formatting Guide**** ====
<<This page covers only the rules for text-formatting, headers, tables and boxes. See FormattingRules for a compact version of all things you can add to a page.<<
::c::
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
==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.
==Textboxes==
**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...""
----
CategoryDocumentation
----
==== ****The Wiki Formatting Guide**** ====
<<This page covers only the rules for text-formatting, headers, tables and boxes. See FormattingRules for a compact version of all things you can add to a page.<<
::c::
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
==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.
==Textboxes==
**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...""
----
CategoryDocumentation
Deletions:
----
==== ****The Wiki Formatting Guide**** ====
<<This page covers only the rules for text-formatting, headers, tables and boxes. See FormattingRules for a compact version of all thins you can add to a page.<<
::c::
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
==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.
==Textboxes==
**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...""
----
CategoryDocumentation