Module:InfoboxProto: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 8: Line 8:


     if args.color == nil then
     if args.color == nil then
         args.color = '{{ColorSel|Misc}}';
         if args['Color'] ~= nil then
            args.color = args['Color'];
        else
            args.color = '{{ColorSel|Misc}}';
        end
     end
     end