7,038
edits
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
function p.main(frame) | function p.main(frame) | ||
local title = mw.title.new( | local args = p.getArgs(frame) | ||
local title = mw.title.new(args.item) | |||
local text = title:getContent() | local text = title:getContent() | ||
return text | |||
return | |||
end | end | ||
edits