6,834
edits
No edit summary |
No edit summary |
||
Line 277: | Line 277: | ||
--{{z}} {{icon-vc}} {{icon-sa}} {{icon-iv}} | --{{z}} {{icon-vc}} {{icon-sa}} {{icon-iv}} | ||
if gamesText == "All Games" then | if gamesText == "All Games" then | ||
return table.concat({ | return p.loadTemplate(frame, 'GreenInformationBox', {table.concat({ | ||
p.loadTemplate(frame, 'icon-iii' | p.loadTemplate(frame, 'icon-iii'), | ||
p.loadTemplate(frame, 'icon-vc' | p.loadTemplate(frame, 'icon-vc'), | ||
p.loadTemplate(frame, 'icon-sa' | p.loadTemplate(frame, 'icon-sa'), | ||
p.loadTemplate(frame, 'icon-iv' | p.loadTemplate(frame, 'icon-iv') | ||
}, ' ') | }, ' '), id=games}) | ||
else | else | ||
edits