Template:Valid

From Zoophilia Wiki
Revision as of 17:00, 16 April 2008 by meta>SkyLined (x)
Jump to navigationJump to search

Purpose

Determines whether something is valid in a vertain context. Currently only implemented for determining if a number is within the precision that wikipedia expressions can handle.

Returns

true if the argument is valid, false if it is not.

Examples

{{valid|number=1234}} =
{{valid|number=1234567890}} = (too large)
{{valid|number=1234567890}} =

</noincude>