Pređi na sadržaj

Šablon:num/dok

This template checks whether an input is a number.

Parameters[uredi]

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

Usage[uredi]

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