Module:Template link general: Difference between revisions

From Mariopedia, a wiki on Mario, Yoshi, Wario, Donkey Kong, Super Smash Bros., and more!
Jump to navigationJump to search
Content added Content deleted
mNo edit summary
mNo edit summary
Line 77: Line 77:


function p.main(frame)
function p.main(frame)
local args = getArgs(frame)
local args = getArgs(frame, {
trim = true,
removeBlanks = false
})
return p._main(args)
return p._main(args)
end
end