Template:Divbox: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(mandatory id leads to ill-formed XHTML)
(see also)
Line 27: Line 27:
<div style="{{divstylewhite}}; width:5em; float:left; margin:.3em">white</div>
<div style="{{divstylewhite}}; width:5em; float:left; margin:.3em">white</div>
<div style="{{divstyleyellow}}; width:5em; float:left; margin:.3em">yellow</div>
<div style="{{divstyleyellow}}; width:5em; float:left; margin:.3em">yellow</div>
==See also==
*{{tl|divhide}} (for hiding things)
<!--[[Category:Wikipedia formatting templates|Divbox]]-->
<!--[[Category:Wikipedia formatting templates|Divbox]]-->
{{Uncategorized|date=June 2008}}
{{Uncategorized|date=June 2008}}
</noinclude>
</noinclude>

Revision as of 15:03, 7 July 2008

How to use

{{divbox|color of box|Headtitle|Message}}

Example

{{divbox|green|An example|This is only an example of how this template works.}}

Writing this code will give you...


Available colors

amber
black
bloodred
blue
brown
forest
gold
gray
green
navy
none
orange
plain
purple
red
white
yellow

See also

Template:Uncategorized