The page has not been checked
Documentation for this module may be created at Module:Sandbox/Luk3/doc
local p = {} function p.main( frame ) local test = "" for i, arg in ipairs(frame:getParent().args) do test = test .. arg end return test end return p