2,875
edits
Tag: Undo |
No edit summary |
||
Line 237: | Line 237: | ||
local pOutputs = parseItemInOut(args, 'output') | local pOutputs = parseItemInOut(args, 'output') | ||
local dlcIcons = p.getDLCIcons(args['dlc'], ' ') | local dlcIcons = p.getDLCIcons(args['dlc'], ' ') | ||
local tbl = mw.html.create() | local tbl = mw.html.create() | ||
Line 340: | Line 339: | ||
return tbl:done() | return tbl:done() | ||
:newline() | :newline() | ||
end | end | ||
Line 394: | Line 392: | ||
} | } | ||
mw.log(p. | mw.log(p._buildMMGTable(args)) | ||
end | end | ||
return p | return p |
edits