Difference between revisions of "Template:ExperimentalProps"

From SWGANH Wiki
Jump to: navigation, search
Line 1: Line 1:
{|
+
<noinclude>{{PageHeader|Template|ExperimentalProps}}</noinclude>
|-
+
{| border="0" width="100%" cellpadding=6
| colspan="4" |<font color="darkorange">'''{{{1}}}'''</font>
+
 
|-
 
|-
| width="20"| || colspan="3" |<font color="darkred">'''{{{2}}}'''</font>
+
|valign=top|
 +
<noinclude>
 +
== Usage ==
 +
{| style="float: left; background: transparent;"
 +
|<pre>
 +
{{ExperimentalProps
 +
|ExpProperty =
 +
|ExpSubProperty
 +
|attribute01 =
 +
|value01 =
 +
|attribute02 =
 +
|value02 =
 +
|attribute03 =
 +
|value03 =
 +
|attribute04 =
 +
|value04 =
 +
}}
 +
</pre>
 +
|}[[Category:Templates]][[Category:Esoteric Templates]]</noinclude>
 +
|valign=top|
 +
<noinclude>
 +
==Template==
 +
</noinclude>
 +
{| align="center"
 +
{{#if:{{{ExpProperty|}}}|
 +
{{!}}-
 +
{{!}}colspan="4"{{!}}<font color="darkorange">'''{{{ExpProperty}}}'''</font>}}
 
|-
 
|-
| width="20"| || width="20"| ||'''{{{3}}}'''|| width="30"| ||<font color="darkgreen">'''{{{4}}}'''</font>
+
{{#if:{{{ExpSubProperty|}}}|
 +
{{!}}-
 +
{{!}}width="20"{{!}} {{!}}{{!}}colspan="3"{{!}}<font color="darkred">'''{{{ExpSubProperty}}}'''</font>}}
 
|-
 
|-
| width="20"| || width="20"| ||'''{{{5}}}'''|| width="30"| ||<font color="darkgreen">'''{{{6}}}'''</font>
+
{{#if:{{{attribute01|}}}|
 +
{{!}}-
 +
{{!}}width="20"{{!}} {{!}}{{!}}width="20"{{!}} {{!}}{{!}}'''{{{attribute01}}}'''{{!}}{{!}}width="30"{{!}} {{!}}{{!}}<font color="darkgreen">'''{{{value01}}}'''</font>}}
 
|-
 
|-
| width="20"| || width="20"| ||'''{{{7}}}'''|| width="30"| ||<font color="darkgreen">'''{{{8}}}'''</font>
+
{{#if:{{{attribute02|}}}|
 +
{{!}}-
 +
{{!}}width="20"{{!}} {{!}}{{!}}width="20"{{!}} {{!}}{{!}}'''{{{attribute02}}}'''{{!}}{{!}}width="30"{{!}} {{!}}{{!}}<font color="darkgreen">'''{{{value02}}}'''</font>}}
 
|-
 
|-
| width="20"| || width="20"| ||'''{{{9}}}'''|| width="30"| ||<font color="darkgreen">'''{{{10}}}'''</font>
+
{{#if:{{{attribute03|}}}|
 +
{{!}}-
 +
{{!}}width="20"{{!}} {{!}}{{!}}width="20"{{!}} {{!}}{{!}}'''{{{attribute03}}}'''{{!}}{{!}}width="30"{{!}} {{!}}{{!}}<font color="darkgreen">'''{{{value03}}}'''</font>}}
 +
|-
 +
{{#if:{{{attribute04|}}}|
 +
{{!}}-
 +
{{!}}width="20"{{!}} {{!}}{{!}}width="20"{{!}} {{!}}{{!}}'''{{{attribute04}}}'''{{!}}{{!}}width="30"{{!}} {{!}}{{!}}<font color="darkgreen">'''{{{value04}}}'''</font>}}
 
|}
 
|}
 +
 
<noinclude>[[Category:Templates]]</noinclude>
 
<noinclude>[[Category:Templates]]</noinclude>

Revision as of 22:55, 29 May 2008

Template - ExperimentalProps

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Usage

{{ExperimentalProps
|ExpProperty = 
|ExpSubProperty
|attribute01 = 
|value01 = 
|attribute02 = 
|value02 = 
|attribute03 = 
|value03 = 
|attribute04 = 
|value04 = 
}}

Template