Module:CRTModel: Difference between revisions
No edit summary |
No edit summary |
||
| Line 81: | Line 81: | ||
local tbl = mw.html.create('table') | local tbl = mw.html.create('table') | ||
tbl:addClass('infobox') | tbl:addClass('infobox') | ||
css(tbl, 'float:right; clear:right; margin:0 0 1em 1em; width:22em | tbl:addClass('infobox-crt-model') | ||
css(tbl, 'float:right; clear:right; margin:0 0 1em 1em; width:22em; border:1px solid #a2a9b1; border-spacing:3px; background:#f8f9fa; font-size:88%; line-height:1.5em;') | |||
-- Title row (no background color, centered, bold) | -- Title row (no background color, centered, bold) | ||