Difference between revisions of "User talk:Crabbe"

From The Shartak Wiki
Jump to navigationJump to search
(Sandbox)
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Is the syntax highlighting extension installed?  Let's see.
+
__TOC__
 
+
==Template:Clanbox==
<source lang="csharp">
+
For fun and to learn more mediawiki coding I have been playing with the versions of the Clanbox template. Documented [[User:Crabbe/Sandbox|here]]. Please add any discussion below.
// Hello World in Microsoft C# ("C-Sharp").
 
 
 
using System;
 
 
 
class HelloWorld
 
{
 
    public static int Main(String[] args)
 
    {
 
        Console.WriteLine("Hello, World!");
 
        return 0;
 
    }
 
}
 
</source>
 

Latest revision as of 18:20, 15 May 2010

Template:Clanbox

For fun and to learn more mediawiki coding I have been playing with the versions of the Clanbox template. Documented here. Please add any discussion below.