Anonymous

Module:InfoboxProto: Difference between revisions

From Elwiki
no edit summary
No edit summary
No edit summary
Line 6: Line 6:
function p.main(frame, title)
function p.main(frame, title)
     local args = getArgs(frame);
     local args = getArgs(frame);
    if args.textcolor == nil then
        args.textcolor = 'white';
    else
        args.textcolor = 'black';
    end


     if args.color == nil then
     if args.color == nil then