Difference between revisions of "Template:SingleBasicBox"

(Information site moved to Template:SingleBasicBox: Moved back to original Template page. )
 
(3 intermediate revisions by 3 users not shown)
Line 8: Line 8:
 
== Instructions ==
 
== Instructions ==
  
{{font|125%|'''Title:'''}}
+
{{font|125%|'''Example:'''}}
  
 
<div style="float:left; width=49%; padding-left:20px;">
 
<div style="float:left; width=49%; padding-left:20px;">
 
<pre>
 
<pre>
We offer product reviews for: Hand Blender, Blender, Oster, Kitchen Aid, Breville, Dualit, Hamilton Beach and more.
+
{{SingleBasicBox
 +
| body = enter text here
 +
}}
 
</pre></div>
 
</pre></div>
  
 
{{Clear}}
 
{{Clear}}
{{font|135%|'''Description:'''}}
+
{{font|135%|'''Result:'''}}
 
{{Clear}}
 
{{Clear}}
  
 
{{SingleBasicBox
 
{{SingleBasicBox
| body = Quality unbiased reviews of blender and food processor models from all the leading brands. Do not be caught unprepared for your next kitchen appliance. For more resource about hand blender, blender, oster & more please visit: http://www.blender-guide.com.
+
| body = enter text here
 
}}
 
}}
  
  
{{font|125%|'''Keyword:'''}} Changing the background: You can use the RGB and Hex code also, besides simply green, blue, red or some other basic color.
+
{{font|125%|'''Example:'''}} Changing the background: You can use the RGB and Hex code also, besides simply green, blue, red or some other basic color.
  
 
<div style="float:left; width=49%; padding-left:20px;">
 
<div style="float:left; width=49%; padding-left:20px;">
 
<pre>
 
<pre>
hand blender, blender, oster
+
{{SingleBasicBox
 +
| background-color = green
 +
| body = enter text here
 +
}}
 
</pre></div>
 
</pre></div>
 
{{Clear}}
 
{{Clear}}
 
<br>
 
<br>
{{font|135%|'''Keyword:'''}}
+
{{font|135%|'''Result:'''}}
 
{{Clear}}
 
{{Clear}}
 
{{SingleBasicBox
 
{{SingleBasicBox
 
| background-color = green
 
| background-color = green
| body = hand blender, blender, oster
+
| body = enter text here
 
}}
 
}}
  
{{font|125%|'''Website:'''}} Changing Text color: Again you can use the RGB, Hex or simply the color name.
+
{{font|125%|'''Example:'''}} Changing Text color: Again you can use the RGB, Hex or simply the color name.
  
 +
<div style="float:left; width=49%; padding-left:20px;">
 +
<pre>
 +
{{SingleBasicBox
 +
| background-color = green
 +
| body = enter text here
 +
| text-color = #E0EB26
 +
}}
 +
</pre></div>
 
{{Clear}}
 
{{Clear}}
{{font|135%|'''Website:'''}}
+
{{font|135%|'''Result:'''}}
 
{{Clear}}
 
{{Clear}}
  
 
{{SingleBasicBox
 
{{SingleBasicBox
| background-color = white
+
| background-color = green
| body = http://www.blender-guide.com
+
| body = enter text here
| text-color = green
+
| text-color = #E0EB26
 +
}}
 +
 
 +
{{font|125%|'''Example:'''}} Text alignment: Use left, right or center to change the text alignment (left by default).
 +
 
 +
<div style="float:left; width=49%; padding-left:20px;">
 +
<pre>
 +
{{SingleBasicBox
 +
| background-color = green
 +
| body = enter text here
 +
| text align = center
 +
| text-color = yellow
 +
}}
 +
</pre></div>
 +
{{Clear}}
 +
{{font|135%|'''Result:'''}}
 +
{{Clear}}
 +
{{SingleBasicBox
 +
| background-color = green
 +
| body = enter text here
 +
| text align = center
 +
| text-color = yellow
 
}}
 
}}
  
 +
 +
{{font|125%|'''Example:'''}} Font Size: Use percentage to change the font size (normal by default).
 +
 +
<div style="float:left; width=49%; padding-left:20px;">
 +
<pre>
 +
{{SingleBasicBox
 +
| background-color = green
 +
| body = enter text here
 +
| text align = center
 +
| text-color = black
 +
| font-size = 150%
 +
}}
 +
</pre></div>
 +
{{Clear}}
 +
{{font|135%|'''Result:'''}}
 
{{Clear}}
 
{{Clear}}
  
 +
{{SingleBasicBox
 +
| background-color = green
 +
| body = enter text here
 +
| text align = center
 +
| text-color = yellow
 +
| font-size = 150%
 +
}}
 +
{{Clear}}
 
== Other Basic Boxes ==
 
== Other Basic Boxes ==
 
Also see [[AboutUsBasicBox]] and [[AboutUsMultiColumnBox]].
 
Also see [[AboutUsBasicBox]] and [[AboutUsMultiColumnBox]].

Latest revision as of 08:30, 6 February 2010

{{{body}}}

Instructions

Example:

{{SingleBasicBox
| body = enter text here
}}


Result:


enter text here


Example: Changing the background: You can use the RGB and Hex code also, besides simply green, blue, red or some other basic color.

{{SingleBasicBox
| background-color = green
| body = enter text here
}}


Result:

enter text here


Example: Changing Text color: Again you can use the RGB, Hex or simply the color name.

{{SingleBasicBox
| background-color = green
| body = enter text here
| text-color = #E0EB26
}}


Result:


enter text here


Example: Text alignment: Use left, right or center to change the text alignment (left by default).

{{SingleBasicBox
| background-color = green
| body = enter text here
| text align = center
| text-color = yellow
}}


Result:

enter text here


Example: Font Size: Use percentage to change the font size (normal by default).

{{SingleBasicBox
| background-color = green
| body = enter text here
| text align = center
| text-color = black
| font-size = 150%
}}


Result:


enter text here

Other Basic Boxes

Also see AboutUsBasicBox and AboutUsMultiColumnBox.