Difference between revisions of "User:Mowaw/Sandbox"
From Kerbal Space Program Wiki
m (winter time in France) |
|||
Line 20: | Line 20: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
</big> | </big> | ||
+ | |||
+ | === Infobox 'nextToIcon' param === | ||
+ | {{Infobox | ||
+ | |name = TEST | ||
+ | |subtitle=subtitle test | ||
+ | |nextToIcon = Sandboxmodeicon.png | ||
+ | |lines= | ||
+ | {{Infobox/Line|TEST|OK}} | ||
+ | |notes=TEST | ||
+ | }} |
Latest revision as of 10:31, 11 January 2015
Contents
Times
FRANCE TIME(my home) 8:41
MEXICO TIME (devs) 2:41
C#
[KSPAddon[Startup.MainMenu]] namespace TestCSharpUsingSyntaxHighlightExtension { public class FR { get ; set } if(X == Y) { Console.WriteLine(X) } }