Template:Dambigbox: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Derek Harkness
(Convert table to div. Simplify CSS code. Center box using margin:auto. Use em for font and margin sizes rather than px (accessability issue))
imported>Derek Harkness
(tweak font size)
Line 1: Line 1:
<div id ="" style="width:90%; border:1px #BBB solid; background-color:#eee; padding:0.5em; margin:0.5em auto; font-size:0.8em;">''{{{text}}}''</div>
<div id ="" style="width:90%; border:1px #BBB solid; background-color:#eee; padding:0.5em; margin:0.5em auto; font-size:1em;">''{{{text}}}''</div>
<noinclude>
<noinclude>
{{newtemplate
{{newtemplate

Revision as of 04:22, 26 April 2008

{{{text}}}



Template Description

A template for displaying a disambiguation box with text

Execution

{{dambigbox |text= (text goes here) }}

Sample

see Half-life

Caveats

none

Authors