If you are looking for Information about PSU Clementine, Go check their Wiki

Difference between revisions of "Template:Enemy infobox"

From The re-PSUPedia
Jump to: navigation, search
m (New page: <includeonly> {| class="infobox" style="text-align:left; border:1px solid #aaaaaa" align="right" bgcolor="#f9f9f9" |- ! colspan=2 style="text-align:center; border:1px solid #aaaaaa" bgcolo...)
 
m
Line 4: Line 4:
 
! colspan=2 style="text-align:center; border:1px solid #aaaaaa" bgcolor="#f2f2f2" | '''{{{Enemy name}}}'''
 
! colspan=2 style="text-align:center; border:1px solid #aaaaaa" bgcolor="#f2f2f2" | '''{{{Enemy name}}}'''
 
|-
 
|-
| colspan=2 style="border:1px solid #aaaaaa" bgcolor="#f9f9f9" | [[Image:belpannon.jpg|150x200px|center]]
+
| colspan=2 style="border:1px solid #aaaaaa" bgcolor="#f9f9f9" | {{{Image}}}
 
|-
 
|-
 
| style="border:1px solid #aaaaaa" bgcolor="#f2f2f2" | '''Version''' || style="border:1px solid #aaaaaa" bgcolor="#f9f9f9" | ''{{{Version}}}''
 
| style="border:1px solid #aaaaaa" bgcolor="#f2f2f2" | '''Version''' || style="border:1px solid #aaaaaa" bgcolor="#f9f9f9" | ''{{{Version}}}''
Line 20: Line 20:
 
== Proper usage ==
 
== Proper usage ==
 
{{Enemy infobox
 
{{Enemy infobox
 +
|Enemy name= Bel Pannon
 +
|Image= [[Image:belpannon.jpg|150x200px|center]]
 +
|Version= Phantasy Star Universe
 +
|Enemy type= SEED-Form
 +
|Enemy size= Small
 +
|Classification= Normal enemy
 +
|Elements= {{Dark}}
 +
}}
 +
The infobox to the right was created using the following code:
 +
<pre>{{Enemy infobox
 +
|Enemy name= Bel Pannon
 +
|Image= [[Image:belpannon.jpg|150x200px|center]]
 +
|Version= Phantasy Star Universe
 +
|Enemy type= SEED-Form
 +
|Enemy size= Small
 +
|Classification= Normal enemy
 +
|Elements= {{Dark}}
 +
}}</pre>
 +
== Blank template ==
 +
<pre>{{Enemy infobox
 
|Enemy name=
 
|Enemy name=
 +
|Image=
 
|Version=
 
|Version=
 
|Enemy type=
 
|Enemy type=
Line 26: Line 47:
 
|Classification=
 
|Classification=
 
|Elements=
 
|Elements=
}}
+
}}</pre>
 
</noinclude>
 
</noinclude>

Revision as of 20:29, 21 January 2008


Proper usage

Bel Pannon
Belpannon.jpg
Version Phantasy Star Universe
Enemy type SEED-Form
Enemy size Small
Classification Normal enemy
Elements Dark

The infobox to the right was created using the following code:

{{Enemy infobox
|Enemy name= Bel Pannon
|Image= [[Image:belpannon.jpg|150x200px|center]]
|Version= Phantasy Star Universe
|Enemy type= SEED-Form
|Enemy size= Small
|Classification= Normal enemy
|Elements= {{Dark}}
}}

Blank template

{{Enemy infobox
|Enemy name=
|Image=
|Version=
|Enemy type=
|Enemy size=
|Classification=
|Elements=
}}