Jump to content

Module:RedirectData

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Elli (talk | contribs) at 05:35, 13 February 2021 (Created page with 'local p = {} function p.getRedirectToNamespace(frame) titleObject = mw.title.getCurrentTitle() redirectTarget = titleobject.redirectTarget return redirectTa...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {}

function p.getRedirectToNamespace(frame)
	titleObject = mw.title.getCurrentTitle() 
	redirectTarget = titleobject.redirectTarget
	return redirectTarget
end

return p