Template:PopitBoxRow: Difference between revisions

From Imagisphere
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly><div  
<includeonly><div  
style="overflow-wrap: break-word;
class="popitboxrow" 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%}}};|}}  
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}}};
Line 31: Line 31:
}}</pre>
}}</pre>


[[Category:Templates]]</noinclude>
[[Category:Content box templates]]</noinclude>

Latest revision as of 17:45, 18 June 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.


Pages that use this 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.
}}