Module:Link: Difference between revisions

10 bytes added ,  17 April 2020
no edit summary
No edit summary
No edit summary
Line 6: Line 6:
return content
return content
end
end
return content


for _i, subject in ipairs({ 'Butch Vig', 'Billy Corgan' }) do
-- for _i, subject in ipairs({ 'Butch Vig', 'Billy Corgan' }) do
return subject
-- mw.ustring.gsub( content, subject, '[[:Category:Songs produced by ' .. subject .. '|' .. subject .. ']]' )
-- mw.ustring.gsub( content, subject, '[[:Category:Songs produced by ' .. subject .. '|' .. subject .. ']]' )
-- end
end


return content
-- return content
end
end


return str
return str