<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
               "http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd" [
      <!ENTITY % MATHML.prefixed "INCLUDE">
 <!ENTITY % MATHML.prefix "mml">
]> 
<html xml:lang="en-EN" xmlns="http://www.w3.org/1999/xhtml"> 
<head>
	<title>UniWakkaWikiFarm : FormattingRules</title>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta name="keywords" content="" />
	<meta name="description" content="" />
	<link rel="stylesheet" type="text/css" href="http://uniwakka.sourceforge.net/css/mywakka.css" />
	<link rel="stylesheet" type="text/css" href="http://uniwakka.sourceforge.net/css/biblio.css" />
	<link rel="stylesheet" type="text/css" media="print" href="http://uniwakka.sourceforge.net/css/print.css" />
	<link rel="shortcut icon" href="http://uniwakka.sourceforge.net/images/favicon.ico" />
	<link rel="alternate" title="UniWakkaWikiFarm RSS"  href="http://uniwakka.sourceforge.net/RecentChanges/recentchanges.xml" type="application/rss+xml" />
	<link rel="alternate" title="UniWakkaWikiFarm FormattingRules RSS"  href="http://uniwakka.sourceforge.net/FormattingRules/revisions.xml" type="application/rss+xml" />
	<script type="text/javascript">
	<![CDATA[	 function fKeyDown()
	    {
	      if (event.keyCode == 9)
	      {
		event.returnValue = false;
		document.selection.createRange().text = String.fromCharCode(9);
	      }
	    }
	   ]]>	</script>
</head>

<body
	>

<div class="header">
	<h2>UniWakkaWikiFarm : <a href="http://uniwakka.sourceforge.net/TextSearch?phrase=FormattingRules">FormattingRules</a></h2>
	<a href="http://uniwakka.sourceforge.net/HomePage">HomePage</a> ::
	<a href="http://uniwakka.sourceforge.net/PageIndex">PageIndex</a> :: <a href="http://uniwakka.sourceforge.net/RecentlyCommented">RecentlyCommented</a> :: 	You are localhost.localdomain</div>
<div class="page">
<h1>The Wiki Formatting Guide</h1>
<br />
<br />
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.)<br />
<br />
Once you've read through this,W test your formatting skills in the <a href="http://uniwakka.sourceforge.net/SandBox">SandBox</a>.<br />
<hr />
<a id="titelanker1"></a><h4>Basic formatting:</h4>
<br />
<div class="indent">**I'm bold text!**<br />
<strong>I'm bold text!</strong></div>
<br />
<div class="indent">//I'm italic text!//<br />
<em>I'm italic text!</em></div>
<br />
<div class="indent">And I'm __underlined__!<br />
And I'm <span style="text-decoration: underline; ">underlined</span>!</div>
<br />
<div class="indent">##monospace text##<br />
<tt>monospace text</tt></div>
<br />
<div class="indent">''highlight text'' (using 2 single-quotes)<br />
<span class="notes">highlight text</span></div>
<br />
<div class="indent">@@Center text@@<br />
<div style="width:100%;text-align:center">Center text</div></div>
<br />
 <a id="titelanker2"></a><h4>Headers:</h4>
<div class="indent">====== Really big header ====== (to be used only for the title of the page)<br />
<h1>Really big header</h1>
<br />
===== Rather big header ===== <br />
<a id="titelanker3"></a><h2>Rather big header</h2>
<br />
==== Medium header ==== <br />
<a id="titelanker4"></a><h3>Medium header</h3>
<br />
=== Not-so-big header === <br />
<a id="titelanker5"></a><h4>Not-so-big header</h4>
<br />
== Smallish header == <br />
<a id="titelanker6"></a><h5>Smallish header</h5></div>
<br />
<a id="titelanker7"></a><h4>Horizontal separator:</h4>
<div class="indent">----</div>
<hr />
<br />
<a id="titelanker8"></a><h4>Forced line break:</h4>
<div class="indent">---</div>
<br /><br />
<hr />
<a id="titelanker9"></a><h4>Lists / Indents:</h4>
Indent text using <strong>3</strong> spaces (which will auto-convert into tabs) or tabs. To make bulleted / ordered lists,W use the following codes:<br />
<br />
- bulleted list:<br />
<ul><li> bulleted list
</li><li> Line two</li></ul>
<br />
1) numbered list:<br />
<ol style="list-style-type: decimal"><li> numbered list
</li><li> Line two</li></ol>
<br />
A) Using uppercase characters:<br />
<ol style="list-style-type: upper-alpha"><li> Using uppercase characters
</li><li> Line two</li></ol>
<br />
a) Using lowercase characters:<br />
<ol style="list-style-type: lower-alpha"><li> Using lowercase characters
</li><li> Line two</li></ol>
<br />
I) using uppercase roman numerals:<br />
<ol style="list-style-type: upper-roman"><li> using Latin numbers
</li><li> Line two</li></ol>
<br />
i) using lowercase roman numerals:<br />
<ol style="list-style-type: lower-roman"><li> using Latin numbers
</li><li> Line two</li></ol>
<br />
<hr />
<br />
<a id="titelanker10"></a><h4>Images</h4>
<br />
To place images on a Wiki page,W use:<br />
{{image title=&quot;An Image Link&quot; url=&quot;images/rss.gif&quot; link=&quot;RecentChanges/recentchanges.xml&quot;}}<br />
<a href="RecentChanges/recentchanges.xml"><img src="images/rss.gif" alt="" title="An Image Link" /><br /></a>
<br />
Links can be external,W or internal Wiki links. You don't have to enter a link at all,W and in that case just an image will be inserted. You don't need to use all those attributes,W only url is essential.<br />
<br />
You can also put the URI of the image:<br />
http://gipc49.jus.unitn.it:8080/uniwakka/images/rss.gif<br />
<img src="http://gipc49.jus.unitn.it:8080/uniwakka/images/rss.gif" alt="" /><br />
<br />
<hr />
<a id="titelanker11"></a><h4>Free Links</h4>
<br />
<div class="indent">External Links<br />
Just type the link directly!<br />
http://www.yahoo.com<br />
gives:<br />
<a href="http://www.yahoo.com">http://www.yahoo.com</a>&#160;<a href="http://www.yahoo.com"><img src="http://uniwakka.sourceforge.net/images/external.png" alt="external link" /></a></div>
<br />
<a id="titelanker12"></a><h4>Forced links:</h4>
<div class="indent">[[http://uniwakka.sourceforge.net]]<br />
<a href="http://uniwakka.sourceforge.net">http://uniwakka.sourceforge.net</a>&#160;<a href="http://uniwakka.sourceforge.net"><img src="http://uniwakka.sourceforge.net/images/external.png" alt="external link" /></a></div>
<br />
<div class="indent">[[http://uniwakka.sourceforge.net UniWakka Home]]<br />
<a href="http://uniwakka.sourceforge.net">UniWakka Home</a>&#160;<a href="http://uniwakka.sourceforge.net"><img src="http://uniwakka.sourceforge.net/images/external.png" alt="external link" /></a></div>
<br />
<div class="indent">Forced links,W to a wiki page:<br />
[[XML]]<br />
<span class="missingpage">XML</span><a href="http://uniwakka.sourceforge.net/XML/edit">?</a></div>
<br />
<div class="indent">Forced links,W to a wiki page,W with a label:<br />
[[XML This Wiki's page on XML]]<br />
<span class="missingpage">Wiki's page on XML</span><a href="http://uniwakka.sourceforge.net/This/edit">?</a></div>
<br />
<hr />
<br />
<a id="titelanker13"></a><h4>Inter Wiki Links:</h4>
<div class="indent">See the <span class="missingpage">InterWiki</span><a href="http://uniwakka.sourceforge.net/InterWiki/edit">?</a> page for a full list of available engines. Here are some examples:</div>
<br />
<div class="indent"><a href="http://c2.com/cgi/wiki?InterWiki">Wiki:InterWiki</a>&#160;<a href="http://c2.com/cgi/wiki?InterWiki"><img src="http://uniwakka.sourceforge.net/images/external.png" alt="external link" /></a><br />
<a href="http://www.wikipedia.com/wiki/wiki.phtml?title=Perception">WikiPedia:Perception</a>&#160;<a href="http://www.wikipedia.com/wiki/wiki.phtml?title=Perception"><img src="http://uniwakka.sourceforge.net/images/external.png" alt="external link" /></a><br />
<a href="http://www.google.com/search?q=CSS">Google:CSS</a>&#160;<a href="http://www.google.com/search?q=CSS"><img src="http://uniwakka.sourceforge.net/images/external.png" alt="external link" /></a><br />
<a href="http://www.thesaurus.com/cgi-bin/search?config=roget&amp;words=Dilate">Thesaurus:Dilate</a>&#160;<a href="http://www.thesaurus.com/cgi-bin/search?config=roget&amp;words=Dilate"><img src="http://uniwakka.sourceforge.net/images/external.png" alt="external link" /></a><br />
<a href="http://www.dictionary.com/cgi-bin/dict.pl?term=Dream">Dictionary:Dream</a>&#160;<a href="http://www.dictionary.com/cgi-bin/dict.pl?term=Dream"><img src="http://uniwakka.sourceforge.net/images/external.png" alt="external link" /></a></div>
<hr />
<br />
<a id="titelanker14"></a><h4>Code Formatters:</h4>
<br />
%%code%%:<br />
<div class="code"><pre>int main(int arc,char **argv)
{
printf(&quot;Hello,W %s!&quot;,W (argc&gt;1) ? argv[1] : &quot;World&quot;);
return 0;
}</pre></div><br />
<hr />
<br />
<a id="titelanker15"></a><h4>Colored Text</h4>
<br />
<div style="width: 100%"><table border="1" cellspacing="0">
<tr valign="top"><td style="padding-left:3px;padding-right:3px">:red:this is red text:red:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-color-red">this is red text</span> </td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:green:this is green text:green:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-color-green">this is green text</span></td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:lightgreen:this is lightgreen text:lightgreen:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-color-lightgreen">this is lightgreen text</span></td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:blue:this is blue text:blue:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-color-blue">this is blue text</span></td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:lightblue:this is lightblue text:lightblue:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-color-lightblue">this is lightblue text</span></td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:violet:this is violet text:violet:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-color-violet">this is violet text</span></td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:brown:this is brown text:brown:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-color-brown">this is brown text</span></td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:yellow:this is yellow text:yellow:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-color-yellow">this is yellow text</span></td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:grey:this is grey text:grey:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-color-grey">this is grey text</span></td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:pink:this is pink text:pink:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-color-pink">this is pink text</span></td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:orange:this is orange text:orange:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-color-orange">this is orange text</span> </td></tr>
</table></div>
<br />
<a id="titelanker16"></a><h4>Font Size</h4>
<br />
It may not be too useful... but may still help in some situations:<br />
<br />
<div style="width: 100%"><table border="1" cellspacing="0">
<tr valign="top"><td style="padding-left:3px;padding-right:3px">:1: font size :1:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-font-size-one"> font size </span></td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:2: font size :2:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-font-size-two"> font size </span></td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:3: font size :3:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-font-size-three"> font size </span></td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:4: font size :4:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-font-size-four"> font size </span></td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:5: font size :5:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-font-size-five"> font size </span></td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:6: font size :6:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-font-size-six"> font size </span></td></tr>
<tr ><td style="padding-left:3px;padding-right:3px">:7: font size :7:</td><td style="padding-left:3px;padding-right:3px"> <span class="uw-font-size-seven"> font size </span></td></tr>
</table></div><hr />
<br />
<a id="titelanker17"></a><h4>Hiding A Block of Content</h4>
<br />
This may sound ridious,W but it is possible to hide a block of wiki content from displaying! This can be useful sometimes...<br />
<span class="linethrough">&gt; :hide: You will never see me... :hide: &lt;</span><br />
will appear as<br />
<span class="linethrough">&gt; :hide: You will never see me... :hide: &lt;</span><br />
<hr />
<br />
<a id="titelanker18"></a><h4>Back Links</h4>
Links to the pages linking the present page:<br />
{{backlinks}}<br />
<a href="http://uniwakka.sourceforge.net/UniWakkaDocumentation">UniWakkaDocumentation</a></div>


		<div class="commentsheader">
		There are 5 comments on this page.		
		[<a href="http://uniwakka.sourceforge.net/FormattingRules?show_comments=1#comments">Display comments/form</a>]

		</div>
		<div class="footer">
	<a href="http://uniwakka.sourceforge.net/FormattingRules/revisions" title="Click to view recent page revisions.">2004-09-03 03:25:10</a> <a href="http://uniwakka.sourceforge.net/FormattingRules/revisions.xml" title="Click to view recent page revisions in XML format."><img src="http://uniwakka.sourceforge.net/images/xml.gif" width="36" height="14" style="border : 0px;" alt="XML" /></a> ::
Owner: <a href="http://uniwakka.sourceforge.net/AndreaRossato">AndreaRossato</a> :: 	<a href="http://uniwakka.sourceforge.net/FormattingRules/referrers" title="Click to view a list of URLs referring to this page.">Referrers</a>
	<form action="http://uniwakka.sourceforge.net/TextSearch" method="get" accept-charset="utf-8"><fieldset style="border: none; padding: 1px;">Search: <input name="phrase" size="15" style="border: none; border-bottom: 1px solid #CCCCAA; padding: 0px; margin: 0px;" /></fieldset></form>
</div>

<div class="copyright">
<a href="http://validator.w3.org/check/referer">XHTML 1.1 plus MathML 2.0</a>&#160;<a href="http://validator.w3.org/check/referer"><img src="http://uniwakka.sourceforge.net/images/external.png" alt="external link" /></a> ::
<a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a>&#160;<a href="http://jigsaw.w3.org/css-validator/check/referer"><img src="http://uniwakka.sourceforge.net/images/external.png" alt="external link" /></a> ::
Powered by <a href="http://uniwakka.sourceforge.net/">UniWakka-0.5.2</a>&#160;<a href="http://uniwakka.sourceforge.net/"><img src="http://uniwakka.sourceforge.net/images/external.png" alt="external link" /></a></div>

<div style="text-align: right;">
<a href="http://sourceforge.net"> <img
src="http://sourceforge.net/sflogo.php?group_id=115750&amp;type=3"
width="125" height="31" alt="SourceForge.net Logo" /></a>
<a href="http://validator.w3.org/check?uri=referer"><img
src="http://uniwakka.sourceforge.net/images/valid-xhtml11"
alt="Valid XHTML 1.1!" height="31" width="88" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://uniwakka.sourceforge.net/images/vcss" 
alt="Valid CSS!" /></a>
<a href="http://uniwakka.sourceforge.net/"><img
src="http://uniwakka.sourceforge.net/images/uniwakka.gif"
alt="Powered by UniWakka!" height="31" width="88" /></a>
</div>
</body>
</html>
