Template:Begin code

From Tripwire Interactive Wiki
Revision as of 13:10, 23 November 2012 by Benjamin (talk | contribs)
Jump to navigation Jump to search

Description

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

Usage

{{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];