Changes
replace frame:preprocess with frame:callParserFunction per protected edit request by User:Jackmcbarn
if number == nil then
local frame = mw.getCurrentFrame()
local attempt = frame:preprocesscallParserFunction('{{#expr: ' .. , number_string .. '}}')
attempt = tonumber(attempt)
if attempt ~= nil then