Template:Timeline: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Robert W King
No edit summary
imported>Robert W King
(The title will eventually be in there.)
 
(85 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{|table border="0" cellpadding="0" cellspacing="0" style="type:text/css;" width=100%
{|table border="0" cellpadding="0" cellspacing="0" style="type:text/css;" width=100%
|
|<div style="position: relative;
<div style="position: relative;
height:auto;
height: 24em;">
width:100%;"><div style="position: absolute;
</div>
border:0.15em solid #000;
|
top:4em;
<div style="position:absolute;  
left:1.9em;
border: 0.05em solid #000;  
width:0em;
top:7em;  
border-top:0;
left:4em;  
border-bottom:0;
width:2em;
border-left:0;
background-color: #000;">
border-right:1;
margin: 0 0 0 0;
height:{{{height}}}em;
z-index:1;">
</div>
</div>
<div style="position:absolute;
margin:0;
padding: 0;
top:8.5em;
left:2em;
margin-left:3.05em;
width:3em;
height:1em;
border: 0.05em solid #F00;
border-left:1;
border-right:0;
border-top:0;
border-bottom:1;">
</div>
</div>
<noinclude>
|}
|}
{{newtemplate
|description=Establishes the operating field for a timeline.  You <u>must</u> use this before using {{tl|TLevent}}. 
|execution=<pre>
{{Timeline
|height= this is for the leading line. (in em)
|title=Put title here.}}
</pre>
|sample= See [[Template:Timeline/Sample]]
|caveats=
*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).
*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]]
}}
</noinclude>

Latest revision as of 22:02, 10 April 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

See Template:Timeline/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