Difference between revisions of "Template:MelodieContained"

From RPC Library
Jump to navigation Jump to search
(Created page with "<includeonly><div style="background: #000; border-radius:8px;min-width: 1100px; padding: 50px 0;"> <div style="width: 980px; padding: 20px; margin: 0 auto; background: #fff;...")
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly><div style="background: #000; border-radius:8px;min-width: 1100px; padding: 50px 0;">
+
<includeonly><div style="background: {{{background|#000}}}; border-radius:8px;min-width: 1100px; padding: 50px 0;">
 +
<div style="width: 980px; padding: 20px; margin: 0 auto; background: #fff; border-radius: 4px;">
 +
{{{content}}}
 +
</div>
 +
</div></includeonly>
 +
<noinclude>
 +
 
 +
Usage:
 +
 
 +
<nowiki>{{</nowiki>MelodieContained
 +
|background = black
 +
|content = Your Content
 +
<nowiki>}}</nowiki>
 +
 
 +
Appearance:
 +
<div style="background: #000; border-radius:8px;min-width: 1100px; padding: 50px 0;">
 
<div style="width: 980px; padding: 20px; margin: 0 auto; background: #fff; border-radius: 4px;">
 
<div style="width: 980px; padding: 20px; margin: 0 auto; background: #fff; border-radius: 4px;">
 
Your content goes here.
 
Your content goes here.
 
</div>
 
</div>
</div><noinclude>
+
</div>
Test
+
</noinclude>

Latest revision as of 17:28, 18 December 2015


Usage:

{{MelodieContained
|background = black
|content = Your Content
}}

Appearance:

Your content goes here.