Test page: Difference between revisions
From Idle Clans wiki
mNo edit summary |
m (production slider w table) |
||
Line 2: | Line 2: | ||
<div class="mw-slider"></div> | <div class="mw-slider"></div> | ||
<table border="1"> | |||
<tr> | |||
<th>Item</th> | |||
<th>Base Time (s)</th> | |||
<th>Adjusted Time (s)</th> | |||
</tr> | |||
<tr> | |||
<td>Item 1</td> | |||
<td>100</td> | |||
<td class="production-time" data-original-time="100">100</td> | |||
</tr> | |||
<tr> | |||
<td>Item 2</td> | |||
<td>150</td> | |||
<td class="production-time" data-original-time="150">150</td> | |||
</tr> | |||
<tr> | |||
<td>Item 3</td> | |||
<td>200</td> | |||
<td class="production-time" data-original-time="200">200</td> | |||
</tr> | |||
</table> |
Revision as of 02:49, 18 February 2025
this is a test page for css/html/js stuff
Item | Base Time (s) | Adjusted Time (s) |
---|---|---|
Item 1 | 100 | 100 |
Item 2 | 150 | 150 |
Item 3 | 200 | 200 |