User:Mmmpld: Difference between revisions
From Path of Diablo Wiki
mmmpld's page |
Table Collapse Test |
||
Line 1: | Line 1: | ||
mmmpld is a user of this wiki. | mmmpld is a user of this wiki. | ||
== Table Collapse Tests == | |||
<big>''' Custom collapsible 4 (table-row)'''</big> | |||
---- | |||
<table class="wikitable"> | |||
<tr> | |||
<th>X</th> <th>Y</th> <th>Z</th> | |||
</tr> | |||
<tr> | |||
<td><span class="mw-customtoggle-AA mw-customtoggle-BB mw-customtoggle-CC">I'm the mw-customtoggle for A, B and C. Click me to toggle three table-rows at once!</span></td> <td>20</td> <td>11</td> | |||
</tr> | |||
<tr id="mw-customcollapsible-AA" class="mw-collapsible mw-collapsed"> | |||
<td>I'm the mw-customcollapsible row A</td> <td>20</td> <td>7</td> | |||
</tr> | |||
<tr id="mw-customcollapsible-BB" class="mw-collapsible mw-collapsed"> | |||
<td>I'm the mw-customcollapsible row B</td> <td>21</td> <td>11</td> | |||
</tr> | |||
<tr id="mw-customcollapsible-CC" class="mw-collapsible mw-collapsed"> | |||
<td>I'm the mw-customcollapsible row C</td> <td>29</td> <td>1</td> | |||
</tr> | |||
<tr> | |||
<td>This is just a plain table cell</td><td>0</td><td>30</td> | |||
</tr> | |||
</table> |