Difference between revisions of "Godhand"

 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<!-- Hide
 
<!-- Hide
 
 
{| class="infobox" style="width: 30em; font-size:85%; text-align:left"
 
{| class="infobox" style="width: 30em; font-size:85%; text-align:left"
 
|+ style="font-size: 160%" | '''{{{name|{{PAGENAME}}}}}'''
 
|+ style="font-size: 160%" | '''{{{name|{{PAGENAME}}}}}'''
Line 14: Line 13:
  
 
{{infoboxstart| infotitle={{{name|{{PAGENAME}}}}} }}
 
{{infoboxstart| infotitle={{{name|{{PAGENAME}}}}} }}
 
 
End Hide -->
 
End Hide -->
  
{{#ifeq:{{{child|}}}|yes||<table class="infobox {{{bodyclass|}}}" cellspacing="5" style="width:22em; text-align:left; font-size:88%; line-height:1.5em; {{{bodystyle|}}}">
+
<div class="infobox"                             <!-- Opening parameter, creates Infobox -->
 
 
 
 
<!-- Caption -->
 
{{#if:{{{title|}}}|<caption class="{{{titleclass|}}}" style="font-size:125%; font-weight:bold; {{{titlestyle|}}}">{{{title}}}</caption>}}
 
 
 
 
 
<!-- Header -->
 
{{#if:{{{above|}}}|{{Infobox/row
 
|header={{{above}}} |headerstyle=text-align:center; font-size:125%; font-weight:bold; {{{abovestyle|}}}
 
|class={{{aboveclass|}}} |rowclass={{{aboverowclass|}}}
 
}} }} }}{{#ifeq:{{{child|}}}|yes|{{#if:{{{title|}}}|'''{{{title}}}'''}}}}
 
 
 
 
 
<!-- Subheader1 -->
 
{{#if:{{{subheader|{{{subheader1|}}}}}}|{{Infobox/row
 
|data={{{subheader|{{{subheader1|}}}}}}
 
|datastyle={{{subheaderstyle|}}}
 
|class={{{subheaderclass|}}}
 
|rowclass={{{subheaderrowclass|{{{subheaderrowclass1|}}}}}}
 
}} }}
 
 
 
 
 
<!-- Subheader2 -->
 
{{#if:{{{subheader2|}}}|{{Infobox/row
 
|data={{{subheader2}}}
 
|datastyle={{{subheaderstyle|}}}
 
|class={{{subheaderclass|}}}
 
|rowclass={{{subheaderrowclass2|}}}
 
}} }}
 
 
 
 
 
<!-- Image1 -->
 
{{#if:{{{image|{{{image1|}}}}}}|{{Infobox/row
 
|data={{{image|{{{image1}}} }}}{{#if:{{{caption|{{{caption1|}}}}}}|<br /><span style="{{{captionstyle|}}}">{{{caption|{{{caption1}}}}}}</span>}}
 
|datastyle={{{imagestyle|}}}
 
|class={{{imageclass|}}}
 
|rowclass={{{imagerowclass1|}}}
 
}} }}
 
 
 
 
 
<!-- Image2 -->
 
{{#if:{{{image2|}}}|{{Infobox/row
 
|data={{{image2}}}{{#if:{{{caption2|}}}|<br /><span style="{{{captionstyle|}}}">{{{caption2}}}</span>}}
 
|datastyle={{{imagestyle|}}}
 
|class={{{imageclass|}}}
 
|rowclass={{{imagerowclass2|}}}
 
}} }}
 
 
 
 
 
<!-- -->
 
 
 
 
 
{{Infobox/row
 
|header={{{header1|}}} |headerstyle={{{headerstyle|}}}
 
|label={{{label1|}}}  |labelstyle={{{labelstyle|}}}
 
|data={{{data1|}}}    |datastyle={{{datastyle|}}}
 
|class={{{class1|}}}  |rowclass={{{rowclass1|}}}
 
}}
 
 
 
 
 
{{Infobox/row
 
|header={{{header2|}}} |headerstyle={{{headerstyle|}}}
 
|label={{{label2|}}}  |labelstyle={{{labelstyle|}}}
 
|data={{{data2|}}}    |datastyle={{{datastyle|}}}
 
|class={{{class2|}}}  |rowclass={{{rowclass2|}}}
 
}}
 
 
 
 
 
{{Infobox/row
 
|header={{{header3|}}} |headerstyle={{{headerstyle|}}}
 
|label={{{label3|}}}  |labelstyle={{{labelstyle|}}}
 
|data={{{data3|}}}    |datastyle={{{datastyle|}}}
 
|class={{{class3|}}}  |rowclass={{{rowclass3|}}}
 
}}
 
 
 
 
 
{{Infobox/row
 
|header={{{header4|}}} |headerstyle={{{headerstyle|}}}
 
|label={{{label4|}}}  |labelstyle={{{labelstyle|}}}
 
|data={{{data4|}}}    |datastyle={{{datastyle|}}}
 
|class={{{class4|}}}  |rowclass={{{rowclass4|}}}
 
}}
 
 
 
 
 
{{Infobox/row
 
|header={{{header5|}}} |headerstyle={{{headerstyle|}}}
 
|label={{{label5|}}}  |labelstyle={{{labelstyle|}}}
 
|data={{{data5|}}}    |datastyle={{{datastyle|}}}
 
|class={{{class5|}}}  |rowclass={{{rowclass5|}}}
 
}}
 
 
 
 
 
{{Infobox/row
 
|header={{{header6|}}} |headerstyle={{{headerstyle|}}}
 
|label={{{label6|}}}  |labelstyle={{{labelstyle|}}}
 
|data={{{data6|}}}    |datastyle={{{datastyle|}}}
 
|class={{{class6|}}}  |rowclass={{{rowclass6|}}}
 
}}
 
 
 
 
 
{{Infobox/row
 
|header={{{header7|}}} |headerstyle={{{headerstyle|}}}
 
|label={{{label7|}}}  |labelstyle={{{labelstyle|}}}
 
|data={{{data7|}}}    |datastyle={{{datastyle|}}}
 
|class={{{class7|}}}  |rowclass={{{rowclass7|}}}
 
}}
 
  
 +
style="margin-left: 5px;                        <!-- Moves the table left/right by pixels. -->
 +
float: right;                                    <!-- Sets the table to left/right side of the screen. -->
 +
width: 200px;                                    <!-- Sets the width of the infobox. -->
 +
background: #edf7ff;                            <!-- -->
 +
border: solid #666666 1px;                      <!-- Infobox border style, color, and thickness -->
 +
padding: 0px;                                    <!-- External thickness of the border -->
 +
font-size: x-small;                              <!-- Sets title font size (x-small, small, medium, large, x-large) -->
 +
{#if:{{{noclear|}}}| |clear:right;}}">          <!--  -->
  
{{Infobox/row
+
<div style="text-decoration:none;                <!--  -->
|header={{{header8|}}} |headerstyle={{{headerstyle|}}}
+
background: #7ec9fd;                            <!-- Sets background color for title block. -->
|label={{{label8|}}}  |labelstyle={{{labelstyle|}}}
+
padding: 2px;                                    <!-- Sets size inside box -->
|data={{{data8|}}}    |datastyle={{{datastyle|}}}
+
text-align: center;                              <!-- Aligns internal text -->
|class={{{class8|}}}  |rowclass={{{rowclass8|}}}
+
style; font-size: 140%;                          <!-- Internal Text size -->
}}
+
border-bottom: solid 1px #666666;">              <!-- Sets shadow thickness -->
  
 +
'''{{{name|{{PAGENAME}}}}}'''                    <!-- Sets header to Page Name -->
  
{{Infobox/row
+
</div>                                          <!-- Closing parameter. -->
|header={{{header9|}}} |headerstyle={{{headerstyle|}}}
 
|label={{{label9|}}}  |labelstyle={{{labelstyle|}}}
 
|data={{{data9|}}}    |datastyle={{{datastyle|}}}
 
|class={{{class9|}}}  |rowclass={{{rowclass9|}}}
 
}}
 
  
  
{{Infobox/row
+
<div style="background: #bce1ff;                <!-- Section heading color -->
|header={{{header10|}}} |headerstyle={{{headerstyle|}}}
+
padding: 2px;                                    <!-- Thickness of header box -->
|label={{{label10|}}}  |labelstyle={{{labelstyle|}}}
+
text-align: center;                              <!-- Header text alignment -->
  |data={{{data10|}}}    |datastyle={{{datastyle|}}}
+
style; font-size: normal;">                      <!-- -->
|class={{{class10|}}}  |rowclass={{{rowclass10|}}}
+
{{{name}}}                                       <!-- Section header text -->
}}
+
</div>                                          <!-- End header -->
  
<!-- Below -->
+
<div style="padding: 2px;                        <!-- Thickness of section -->
{{#if:{{{below|}}}|<tr><td colspan="2" class="{{{belowclass|}}}" style="text-align:center; {{{belowstyle|}}}">{{{below}}}</td></tr>}}
+
text-align: left;">                             <!-- Section text alignment -->
 +
{{{1}}}                                         <!-- Section Text -->
 +
</div>                                           <!-- End section -->

Latest revision as of 13:11, 1 August 2010


Godhand


{{{name}}}

{{{1}}}