local SD = require "Module:SimpleDebug" local p = {} p.main = function(frame) SD.wtos(tostring(frame.args[1])) end return p