Module:Listen: Difference between revisions

9 bytes removed ,  26 June 2019
no edit summary
m (1 revision imported)
No edit summary
 
Line 132: Line 132:
-- Below
-- Below
if not isPlain and not isEmbedded and args.help ~= 'no' then
if not isPlain and not isEmbedded and args.help ~= 'no' then
sbargs.below = string.format(
--sbargs.below = string.format('<hr/><i class="selfreference">Problems playing %s? See [[Help:Media|media help]].</i>',#numArgs == 1 and 'this file' or 'these files')
'<hr/><i class="selfreference">Problems playing %s? See [[Help:Media|media help]].</i>',
#numArgs == 1 and 'this file' or 'these files'
)
end
end