Template:Compact begin code
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];{{compact end code}}
Result:
for (i = 0; i < AdditionalWeapons.Length; i++)
WeaponList[WeaponList.Length] = AdditionalWeapons[i];