Content deleted Content added
Jackmcbarn (talk | contribs) begin work on a new idea for translation |
Jackmcbarn (talk | contribs) add quick test thing |
||
Line 71:
mw.logObject(frame.args, 'frame.args')
mw.logObject(frame:getParent().args, 'frame:getParent().args')
end
function p.x(frame)
mw.title.new(tonumber(frame.args[1]))
end
|