Template:Compact begin code

From Tripwire Interactive Wiki
Revision as of 13:39, 18 December 2012 by Benjamin (talk | contribs) (Created page with "<includeonly><div id="{{{id}}}" style="margin:20px;border: 1px dashed #2f6fab;font-family: Courier New;font-size:1em;white-space:pre-wrap;word-wrap:break-word;tab-size: 4;"><d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Provides a maximum-width code box with line wrap and a tab size of 4.

Usage

{{Compact begin code}}
for (i = 0; i < AdditionalWeapons.Length; i++)
	WeaponList[WeaponList.Length] = AdditionalWeapons[i];
{{End code}}

Result:

for (i = 0; i < AdditionalWeapons.Length; i++) WeaponList[WeaponList.Length] = AdditionalWeapons[i];