Template:Box: Difference between revisions

From 44Net Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
<includeonly>{| width={{{WIDTH}}} style="border: 0; background-color: #ffffff" cellpadding="0" cellspacing="3"
<includeonly>{| width={{{WIDTH}}} style="border: 0; background-color: #ffffff" cellpadding="0" cellspacing="3"
| style="width: {{{WIDTH}}}; vertical-align: top; border:1px solid {{{BORDER}}}; background-color: #ffffff" |
| style="width: {{{WIDTH}}}; vertical-align: top; border:1px solid {{{BORDER}}}; background-color: #ffffff" |
<div style="background-color:{{{BACKGROUND}}}; font-size:1px; height:8px; border-bottom:1px solid {{{BORDER}}};"></div>{{#if:{{{ICON|}}}|<div style="float:right; margin:8px; margin-top:5px">{{{ICON}}}</div>}}{{#if:{{{HEADING|}}}|<div style="padding:0.5em 0.3em 0.3em 0.3em; margin:0; text-indent:0.1em; font-weight: bold; border-bottom:1px solid #aaaaaa;">{{{HEADING}}}</div>}}
<div style="background-color:{{{BACKGROUND}}}; font-size:1px; height:8px; border-bottom:1px solid {{{BORDER}}};"></div>
<div style="padding:0.5em 0.3em 0.3em 0.3em; margin:0; text-indent:0.1em; font-weight: bold; border-bottom:1px solid #aaaaaa;">{{{HEADING}}}</div>
<div style="font-size:100%; padding:3px">
<div style="font-size:100%; padding:3px">
{|valign=top cellpadding=0 cellspacing=3 width=100%
{|valign=top cellpadding=0 cellspacing=3 width=100%

Latest revision as of 19:42, 4 April 2024


Template Explanation - Box

Usage

{{Box|
 BORDER = #8898bf|
 BACKGROUND = #a8d3ff|
 WIDTH = 100%|
 ICON = [[Image:filename.png|24px]]|
 HEADING = The Heading|
 CONTENT = '''Some Points'''
 * Everybody loves filltexts.
 }}

Arguments

6