تم إضافة 1٬074 بايت
، قبل 10 سنوات
<table align={{{align|left}}} style="background:transparent;border:none;">
<!--outer table above allows center alignment - collapsible table starts-->
<tr><td>
<table class="{{{myclass|collapsible}}}"
cellpadding={{{padding|0px}}}
style="width:{{{width|300px}}};{{{mystyleT|background-color:{{{background|white}}}; border:{{{border|1px solid black}}};}}}">
<!--heading of collapsible table starts-->
<tr><th style="{{{mystyleH|font-family:{{{hff|Arial}}};font-size:{{{hfs|
1.2em}}};font-weight:{{{hfw|normal}}}; background:{{{hbgc|
transparent}}};color:{{{hfc|black}}}; padding-right:3em;text-align:{{{hhta|
center}}};}}}">{{{header|{{{1}}}}}}</th></tr>
<tr>
<td style="{{{mystyleC|font-family:{{{cff|Arial}}};font-size:{{{cfs|
1em}}};font-weight:{{{cfw|normal}}};padding:{{{cp|10px}}};color:
{{{cfc|black}}};background-color:{{{cbgc|white}}};line-height:{{{clh|
normal}}};word-spacing:{{{cws|normal}}};letter-spacing:{{{cls|
normal}}};text-align:{{{chta|left}}};}}}"> {{{content|{{{2}}}}}}</td>
</tr>
</table>
</td></tr>
</table>
<noinclude>
{{clear}}
</noinclude>