Module:SB: Difference between revisions

116 bytes added ,  5 December 2022
m
no edit summary
No edit summary
mNo edit summary
Line 41: Line 41:
str = str .. ' by ' .. frame.args['author']
str = str .. ' by ' .. frame.args['author']
else  
else  
str = str .. ' by unknown author'
if not isempty(frame.args['title']) then
str = str .. ' by unknown author'
else
str = str .. frame.args['type'] .. ' by unknown author'
end
end
end