Template:Timeline of Homestar Runner
From Homestar Runner Wiki
(Difference between revisions)
GreenHelmet (Talk | contribs) (fine-tune event's vertical placement -- replace placeholder content with real stuff -- add images for 2007/2008) |
GreenHelmet (Talk | contribs) (try out putting the images in 2003 on top of each other instead of staggered) |
||
Line 60: | Line 60: | ||
<!-- 2003 --><tr> | <!-- 2003 --><tr> | ||
<td style="width: 133px; height: 60px; text-align: right"> | <td style="width: 133px; height: 60px; text-align: right"> | ||
- | <span style="position: relative; top: - | + | <span style="position: relative; top: -20px;">20X6 →</span> <br/> |
<span style="position: relative; top: 0px;">Trogdor →</span> <br/> | <span style="position: relative; top: 0px;">Trogdor →</span> <br/> | ||
- | <span style="position: relative; top: | + | <span style="position: relative; top: 20px;">puppet stuff →</span> |
</td> | </td> | ||
- | <td style="width: 100px; height: 60px; padding-left: 5px; border-left: solid #000 10px; background: #fff;"> <span style="float: left">'''2003'''</span> <span style="float: right">[[Image:trogday.PNG| | + | <td style="width: 100px; height: 60px; padding-left: 5px; border-left: solid #000 10px; background: #fff;"> <span style="float: left">'''2003'''</span> <span style="float: right; border: solid #ddd 1px;">[[Image:trogday.PNG|66px]]</span><span style="float: right;">[[Image:PuppetTime.png|68px]]</span></td> |
</tr> | </tr> | ||
Line 88: | Line 88: | ||
<!-- 2007 --><tr> | <!-- 2007 --><tr> | ||
- | <td style="width: 133px; height: | + | <td style="width: 133px; height: 30px; text-align: right"></td> |
- | <td style="width: 100px; height: | + | <td style="width: 100px; height: 30px; padding-left: 5px; border-left: solid #000 10px; background: #fff;"> <span style="float: left">'''2007'''</span> <span style="float: right">[[Image:New_Paper_Icon.png|68px]]</span></td> |
</tr> | </tr> | ||
Revision as of 15:37, 13 July 2008
Instructions
Adding a new year
- The easiest way is to copy and paste an existing year, and edit it as needed. It should be placed at the very end, but before the closing
</table>
tag.- Years begin with:
<!-- 20X6 --><tr>
- And end with:
</tr>
- Years begin with:
- When adjusting the height of a year, the value must be changed in both
<td>
elements.- Note: if adjusting the height of an existing year, be sure to readjust the placement of individual items if needed (see below).
Adding new events
- To add new items to the timeline, place them in the first
<td>
for the appropriate year. Again, copying and pasting an existing item is probably the easiest way.- Notice that each item has in front
<span style="postition: relative; top: 0px;">
. - This can be used to vertically position the item. By increasing this number, the item moves down, decreasing moves it up. Negative numbers are allowed.
- Notice that each item has in front