From Wikipedia, the free encyclopedia
local p = {}
local t = os.time()
function p.bug66798( frame )
return frame:getParent():getTitle()
end
function p.bug71971( frame )
a = mw.clone( frame.args )
return frame:expandTemplate{ title='Identity', args=a }
end
return p