Killswitch/Sandbox – User
Jump to navigation
Jump to search
mNo edit summary |
Killswitch (talk | contribs) m (First step into my sandbox) |
||
Line 1: | Line 1: | ||
== Title == | |||
Regular paragraph of text. Talk talk blah blah. | |||
=== Subtitle === | |||
Subsection text. | |||
==== Sub-subtitle ==== | |||
Even more text. | |||
A config.cpp snippet inside a <nowiki><pre></nowiki> environment: | |||
<pre>class CfgPatches | |||
{ | |||
class Something | |||
{ | |||
units[] = {}; | |||
weapons[] = {}; | |||
requiredAddons[] = {}; | |||
requiredVersion=1.00; | |||
}; | |||
};</pre> | |||
[[Category:Sandbox]] | [[Category:Sandbox]] |
Revision as of 12:52, 25 January 2007
Title
Regular paragraph of text. Talk talk blah blah.
Subtitle
Subsection text.
Sub-subtitle
Even more text.
A config.cpp snippet inside a <pre> environment:
class CfgPatches { class Something { units[] = {}; weapons[] = {}; requiredAddons[] = {}; requiredVersion=1.00; }; };