Module:Link: Difference between revisions

105 bytes added ,  17 April 2020
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
local str = ''
local str = {}


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