local p = {} p.main = function(frame) local args = require('Module:Arguments').getArgs(frame) mw.addWarning(args[1]) return '' end return p