(ചെ.)
അലൈന്മെന്റ് മാറ്റി
(ചെ.) (ഒരു പതിപ്പ് ഇറക്കുമതി ചെയ്തു) |
(ചെ.) (അലൈന്മെന്റ് മാറ്റി) |
||
| (ഒരേ ഉപയോക്താവ് ചെയ്ത ഇടയ്ക്കുള്ള 3 നാൾപ്പതിപ്പുകൾ പ്രദർശിപ്പിക്കുന്നില്ല) | |||
| വരി 162: | വരി 162: | ||
:addClass(args.headerclass) | :addClass(args.headerclass) | ||
-- @deprecated next; target .infobox-<name> .infobox-header | -- @deprecated next; target .infobox-<name> .infobox-header | ||
:css('text-align', 'center') | |||
:cssText(args.headerstyle) | :cssText(args.headerstyle) | ||
:cssText(rowArgs.rowcellstyle) | :cssText(rowArgs.rowcellstyle) | ||
| വരി 231: | വരി 232: | ||
:addClass('infobox-above') | :addClass('infobox-above') | ||
:addClass(args.aboveclass) | :addClass(args.aboveclass) | ||
:css('text-align', 'center') | |||
-- @deprecated next; target .infobox-<name> .infobox-above | -- @deprecated next; target .infobox-<name> .infobox-above | ||
:cssText(args.abovestyle) | :cssText(args.abovestyle) | ||
| വരി 248: | വരി 250: | ||
:addClass('infobox-below') | :addClass('infobox-below') | ||
:addClass(args.belowclass) | :addClass(args.belowclass) | ||
:css('text-align', 'center') | |||
-- @deprecated next; target .infobox-<name> .infobox-below | -- @deprecated next; target .infobox-<name> .infobox-below | ||
:cssText(args.belowstyle) | :cssText(args.belowstyle) | ||
| വരി 312: | വരി 315: | ||
:addClass(imageArgs.class) | :addClass(imageArgs.class) | ||
:cssText(imageArgs.datastyle) | :cssText(imageArgs.datastyle) | ||
:css('text-align', 'center') | |||
:wikitext(fixChildBoxes(imageArgs.data, 'td')) | :wikitext(fixChildBoxes(imageArgs.data, 'td')) | ||
else | else | ||
| വരി 333: | വരി 337: | ||
:tag('div') | :tag('div') | ||
:addClass('infobox-caption') | :addClass('infobox-caption') | ||
:css('text-align', 'center') | |||
-- @deprecated next; target .infobox-<name> .infobox-caption | -- @deprecated next; target .infobox-<name> .infobox-caption | ||
:cssText(args.captionstyle) | :cssText(args.captionstyle) | ||