Template:TLevent: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Robert W King
No edit summary
imported>Robert W King
No edit summary
Line 20: Line 20:
z-index:3;">{{{event}}}
z-index:3;">{{{event}}}
</div>
</div>
<br/>
<noinclude>
<noinclude>
<br/><br/>
<br/><br/>
Line 45: Line 44:




|caveats=After you place the last event in the timeline, be sure to put <code><nowiki>|}</nowiki></code> at the end to close off the table.
|caveats=
*After you place the last event in the timeline, be sure to put <code><nowiki>|}</nowiki></code> at the end to close off the table.
*Make sure your units for width are in '''em''' or '''percent'''.
*Use <code><nowiki><br/></nowiki></code> after your table to push the wiki text down so it won't overlap.
|authors=*[[User:Robert_W_King|Robert King]]
|authors=*[[User:Robert_W_King|Robert King]]
}}
}}
</noinclude>
</noinclude>

Revision as of 14:03, 10 March 2008

{{{event}}}





Template Description

Used as an element within {{Timeline}}. Please note that all units used on this template should be in "em"s, not pixels!

Execution

{{TLevent
|event= Describe your event.
|width= Width in em or percent
|color= in "plain english", #FFF hex, or #123ABC hex.
}}

Sample

This one time, in band camp... I used the color white





Caveats

  • After you place the last event in the timeline, be sure to put |} at the end to close off the table.
  • Make sure your units for width are in em or percent.
  • Use <br/> after your table to push the wiki text down so it won't overlap.

Authors