Difference between revisions of "Template:CustomWeapon"

From HeRO Wiki
Jump to: navigation, search
m
m (attempting to fix)
Line 1: Line 1:
 +
<center>
 +
{| class=table1 width=700 style="color={{{1|}}}"
 +
! colspan=9 |'''{{{name|?}}}'''
 +
|-
 +
| Width=51 | Item#: {{{id|?}}} || Width=24 | [[Image:{{{sprite|No Image.png}}}]] || rowspan=2 width = 700 colspan=7|
 +
{{{description|?}}}<br>
 +
''Copyrights: {{{copyright|?}}}''
 +
|-
 +
| Width=75 colspan=2 rowspan=7 | [[Image:{{{portrait|No Image.png}}}]]
 +
|-
 +
| Atk: {{{atk|?}}} || MAtk: {{{matk|?}}}|| Weight: {{{weight|?}}}|| Refinable: {{{refinable|?}}}|| Usable Jobs: {{{usablejobs|?}}} || Type: {{{type|?}}} || Required Level: {{{reqlvl|?}}}
 +
|-
 +
| colspan=7 width=700|
 +
{{{effect|?}}}
 +
|}
 +
</center><noinclude>[[category:Template]]
 +
==Usage==
 
<pre>
 
<pre>
 
{{CustomWeapon
 
{{CustomWeapon
|itemname=  
+
|sprite= The item sprite [file name only]
|itemid= Item#:
+
|id= the item ID
|sprite=  
+
|description =  
|copyright=  
+
|copyright=
|portrait=  
+
|portrait= Item portrait [file name only]
|atk=  
+
|def=
|matk=
+
|mdef=
|weight=  
+
|refinable=
|refinable=  
+
|usablejobs=
|usablejobs=
+
|type=
|reqlevel=  
+
|reqlvl=
|type=  
+
|effect=
|description=  
+
|effect=  
+
 
}}
 
}}
 +
You may also change the color of the heading with <nowiki>{{CustomWeapon|''color''</nowiki> to match colored names better.
 +
</pre></noinclude>

Revision as of 23:19, 3 December 2012

?
Item#: ? No Image.png

?
Copyrights: ?

No Image.png
Atk: ? MAtk: ? Weight: ? Refinable: ? Usable Jobs: ? Type: ? Required Level: ?

?

Usage

{{CustomWeapon
|sprite= The item sprite [file name only]
|id= the item ID
|description = 
|copyright=
|portrait= Item portrait [file name only]
|def=
|mdef=
|refinable=
|usablejobs=
|type=
|reqlvl=
|effect=
}}
You may also change the color of the heading with {{CustomWeapon|''color'' to match colored names better.