Template:Box
From New York City LDS History
(Difference between revisions)
LDSdbSysop (Talk | contribs) (New page: <includeonly>{| width="{{{width}}}" style="float:{{{float}}};" | class="MainPageBG" style="width:100%; border:1px solid #{{ #switch: {{{color}}} | pink=f2cedf | orange=f2dfce | yellow=f2f...) |
LDSdbSysop (Talk | contribs) (Undo revision 2738 by LDSdbSysop (talk)) |
(3 intermediate revisions by one user not shown) |
Latest revision as of 23:28, 15 May 2012
Purpose
To easily produce boxes with matching colored titles and borders.
Usage
Field Name | Usage | Description |
---|---|---|
color | optional | Valid options: pink, orange, yellow, green, blue and purple. Default: Gray box title, white background for body, shades of gray for borders. |
float | optional | Valid options: left or right. Default: left. |
width | optional | Values can be expressed in either % or px. Default: adjusts to width of content. |
title | mandatory | The title of the box. |
content | mandatory | The content to be displayed in the box. |
Examples
|
{{Box | title=Default Box | content=This box has all default settings. }} |
|
{{Box | color=blue | float=right | width=75% | title=Blue Box | content=This is a test A }} |
|
{{Box | color=purple | title=Purple Box | content=Link to [[LDSClerks]]<br><small>follow the link</small> }} |
|
{{Box | color=green | width=500px | title=Green Box | content=Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. }} |