===Code===
Use either a leading blank to format text as source code, or the <code><code>-Tag</code>for regular code highlighting. For highlighting a specific syntax, use the source-Tag as follows: <pre><nowiki><source lang="csharp">// Hello World in Microsoft C#. using System; class HelloWorld{ public static int Main(String[] args) { Console.WriteLine("Hello, World!"); return 0; }}</source></nowiki></pre> which will result in <source lang="csharp">// Hello World in Microsoft C#. using System; class HelloWorld{ public static int Main(String[] args) { Console.WriteLine("Hello, World!"); return 0; }}</source>
===Tips and hints===