1,584
edits
DrinkyBird (talk | contribs) No edit summary |
DrinkyBird (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
function p.main(frame) | function p.main(frame) | ||
local args = frame:getParent().args | local args = frame:getParent().args | ||
local headerStyle | local headerStyle | ||
if args.headerstyle | if args.headerstyle == 'zandronum' then | ||
headerStyle = | headerStyle = 'background-color: #35b06c;' | ||
else | else | ||
headerStyle = 'background-color:grey;' | headerStyle = 'background-color: grey;' | ||
end | end | ||
local retval = capiunto.create( { | local retval = capiunto.create( { | ||
title = args.title, | title = args.title, |