Template:Timeline of Homestar Runner
From Homestar Runner Wiki
(Difference between revisions)
(→Adding a new year: instructions) |
(→Adding new events: spelling) |
||
Line 11: | Line 11: | ||
*To add new items to the timeline, place them in the ''first'' <code><td></code> for the appropriate year. Again, copying and pasting an existing item is probably the easiest way. | *To add new items to the timeline, place them in the ''first'' <code><td></code> for the appropriate year. Again, copying and pasting an existing item is probably the easiest way. | ||
**Notice that each item has in front <code><span style="postition: relative; top: 0px;"></code>. | **Notice that each item has in front <code><span style="postition: relative; top: 0px;"></code>. | ||
- | **This can be used to | + | **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. |
<br/><hr/><br/> | <br/><hr/><br/> | ||
</noinclude><div style="background: #fff; float: right; font-size: smaller;"><table border="0" cellspacing="0" cellpadding="0"> | </noinclude><div style="background: #fff; float: right; font-size: smaller;"><table border="0" cellspacing="0" cellpadding="0"> |
Revision as of 22:00, 12 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
<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