Jump to content

Module:Sandbox/Edgars2007

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izkala (talk | contribs) at 11:17, 25 June 2015 (Alakzi moved page Module:User:Edgars2007/sandbox to Module:Sandbox/Edgars2007 without leaving a redirect: Per Module:Sandbox). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}
 
function p.hello()
	return mw.getCurrentFrame():getTitle()
	--return mw.title.getCurrentTitle()
end
 
return p