"ഘടകം:Infobox" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
(ചെ.) വിവരങ്ങൾ നടുവിൽ വരാനുള്ള തിരുത്ത് റ്റാഗ്: Reverted |
(ചെ.) അലൈന്മെന്റ് മാറ്റി |
||
| (ഒരേ ഉപയോക്താവ് ചെയ്ത ഇടയ്ക്കുള്ള ഒരു നാൾപ്പതിപ്പ് പ്രദർശിപ്പിക്കുന്നില്ല) | |||
| വരി 195: | വരി 195: | ||
:addClass(not rowArgs.label and 'infobox-full-data' or 'infobox-data') | :addClass(not rowArgs.label and 'infobox-full-data' or 'infobox-data') | ||
:addClass(rowArgs.class) | :addClass(rowArgs.class) | ||
-- @deprecated next; target .infobox-<name> .infobox(-full)-data | -- @deprecated next; target .infobox-<name> .infobox(-full)-data | ||
:cssText(rowArgs.datastyle) | :cssText(rowArgs.datastyle) | ||
| വരി 316: | വരി 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 | ||
| വരി 337: | വരി 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) | ||