Difference between revisions of "Template:Card"
From NoiseWiki
Jump to navigationJump to searchZhoraNahren (talk | contribs) |
ZhoraNahren (talk | contribs) |
||
Line 9: | Line 9: | ||
</tr> | </tr> | ||
+ | <!-- Head Section 1 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection1|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section1}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 1 --> | ||
<tr style="display: {{{displaytitle1|table-row}}};"> | <tr style="display: {{{displaytitle1|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title1}}}:'''</td> <td valign="top">{{{text1}}}</td> | <td width="30%" valign="top">'''{{{title1}}}:'''</td> <td valign="top">{{{text1}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 2 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection2|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section2}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 2 --> | ||
<tr style="display: {{{displaytitle2|table-row}}};"> | <tr style="display: {{{displaytitle2|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title2}}}:'''</td> <td valign="top">{{{text2}}}</td> | <td width="30%" valign="top">'''{{{title2}}}:'''</td> <td valign="top">{{{text2}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 3 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection3|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section3}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 3 --> | ||
<tr style="display: {{{displaytitle3|table-row}}};"> | <tr style="display: {{{displaytitle3|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title3}}}:'''</td valign="top"> <td>{{{text3}}}</td> | <td width="30%" valign="top">'''{{{title3}}}:'''</td valign="top"> <td>{{{text3}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 4 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection4|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section4}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 4 --> | ||
<tr style="display: {{{displaytitle4|table-row}}};"> | <tr style="display: {{{displaytitle4|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title4}}}:'''</td> <td valign="top">{{{text4}}}</td> | <td width="30%" valign="top">'''{{{title4}}}:'''</td> <td valign="top">{{{text4}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 5 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection5|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section5}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 5 --> | ||
<tr style="display: {{{displaytitle5|table-row}}};"> | <tr style="display: {{{displaytitle5|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title5}}}:'''</td> <td valign="top">{{{text5}}}</td> | <td width="30%" valign="top">'''{{{title5}}}:'''</td> <td valign="top">{{{text5}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 6 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection6|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section6}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 6 --> | ||
<tr style="display: {{{displaytitle6|table-row}}};"> | <tr style="display: {{{displaytitle6|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title6}}}:'''</td> <td valign="top">{{{text6}}}</td> | <td width="30%" valign="top">'''{{{title6}}}:'''</td> <td valign="top">{{{text6}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 7 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection7|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section7}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 7 --> | ||
<tr style="display: {{{displaytitle7|table-row}}};"> | <tr style="display: {{{displaytitle7|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title7}}}:'''</td> <td valign="top">{{{text7}}}</td> | <td width="30%" valign="top">'''{{{title7}}}:'''</td> <td valign="top">{{{text7}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 8 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection8|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section8}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 8 --> | ||
<tr style="display: {{{displaytitle8|table-row}}};"> | <tr style="display: {{{displaytitle8|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title8}}}:'''</td> <td valign="top">{{{text8}}}</td> | <td width="30%" valign="top">'''{{{title8}}}:'''</td> <td valign="top">{{{text8}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 9 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection9|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section9}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 9 --> | ||
<tr style="display: {{{displaytitle9|table-row}}};"> | <tr style="display: {{{displaytitle9|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title9}}}:'''</td> <td valign="top">{{{text9}}}</td> | <td width="30%" valign="top">'''{{{title9}}}:'''</td> <td valign="top">{{{text9}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 10 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection10|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section10}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 10 --> | ||
<tr style="display: {{{displaytitle10|table-row}}};"> | <tr style="display: {{{displaytitle10|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title10}}}:'''</td> <td valign="top">{{{text10}}}</td> | <td width="30%" valign="top">'''{{{title10}}}:'''</td> <td valign="top">{{{text10}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 11 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection11|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section11}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 11 --> | ||
<tr style="display: {{{displaytitle11|table-row}}};"> | <tr style="display: {{{displaytitle11|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title11}}}:'''</td> <td valign="top">{{{text11}}}</td> | <td width="30%" valign="top">'''{{{title11}}}:'''</td> <td valign="top">{{{text11}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 12 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection12|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section12}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 12 --> | ||
<tr style="display: {{{displaytitle12|table-row}}};"> | <tr style="display: {{{displaytitle12|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title12}}}:'''</td> <td valign="top">{{{text12}}}</td> | <td width="30%" valign="top">'''{{{title12}}}:'''</td> <td valign="top">{{{text12}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 13 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection13|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section13}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 13 --> | ||
<tr style="display: {{{displaytitle13|table-row}}};"> | <tr style="display: {{{displaytitle13|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title13}}}:'''</td> <td valign="top">{{{text13}}}</td> | <td width="30%" valign="top">'''{{{title13}}}:'''</td> <td valign="top">{{{text13}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 14 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection14|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section14}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 14 --> | ||
<tr style="display: {{{displaytitle14|table-row}}};"> | <tr style="display: {{{displaytitle14|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title14}}}:'''</td> <td valign="top">{{{text14}}}</td> | <td width="30%" valign="top">'''{{{title14}}}:'''</td> <td valign="top">{{{text14}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 15 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection15|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section15}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 15 --> | ||
<tr style="display: {{{displaytitle15|table-row}}};"> | <tr style="display: {{{displaytitle15|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title15}}}:'''</td> <td valign="top">{{{text15}}}</td> | <td width="30%" valign="top">'''{{{title15}}}:'''</td> <td valign="top">{{{text15}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 16 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection16|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section16}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 16 --> | ||
<tr style="display: {{{displaytitle16|table-row}}};"> | <tr style="display: {{{displaytitle16|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title16}}}:'''</td> <td valign="top">{{{text16}}}</td> | <td width="30%" valign="top">'''{{{title16}}}:'''</td> <td valign="top">{{{text16}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 17 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection17|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section17}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 17 --> | ||
<tr style="display: {{{displaytitle17|table-row}}};"> | <tr style="display: {{{displaytitle17|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title17}}}:'''</td> <td valign="top">{{{text17}}}</td> | <td width="30%" valign="top">'''{{{title17}}}:'''</td> <td valign="top">{{{text17}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 18 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection18|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section18}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 18 --> | ||
<tr style="display: {{{displaytitle18|table-row}}};"> | <tr style="display: {{{displaytitle18|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title18}}}:'''</td> <td valign="top">{{{text18}}}</td> | <td width="30%" valign="top">'''{{{title18}}}:'''</td> <td valign="top">{{{text18}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 19 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection19|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section19}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 19 --> | ||
<tr style="display: {{{displaytitle19|table-row}}};"> | <tr style="display: {{{displaytitle19|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title19}}}:'''</td> <td valign="top">{{{text19}}}</td> | <td width="30%" valign="top">'''{{{title19}}}:'''</td> <td valign="top">{{{text19}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 20 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection20|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section20}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 20 --> | ||
<tr style="display: {{{displaytitle20|table-row}}};"> | <tr style="display: {{{displaytitle20|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title20}}}:'''</td> <td valign="top">{{{text20}}}</td> | <td width="30%" valign="top">'''{{{title20}}}:'''</td> <td valign="top">{{{text20}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 21 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection21|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section21}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 21 --> | ||
<tr style="display: {{{displaytitle21|table-row}}};"> | <tr style="display: {{{displaytitle21|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title21}}}:'''</td> <td valign="top">{{{text21}}}</td> | <td width="30%" valign="top">'''{{{title21}}}:'''</td> <td valign="top">{{{text21}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 22 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection22|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section22}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 22 --> | ||
<tr style="display: {{{displaytitle22|table-row}}};"> | <tr style="display: {{{displaytitle22|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title22}}}:'''</td> <td valign="top">{{{text22}}}</td> | <td width="30%" valign="top">'''{{{title22}}}:'''</td> <td valign="top">{{{text22}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 23 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection23|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section23}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 23 --> | ||
<tr style="display: {{{displaytitle23|table-row}}};"> | <tr style="display: {{{displaytitle23|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title23}}}:'''</td> <td valign="top">{{{text23}}}</td> | <td width="30%" valign="top">'''{{{title23}}}:'''</td> <td valign="top">{{{text23}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 24 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection24|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section24}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 24 --> | ||
<tr style="display: {{{displaytitle24|table-row}}};"> | <tr style="display: {{{displaytitle24|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title24}}}:'''</td> <td valign="top">{{{text24}}}</td> | <td width="30%" valign="top">'''{{{title24}}}:'''</td> <td valign="top">{{{text24}}}</td> | ||
</tr> | </tr> | ||
+ | <!-- Head Section 25 --> | ||
+ | <tr style="background-color:{{{colorsection|#a0a0a0}}}; display: {{{displaysection25|none}}}; text-align: center;"> | ||
+ | <td colspan="2" valign="middle">'''{{{section25}}}'''</td> | ||
+ | </tr> | ||
+ | |||
+ | <!-- Item 25 --> | ||
<tr style="display: {{{displaytitle25|table-row}}};"> | <tr style="display: {{{displaytitle25|table-row}}};"> | ||
<td width="30%" valign="top">'''{{{title25}}}:'''</td> <td valign="top">{{{text25}}}</td> | <td width="30%" valign="top">'''{{{title25}}}:'''</td> <td valign="top">{{{text25}}}</td> |