887
edits
Dicemonger (talk | contribs) mNo edit summary |
Dicemonger (talk | contribs) mNo edit summary |
||
Line 17: | Line 17: | ||
return "<div style=\"display:inline-table;width:" .. getWidth(cols) .. ";min-width:" .. getMinWidth(frame, cols) .. ";\">" .. | return "<div style=\"display:inline-table;width:" .. getWidth(cols) .. ";min-width:" .. getMinWidth(frame, cols) .. ";\">" .. | ||
"<div style=\"" .. getBorder(frame) .. getBackground(frame) .. getTextAlignment(frame) .. getPadding(frame) .. getMargin(frame) .. "\">" | "<div style=\"" .. getBorder(frame) .. getBackground(frame) .. getTextAlignment(frame) .. getPadding(frame) .. getMargin(frame) .. "\">" | ||
end | end | ||
Line 50: | Line 50: | ||
return frame.args['minwidth'] | return frame.args['minwidth'] | ||
elseif frame.args['ignoreminwidth'] == nil or frame.args['ignoreminwidth'] == false then | elseif frame.args['ignoreminwidth'] == nil or frame.args['ignoreminwidth'] == false then | ||
return "50%" | |||
end | end | ||
return 0 | return 0 |