Date: Mon, 31 Aug 2026 07:51:08 %+0000
Mime-Version: 1.0 (Produced by Tiki)
Content-Type: application/x-tikiwiki;
  pagename=wysiwyg_sample_page;
  flags="";
  author=xavi;
  version=9;
  lastmodified=1405331882;
  author_id=37.14.120.127;
  summary=updated%20icon%20path%20for%20Tik12%2B%20sites;
  hits=4297;
  description="";
  charset=utf-8
Content-Transfer-Encoding: binary

! WYSIWYG Sample Page
Start off by clicking "edit" then switching the editor to use the wysiwyg editor using the {img src="img/icons/pencil_go.png"} button on the toolbar.
!! Text formatting
__bold__
''italic''
===underlined===
::centred text::

!! Lists and table
*An unordered list item
**A subitem
And some text
*Another item
. . . and more text . . .
*Item 3
. . . and some more text, to illustrate the line spacing.

A table:
||Row One, Column One|Row One, Column Two
Row Two, Column One|Row Two, Column Two||

^A box^

A [http://tiki.org|link|nocache]

__And these are produced by wiki plugins:__

!! Plugins
!!! Quote plugin:
{QUOTE()}
Just what do you think you're doing, Dave?

__HAL, in 2001:__ A Space Odyssey (1968)
{QUOTE}

!!! Code plugin:
{CODE(caption="Hello World in Pascal")}
program HelloWorld(output);
begin
  WriteLn('Hello World!');
end.
{CODE}

!!! FANCYTABLE example:
{FANCYTABLE(head=>head one~|~head two~|~head three)}cell one~|~cell two~|~cell three
row 2 cell 1~|~ row 2 cell 2~|~ row 2 cell 3{FANCYTABLE}

