Notice: fwrite(): Write of 83 bytes failed with errno=32 Broken pipe in /var/www/html/w/extensions/Scribunto/includes/Engines/LuaStandalone/LuaStandaloneInterpreter.php on line 471
Module:TEMPLATENAME - Wikium Jump to content

Module:TEMPLATENAME

From Wikium

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

Script error: Lua error: Internal error: The interpreter exited with status 127.

local p = {}

function p.main(frame)
	return frame:getParent():getTitle()
end

return p