887
edits
Dicemonger (talk | contribs) mNo edit summary |
Dicemonger (talk | contribs) mNo edit summary |
||
Line 47: | Line 47: | ||
function getMinWidth(frame, cols) | function getMinWidth(frame, cols) | ||
if | if not frame.args['minwidth'] == nil then | ||
return frame.args['minwidth'] | |||
elseif frame.args['ignoreminwidth'] == nil or frame.args['ignoreminwidth'] == false then | |||
if cols == "0" then | if cols == "0" then | ||
return "auto" | return "auto" | ||
Line 63: | Line 65: | ||
return "125px" | return "125px" | ||
end | end | ||
end | end | ||
return 0 | return 0 |