Changes

Jump to navigation Jump to search
116 bytes added ,  02:17, 6 December 2022
m
no 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
  

Navigation menu