Template:Box top/doc

Revision as of 16:34, 27 February 2022 by CoreyPlover (talk | contribs) (Created page with "=== Usage === Place the '''Box top''' template above your desired content and then place '''Box bottom''' at the end. <pre>{{Box top | bg = background color for the box (Default is #EDEAFF) | content = [Optional] Content to include as a header | boxstyle = [Optional] CSS style to add to box content | style = [Optional] CSS style to add to header }} {{Box bottom | content = [Optional] Content to include as a footer | style = [Optional] CS...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

Place the Box top template above your desired content and then place Box bottom at the end.

{{Box top
| bg          = background color for the box (Default is #EDEAFF)
| content     = [Optional] Content to include as a header
| boxstyle    = [Optional] CSS style to add to box content
| style       = [Optional] CSS style to add to header
}}

{{Box bottom
| content     = [Optional] Content to include as a footer
| style       = [Optional] CSS style to add to footer
}}

Example

{{Box top|content=''This is a header''}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
{{Box bottom}}
This is a header

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.