Module:Infobox interval: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 61: | Line 61: | ||
end | end | ||
local sound = frame.args['Sound'] | local sound = frame.args['Sound'] | ||
if sound and #sound > 0 then | if sound and #sound > 0 then | ||
cats = cats .. '[[Category:Pages with internal sound examples]]' | |||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
'[[File:' .. sound .. '|270px]]<br/><small>[[:File:' .. sound .. '|[sound info]]]</small>' | '[[File:' .. sound .. '|270px]]<br/><small>[[:File:' .. sound .. '|[sound info]]]</small>' | ||