Module:Lockbox: Difference between revisions

Content deleted Content added
playing dirty
local getContent (though it should not matter)
Line 6:
do
local mock_title = mw.title.new(mw.title.getCurrentTitle().id)
rawset(mock_title,local 'getContent', = mock_title.getContent)
function generate_transclusion(title)
rawset(mock_title, 'fullText', title)
mock_title:getContent(mock_title)
end
-- I can do the same thing without rawset.
end