Template:SectionFooter: Difference between revisions
Jump to navigation
Jump to search
m Admin moved page Template:Other useful links to Template:SectionFooter without leaving a redirect |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div id="mdcontainer01" class="main"> | <div id="mdcontainer01" class="main"> | ||
<div id="mdcontainer01" class="smallhead"> | <div id="mdcontainer01" class="smallhead{{{GradientColor|blue}}}"> | ||
<h2> | <h2>{{{SectionTitle}}}</h2> | ||
</div> | </div> | ||
<div id="mdcontainer01" class="content"> | <div id="mdcontainer01" class="content"> | ||
{{{SectionBody}}} | |||
</div> | </div> | ||
</div> | </div> | ||
<noinclude> | |||
== Usage == | |||
<code> | |||
<nowiki>{{</nowiki> | |||
SectionHeader<br> | |||
|GradientColor=<br> | |||
|SectionTitle=<br> | |||
|SectionBody=<br> | |||
<nowiki>}}</nowiki> | |||
</code> | |||
[[Category:MD Templates]] | |||
</noinclude> |
Latest revision as of 20:07, 13 August 2012
{{{SectionTitle}}}
{{{SectionBody}}}
Usage
{{
SectionHeader
|GradientColor=
|SectionTitle=
|SectionBody=
}}