Difference between revisions of "Template:CustomWeapon"

From HeRO Wiki
Jump to: navigation, search
(based on CustomGear template but with ATK instead of DEF)
 
m
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
|sprite= The item sprite [file name only]
+
|itemname=  
|id= the item ID
+
|itemid= Item#:
|description =  
+
|sprite=  
|copyright=
+
|copyright=  
|portrait= Item portrait [file name only]
+
|portrait=  
|atk=
+
|atk=  
|matk=
+
|matk=
|refinable=
+
|weight=  
|usablejobs=
+
|refinable=  
|type=
+
|usablejobs=
|reqlvl=
+
|reqlevel=  
|effect=
+
|type=  
 +
|description=  
 +
|effect=  
 
}}
 
}}
You may also change the color of the heading with <nowiki>{{CustomGear|''color''</nowiki> to match colored names better.
 
</pre></noinclude>
 

Revision as of 22:50, 3 December 2012

{{CustomWeapon
|itemname= 
|itemid= Item#: 
|sprite= 
|copyright= 
|portrait= 
|atk= 
|matk= 
|weight= 
|refinable= 
|usablejobs= 
|reqlevel= 
|type= 
|description= 
|effect= 
}}