Module:Module link/sandbox
Jump to navigation
Jump to search
-- please test your code here before moving it to the main module. Thanks.
-- @author: Codemini
local p = {}
local mModuleLink = require('Module:Module link')._main
function p.main(frame)
args = frame.args
link = args[1] or args.link
return mModuleLink({link=link, detectSandbox = "off"}) .. '([[Module talk:'..link..'|talk]])'
end
return p