Argument
(* means required)
|
Possible Values
|
Meaning
|
| link* |
anything that doesn't contain a space |
Uniquely identifies the page calling the counter. This
is case-sensitive and shoule be in the format:
yourdomain.com/index.htm.
See examples below. |
| width |
0,1,2,3,4,5,6,7,8 or 9 |
The width of the resulting image in digits. Extra zeros will be added to the
beginning. If the width is too short for the number to be displayed, it is lengthened
so that all digits may be displayed. Default is 4. |
| style* |
any of the available styles for the digits (see list above), for example,
led, or simple. Should not contain spaces |
Specifies the set of digits to use in constructing the counter image.
Should be all lower-case. |
| bgcolour |
RRGGBB or trans |
This argument only applies to the simple style. It specifies the
background colour of the image, or if trans is used, specifies a
transparent background. RRGGBB should be 3 2-digit hex values in one string,
similar to the HTML command <BODY BGCOLOR="#RRGGBB">
but without
the # sign. The default is 000000 (black).
Note the European spelling of colour |
| fgcolour |
RRGGBB |
When using the simple style, specifies the foreground colour
of the image. Same format as bgcolour. The default is
FFFFFF (white). |
| inc |
0, 1, 2, 3, 4, or 5 |
Determines how much to increment the counter. Using
0 means the counter will not increment. Using a value
less than 0 will result in no increment. Using a value
greater than 5 will result in an increment of 5. |
|