Module:icons: Difference between revisions

Jump to navigation Jump to search
1 byte removed ,  Yesterday at 14:22
no edit summary
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 title then
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 text = title:getContent()
local games = p.extractGames(text)
local games = p.extractGames(text)
local text = {}
local text = {}
7,038

edits

Navigation menu