Difference between revisions of "Template:Enemy infobox"
From PSU Cyril Wiki
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" | | + | | 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 | |
---|---|
Version | Phantasy Star Universe |
Enemy type | SEED-Form |
Enemy size | Small |
Classification | Normal enemy |
Elements |
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= }}