Template:PopitBoxRow: Difference between revisions

From Imagisphere
Jump to navigation Jump to search
m (padding)
mNo edit summary
Line 1: Line 1:
<includeonly><div  
<includeonly><div  
style="background-color: #fff; background-image: linear-gradient(#ffffffd0 20%, #ffffff40 100%); padding: {{{padding|8px}}}; min-height:{{{min-height|160px}}}; {{#if:{{{height|}}}|height:{{{height|500px}}};|}} {{#if:{{{width|}}}|width:{{{width|100%}}};|}}  
style="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}}};
border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px;  
-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;  
box-shadow:0px 0px 5px #ffffffd0; -moz-box-shadow:0px 0px 5px #ffffffd0; -webkit-box-shadow:0px 0px 5px #ffffffd0;">
-moz-box-shadow:0px 0px 5px #ffffffd0; -webkit-box-shadow:0px 0px 5px #ffffffd0; box-shadow:0px 0px 5px #ffffffd0; ">
{{#if:{{{no-head|}}}||<font face="Omnes SemiBold" size="+1">{{{header|Row Header}}}</font><br>}}{{{content|Hello, this is the main content section.}}}</div></includeonly><noinclude>
{{#if:{{{no-head|}}}||<font face="Omnes SemiBold" size="+1">{{{header|Row Header}}}</font><br>}}{{{content|Hello, this is the main content section.}}}</div></includeonly><noinclude>



Revision as of 02:00, 3 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.
}}