Module:Favilink: Difference between revisions

Jump to navigation Jump to search
17 bytes removed ,  22:01, 12 April 2021
m
no edit summary
mNo edit summary
mNo edit summary
Line 124: Line 124:
function p.favilinkformatinline(frame)
function p.favilinkformatinline(frame)
frame=mw.getCurrentFrame()
frame=mw.getCurrentFrame()
args = table.concat(frame.args, ', ')
args = frame.args[1]
return args
return args
end
end
return p
return p

Navigation menu