Difference between revisions of "Template:ComponentBox"

From GMOD
Jump to: navigation, search
m
m
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div style="float: right; margin-left: 1em; margin-bottom: 1em; padding-left: 0.5em; padding-right: 0.5em; border: 1px solid #888888; background-color: #fafafa; line-height: 100%">
+
<noinclude>The ComponentBox template is small box floated right on the page, suitable for a short list of links.
<center>
+
 
{{{1}}}{{{2}}}{{{3}}}{{{4}}}{{{5}}}{{{6}}}
+
== Template code ==
</center>
+
<pre>
 +
<div class="componentBox">
 +
  {{{1|}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}}{{{6|}}}
 
</div>
 
</div>
 +
</pre>
 +
</noinclude><div class="componentBox">{{{1|}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}}{{{6|}}}</div>

Latest revision as of 18:34, 26 July 2012

The ComponentBox template is small box floated right on the page, suitable for a short list of links.

Template code

<div class="componentBox">
  {{{1|}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}}{{{6|}}}
</div>