ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Template:Values

From ModEnc
Revision as of 16:40, 20 April 2008 by Marshall (talk | contribs) (reworking stringlist - all lists referenced in modenc are comma-separated as are all lists in the games (as far as I can tell))
Jump to: navigation, search

This template generates standardized value type descriptions for a number of common types, to be used in the values= parameter of Template:Flag.

Usage

{{Values|VALUE TYPE}}


Currently valid value types are:

  • signed integers or integers
  • unsigned integers
  • floats
  • unsigned bytes or bytes
  • signed bytes
  • booleans
  • strings
  • stringlist or listofstrings
  • colors
  • clsids or locomotors
  • leptons
  • percentages
  • special


In the case of strings and stringlist, a second parameter can be added to note what the strings are limited to. For example:

{{Values|stringlist|[[Animations]]}}

yields "Comma-separated list of strings. (Limited to: Animations)

".