Module:Sandbox/Fungster: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 33: Line 33:


function p.main (frame, args)
function p.main (frame, args)
local text = frame.args[1]
local text = frame.args[1]
return "Note: " .. text .. " "
return "This page currently has extremely minor issues. Please look at the note below: <br> " .. text .. "."
end
end