Content deleted Content added
and this one Tag: Reverted |
|||
Line 621:
end
local status_class = (cfg.status[args.PROJECT_STATUS] or cfg.status.default) .. '-wikiproject'
local background = ''
if args.mockup == '4' then
background = '#FFFAEF'
elseif args.mockup =='5' then
background = '#FFFFED'
else
background = '#ffffff'
end
local banner = mw.html.create('table')
local banner_rows = banner
Line 628 ⟶ 636:
:tag('tr')
:addClass('wpb-header')
:css('background', background)
:tag('td')
:attr('width', '50px')
Line 646 ⟶ 655:
:addClass('mbox-text wpb-main')
:attr('colspan','2')
:css('background', background)
:tag('table')
for _, row in ipairs(rows) do
|