EditingGuide
From PyWiki
[edit] Formating Text
Look here for a good summary of formating options -- of course there is a help catagory as well on this site.
<multilang> @en|"This is an English text. And the default (because it's first in the list) if your language isn't specified" @de|"Das ist ein deutscher Text." @fr|"C'est un texte Français" </multilang>
"This is an English text.."
[edit] Syntax Highlighting
For code examples use <source lang=python> and </source> around your code. Of course the 'language' could be "bash" of any of the others shown here
For this highlighting we are using the SyntaxHighlight_GeSHi extension
