Template:Valid

From Zoophilia Wiki
Revision as of 17:03, 16 April 2008 by meta>SkyLined (testing (doesn't seem to work correctly))
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}} = true1
{{valid|number=1234567890}} = true1 (too large)
{{valid|number=123456789000}} = true1