Template:PopitBoxRow: Difference between revisions

From Imagisphere
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly><div  
<includeonly><div  
style="background-color:#fff; padding: {{{padding|8px}}}; min-height:{{{min-height|160px}}}; {{#if:{{{height|}}}|height:{{{height|500px}}};|}} {{#if:{{{width|}}}|width:{{{width|100%}}};|}}  
style="overflow-wrap: break-word;
background-color:#fff; padding: {{{padding|8px}}}; min-height:{{{min-height|160px}}}; {{#if:{{{height|}}}|height:{{{height|500px}}};|}} {{#if:{{{width|}}}|width:{{{width|100%}}};|}}  
margin: {{{margin|8px}}}; text-align: {{{text-align|center}}};
margin: {{{margin|8px}}}; text-align: {{{text-align|center}}};
-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;  
-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;  

Revision as of 03:05, 26 January 2024


SackboyControllerRender.png
Title

Header description.

Row Header
Hello, this is the main content section.
Row Header
Hello, this is the main content section.


Creates a subsection for the PopitBox template.

Usage

{{PopitBoxRow
| padding=       Specified padding; defaults to 8px on all sides.
| width=         Specified width; defaults to fit the page.
| height=        Specified height.
| min-height=    Minimum height; used to set a minimum height for the box.
| text-align=    Text alignment.
| no-head=       if set to true, will remove the Header from the PopitBox.
| header=        Header text
| content=       Content of the main section below the header.
}}