Template:Infobox Alien

From Ben10versepedia

(Difference between revisions)
 
(8 intermediate revisions not shown)
Line 1: Line 1:
-
{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 90%;"
+
<!-- a work in progress. I need borders and some color fixes. according to a friend on IRC
 +
<MZMcBride> you're mediawiki version is rather out of date and doesn't have ParserFunctions installed
 +
-->
 +
{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 90%;" align=right
|-
|-
| colspan="2" style="text-align:center; font-size: large;" | '''{{{name}}}'''
| colspan="2" style="text-align:center; font-size: large;" | '''{{{name}}}'''
Line 26: Line 29:
| {{{1st-appearance}}}
| {{{1st-appearance}}}
|-  
|-  
-
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
+
| colspan="2" style="font-size: smaller;" | {{{footnotes}}}
|}
|}
<noinclude>
<noinclude>
-
Documentation
+
Documentation:
-
 
+
pretty much copy and paste this into the begining of every character.
-
{{Infobox Alien
+
{| style="background: transparent;"
-
| name            =  
+
|<pre>
-
| image          = XXX.jpg
+
{{Infobox Alien| name            =  
 +
| image          =  
| caption        =  
| caption        =  
| species        =  
| species        =  
| home-planet    =  
| home-planet    =  
-
| body            =
+
| body            =  
-
| height          =
+
| height          = <!-- to be made optional -->
-
| weight          =  
+
| weight          = <!-- to be made optional -->
| power          =  
| power          =  
| 1st-appearance  =  
| 1st-appearance  =  
-
}}
+
| footnotes      = <!-- to be made optional -->
-
 
+
}}</pre>
</noinclude>
</noinclude>

Current revision as of 03:14, 17 December 2007

{{{name}}}
[[Image:{{{image}}}|200 px|]]
{{{caption}}}
Species : {{{species}}}
Home Planet : {{{home-planet}}}
Body Type : {{{body}}}
Height : {{{height}}}
Weight : {{{weight}}}
Primary Power : {{{power}}}
1st Appearance : {{{1st-appearance}}}
{{{footnotes}}}

Documentation: pretty much copy and paste this into the begining of every character.

{{Infobox Alien| name            = 
| image           = 
| caption         = 
| species         = 
| home-planet     = 
| body            = 
| height          = <!-- to be made optional -->
| weight          = <!-- to be made optional -->
| power           = 
| 1st-appearance  = 
| footnotes       = <!-- to be made optional -->
}}
Personal tools