7,038
edits
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
local args = p.getArgs(frame) | local args = p.getArgs(frame) | ||
local title = mw.title.new(args[1]) | local title = mw.title.new(args[1]) | ||
if not | local text = title:getContent() | ||
if not text then | |||
return "{{icon-placeholder}} {{icon-placeholder}} {{icon-placeholder}} {{icon-placeholder}}" | return "{{icon-placeholder}} {{icon-placeholder}} {{icon-placeholder}} {{icon-placeholder}}" | ||
end | end | ||
local games = p.extractGames(text) | local games = p.extractGames(text) | ||
local text = {} | local text = {} | ||
edits