-- For Google Code In 2018 - Lua Task 7 - Date formatting local p={} p.convert=function(frame) local form=frame.args.format or 'none' return frame.args.date .. " Format: " .. form --just to test results table end return p