Difference between revisions of "Category:Field Type"

From SWGANH Wiki
Jump to: navigation, search
(New page: Field Type Templates)
 
Line 1: Line 1:
Field Type Templates
+
Here is a list of the different templates at your disposal (yes colors suck a bit atm, you can change them, [http://en.wikipedia.org/wiki/List_of_colors look here for palette]):
 +
{| class="wikitable"
 +
|{{sbyte}}
 +
|sbyte
 +
|{{byte}}
 +
|byte
 +
|{{bool}}
 +
|bool
 +
|-
 +
|{{short}}
 +
|short
 +
|{{ushort}}
 +
|ushort
 +
|-
 +
|{{int}}
 +
|int
 +
|{{uint}}
 +
|uint
 +
|{{float}}
 +
|float
 +
|-
 +
|{{long}}
 +
|long
 +
|{{ulong}}
 +
|ulong
 +
|{{double}}
 +
|double
 +
|-
 +
|{{ansistring}}
 +
|ansistring
 +
|{{unicodestring}}
 +
|unicodestring
 +
|}

Revision as of 05:37, 21 March 2007

Here is a list of the different templates at your disposal (yes colors suck a bit atm, you can change them, look here for palette):

SBYTE sbyte BYTE byte BOOL bool
SHORT


short USHORT ushort
INT


int UINT uint FLOAT float
LONG


long ULONG ulong DOUBLE double
Template:Ansistring ansistring Template:Unicodestring unicodestring