Module:Sandbox

From WickedGov, the Massachusetts civics wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Sandbox/doc

local p = {}
function p.hello( frame )
	return [==[Hello, world!

How are you?]==]
end

return p

--[[
Copied from:
https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual
Licensed under CC BY-SA 4.0
https://creativecommons.org/licenses/by-sa/4.0/
]]--