Difference between revisions of "Template:ComponentBox"

From GMOD
Jump to: navigation, search
m (New page: <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%"> <center...)
 
m
 
(9 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}}}'''
+
== Template code ==
'''{{{2}}}'''
+
<pre>
'''{{{3}}}'''
+
<div class="componentBox">
'''{{{4}}}'''
+
  {{{1|}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}}{{{6|}}}
</center>
+
 
</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>