יחידה:תבנית מידע: הבדלים בין גרסאות בדף

מאין תקציר עריכה
מאין תקציר עריכה
שורה 220: שורה 220:
-- sub infobox
-- sub infobox
if args.title == '-' then
if args.title == '-' then
root:css('width', '100%'):cssText(args.tablestyle)
root:cssText(args.tablestyle):css('width', '100%')
else
else
root:addClass('infobox'):css('width', '18em'):cssText(args.tablestyle)
root:addClass('infobox'):css('width', '18em'):cssText(args.tablestyle)