Template:Tlsubevent: Difference between revisions
Jump to navigation
Jump to search
imported>Robert W King mNo edit summary |
imported>Robert W King mNo edit summary |
||
Line 9: | Line 9: | ||
border-left:1; | border-left:1; | ||
border-right:0; | border-right:0; | ||
z-index: | z-index:4; | ||
margin-top:{{{margin}}};"></div> | margin-top:{{{margin}}};"></div> | ||
<div style="position:relative; | <div style="position:relative; | ||
Line 17: | Line 17: | ||
width:{{{width}}}; | width:{{{width}}}; | ||
background-color: {{{color}}}; | background-color: {{{color}}}; | ||
z-index: | z-index:4; | ||
margin-bottom:{{{margin}}};"><font style="padding: | margin-bottom:{{{margin}}};"><font style="padding: 4px; margin:3px; display:block;">{{{event}}}</font> | ||
</div> | </div> | ||
</div> | </div> |
Revision as of 11:50, 28 April 2008
{{{event}}}
Template Description
a subevent timeline card to go right after {{tlevent}} when using the {{timeline}} template.
Execution
{{tlsubevent |width=width in pixels, percent, or em (recommended using fixed width) |event=your event here |color=background color (in hex, "plain english" colors, or shortened hex/rgb) |margin=how far down the "stem" appears |height=height of the "stem" }}
Sample
See Template:Timeline/Sample, specifically Template:Timeline/Sample#Test_tlsubevent
Caveats
- See Template:Timeline/Sample for issues.
- you will probably have to adjust the "height" and "margin" for each subevent! I apologize that it is like this, but the varying height of the initial {{tlevent}} makes it this way.
Authors