Template:Valid

From Zoophilia Wiki
Revision as of 17:01, 16 April 2008 by meta>SkyLined (noincude ->noinclude should fix issues)
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
{{valid|number=1234567890}} = true (too large)
{{valid|number=1234567890}} = true