Content deleted Content added
Jackmcbarn (talk | contribs) no need to keep Module:Arguments around |
Jackmcbarn (talk | contribs) get rid of 2 more variables, and reorder functions |
||
Line 8:
local p = {}
function p.main(frame)▼
local args = require('Module:Arguments').getArgs(frame)▼
return p._main(rname, bracket) or ''▼
end▼
function p._main(rname, bracket)
Line 50 ⟶ 44:
error('could not parse redirect on page [[:' .. rname .. ']]')
end
▲end
▲function p.main(frame)
▲ local args = require('Module:Arguments').getArgs(frame)
end
|