Jump to content

Module:User:Anomie/Sandbox

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Anomie (talk | contribs) at 14:57, 8 July 2014 (test for gerrit:144559). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}

local t = os.time()

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

return p