This template checks whether an input is a number.

Parameters уреди

  • |1= Input to be checked. If the input is a number, it will return the number, otherwise it will return nothing.

Usage уреди

  • {{num|1234567890}} → 1234567890
  • {{num|1,000}} → 1000
  • {{num|foo}}