Jump to content

Module:Sandbox/Edgars2007

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Edgars2007 (talk | contribs) at 09:34, 7 July 2015. 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.title.new(26096242).prefixedText
	--return mw.title.getCurrentTitle()
end
 
return p