Whole Number Type

A number
A Whole Number Property contains a number with no fractional part. That is, you can give 0, 12, or 309298474, but you can't say 14.98 or 9 3/4. (Floating point and fractional numbers will come eventually -- if you have a serious need for them, please raise it as an issue.)
These sorts of numbers are called "Integers" in most programming languages.
If your Property is Optional Whole Number, you may leave the input empty (simply backspace out to clear the number) to indicate that you don't have any number to put here.
At the moment, Querki only accepts positive numbers, not negative ones. If you need to use negative numbers, please raise it as an issue. (It isn't hard to add, but hasn't come up as a high priority yet.)

Properties that are based on Whole Number Type