Jump to: navigation, search

Changes


Help:Editing t20150211

588 bytes added, 07:05, 23 April 2013
/* Code */
===Code===
Use either a leading blank to format text as source code, or the <code><code>-Tag</code>for regular code highlightingFor 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===