Template:Valid

From Zoophilia Wiki
Revision as of 17:04, 16 April 2008 by meta>SkyLined (testing again (still not working))
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}} = true(1234 vs 1234)
{{valid|number=1234567890}} = true(1234567890 vs 1234567890) (too large)
{{valid|number=123456789000}} = true(123456789000 vs 123456789000)