History: wysiwyg_sample_page
Source of version: 5 (current)
Copy to clipboard
<h1 class="showhide_heading" id="WYSIWYG_Sample_Page">
WYSIWYG Sample Page</h1>
<p>
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.</p>
<h2 class="showhide_heading" id="Text_formatting">
Text formatting</h2>
<p>
<strong>bold</strong><br />
<em>italic</em><br />
<u>underlined</u></p>
<div style="text-align: center;">
centred text</div>
<h2 class="showhide_heading" id="Lists_and_table">
Lists and table</h2>
<ul>
<li>
An unordered list item
<ul>
<li>
A subitem</li>
</ul>
</li>
</ul>
<p>
And some text</p>
<ul>
<li>
Another item</li>
</ul>
<p>
. . . and more text . . .</p>
<ul>
<li>
Item 3</li>
</ul>
<p>
. . . and some more text, to illustrate the line spacing.</p>
<p>
A table:</p>
<table class="wikitable">
<tbody>
<tr>
<td class="wikicell">
Row One, Column One</td>
<td class="wikicell">
Row One, Column Two</td>
</tr>
<tr>
<td class="wikicell">
Row Two, Column One</td>
<td class="wikicell">
Row Two, Column Two</td>
</tr>
</tbody>
</table>
<div class="simplebox">
A box</div>
<p>
<br />
A <a class="wiki external" href="http://tiki.org" rel="external nofollow" target="_blank">link</a></p>
<p>
<strong>And these are produced by wiki plugins:</strong></p>
<h2 class="showhide_heading" id="Plugins">
Plugins</h2>
<h3 class="showhide_heading" id="Quote_plugin:">
Quote plugin:</h3>
{QUOTE()}
Just what do you think you're doing, Dave?
__HAL, in 2001:__ A Space Odyssey (1968)
{QUOTE}
<h3 class="showhide_heading" id="Code_plugin:">
Code plugin:</h3>
{CODE( caption="Hello World in Pascal")}
program HelloWorld(output);
begin
WriteLn('Hello World!');
end.
{CODE}
<h3 class="showhide_heading" id="FANCYTABLE_example:">
FANCYTABLE example:</h3>
{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}
<p>
</p>