Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Checks if the parameter has a numeric value.

Usage

{{IfNum |1= |2= |3= }}

Template parameters

ParameterDescriptionDefaultStatus
1expression to testemptyrequired
2statement to show is true (parameter has a numeric value)emptyoptional
3statement to show is false (parameter is text or empty).emptyoptional

Additional information

The template is intended to be used in the following namespaces: all namespaces

The template is intended to be used by the following user groups: all users

Localization

This template is not intended to be localized.

Examples
{{IfNum | 1234| number| not a number}} = number
{{IfNum | 1.34| number| not a number}} = number
{{IfNum | 2010-01-01| number| not a number}} = not a number
{{IfNum | 2010-01| number| not a number}} = not a number
{{IfNum | abcde| number| not a number}} = not a number
{{IfNum | | number| not a number}} = not a number


Cookies help us deliver our services. By using our services, you agree to our use of cookies.