Difference between revisions of "Ataraxis' Area"

Line 1: Line 1:
<div class="infobox"                            <!-- Opening parameter, creates Infobox -->
+
{{Infobox
 
+
|title        = ETCwiki.org Infobox
style="margin-left: 5px;                        <!-- Moves the table left/right by pixels. -->
+
|image        = [[Image:example.png|200px]]
float: right;                                    <!-- Sets the table to left/right side of the screen. -->
+
|header1 = Main Heading
width: 300px;                                    <!-- Sets the width of the infobox. -->
+
|header2 = First set of data
background: #FFFFFF;                            <!-- -->
+
|label2 = Label
border: solid #666666 1px;                      <!-- Infobox border style, color, and thickness -->
+
|data2  = Data
padding: 0px;                                    <!-- External thickness of the border -->
+
|header3 = Remove this line (optional)
font-size: x-small;                              <!-- Sets title font size (x-small, small, medium, large, x-large) -->
+
|label3  = More Label
{#if:{{{noclear|}}}| |clear:right;}}">          <!--  -->
+
|data3  = More data
 
 
<div style="text-decoration:none;                <!--  -->
 
background: #FFFFFF;                            <!-- Sets background color for title block. -->
 
padding: 2px;                                    <!-- Sets size inside box -->
 
text-align: center;                              <!-- Aligns internal text -->
 
style; font-size: 140%;                          <!-- Internal Text size -->
 
border-bottom: solid 1px #FFFFFF;">              <!-- Sets shadow thickness -->
 
 
 
'''{{{name|{{PAGENAME}}}}}'''                    <!-- Sets header to Page Name -->
 
 
 
</div>                                          <!-- Closing parameter. -->
 
 
 
 
 
<div style="background: #FFFFFF;                <!-- Section heading color -->
 
padding: 2px;                                    <!-- Thickness of header box -->
 
text-align: center;                              <!-- Header text alignment -->
 
style; font-size: normal;">                      <!-- -->
 
'''{{{name|{{PAGENAME}}}}}'''                                    <!-- Section header text -->
 
</div>                                          <!-- End header -->
 
 
 
<div style="padding: 2px;                        <!-- Thickness of section -->
 
text-align: left;">                              <!-- Section text alignment -->
 
'''{{{name|{{PAGENAME}}}}}'''                                    <!-- Section Text -->
 
</div>                                          <!-- End section -->
 
 
 
 
 
''Test 1 2 3''
 

Revision as of 18:33, 14 August 2011

{{Infobox |title = ETCwiki.org Infobox |image = 200px |header1 = Main Heading |header2 = First set of data |label2 = Label |data2 = Data |header3 = Remove this line (optional) |label3 = More Label |data3 = More data