Template:Timeline: Difference between revisions
Jump to navigation
Jump to search
imported>Robert W King No edit summary |
imported>Robert W King No edit summary |
||
Line 29: | Line 29: | ||
*When using {{tl|TLevent}} make sure to add <code><nowiki>|}</nowiki></code> at the bottom to ensure the table gets closed off. (Otherwise it will wreck the formatting.)) | *When using {{tl|TLevent}} make sure to add <code><nowiki>|}</nowiki></code> at the bottom to ensure the table gets closed off. (Otherwise it will wreck the formatting.)) | ||
*If you find the "leading line" isn't long enough, just increase the "height" value (in em). | *If you find the "leading line" isn't long enough, just increase the "height" value (in em). | ||
*To push wiki text down and prevent the timeline from appearing "on top" of text below it, use <code><nowiki><br/></nowiki></code>ses after the final {{tl|TLevent}} and the subsequent table close (<code><nowiki>|}</nowiki></code>). | |||
|authors=*[[User:Robert_W_King|Robert King]] | |authors=*[[User:Robert_W_King|Robert King]] | ||
}} | }} | ||
</noinclude> | </noinclude> |
Revision as of 14:11, 10 March 2008
Template Description
Establishes the operating field for a timeline. You must use this before using {{TLevent}}.
Execution
{{Timeline |height= this is for the leading line. (in em) |title=Put title here.}}
Sample
Caveats
- When using {{TLevent}} make sure to add
|}
at the bottom to ensure the table gets closed off. (Otherwise it will wreck the formatting.)) - If you find the "leading line" isn't long enough, just increase the "height" value (in em).
- To push wiki text down and prevent the timeline from appearing "on top" of text below it, use
<br/>
ses after the final {{TLevent}} and the subsequent table close (|}
).
Authors