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)
function generate_transclusion(title)
rawset(mock_title, 'fullText', title)
end
-- I can do the same thing without rawset.
end
|