Module:Link: Difference between revisions

41 bytes removed ,  17 April 2020
no edit summary
No edit summary
No edit summary
Line 2: Line 2:


function str.producer( frame )
function str.producer( frame )
local new_args = str.args[1]
local content = frame.args[1]
local content = new_args['source'] or ''
if content == '' then
if content == '' then
return content
return content