This is the Csp formfield/number template. It should be called in the following format:

{{Csp formfield/number 
|name= (text) 
|required= (optional: "required")
|value= (number) e.g. "7"
|min= (optional: number) minimum value e.g. "0"
|max= (optional: number) maximum value e.g. "10"
|step= (optional: number) step bewteen value options e.g. "0.01" 
}}

Example

Related templates:

Page
Template:Csp formfield/ask token
Template:Csp formfield/checkbox
Template:Csp formfield/date
Template:Csp formfield/datetime-local
Template:Csp formfield/number
Template:Csp formfield/select
Template:Csp formfield/text
Template:Csp formfield/textarea
Template:Csp formfield/token