Template:Divbox/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Documentation subpage}}
=== Usage ===
<nowiki>{{divbox|color of box|Headtitle|Message}}</nowiki>
==Example==
<nowiki>{{divbox|green|An example|This is only an example of how this template works.}}</nowiki>


Writing this code will give you...
Writing this code will give you...
Line 22: Line 28:
<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)
<includeonly>
<!-- [[Category:Wikipedia formatting templates|Divbox]] -->
</includeonly>

Revision as of 17:22, 23 November 2008


Usage

{{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