Anonymous

Module:InfoboxProto: Difference between revisions

From Elwiki
no edit summary
No edit summary
No edit summary
Line 17: Line 17:
     if title == nil then
     if title == nil then
         title = args.name
         title = args.name
    end
    if title == nil then
        title = args['Name']
     end
     end