To be a page for help editing this wiki, especially those unfamiliar with DokuWiki.
There is a plugin installed to provide nice syntax highlighting for code samples.
<code lang |title> some code </code>
Some C# code
public class MyClass { public void DoStuff() { // code that does stuff } }