Difference between revisions of "Template:CustomGear"

From HeRO Wiki
Jump to: navigation, search
(Adding this to an actual template page for shorter/easier name and better organization. Changed item name to middle.)
 
m
 
(39 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<center>
+
{| class=table1 width=70% style="margin-right: auto; margin-left: 2.5%; color:{{{1|}}};"
{| align="center" border="2" cellpadding="4" cellspacing="0" width="700" style="margin: 1em 1em 1em 0; background: #0000000; border: 2px #a;"
+
! height=25px colspan=9 style="text-align:center;" |'''{{{name|Gear name}}}'''
! colspan=9 |'''{{{name|?}}}'''
+
 
|-
 
|-
| Width=51 | {{{id|?}}} || Width=24 | [[Image:{{{sprite|?}}}]] || rowspan=2 width = 700 colspan=7|  
+
| width=14% style="padding:10px;" rowspan=1 | '''Id #:''' <includeonly>{{Template:Ifwp|1={{{id}}}|2=<span class="plainlinks">[https://hero-server-db.herokuapp.com/item-search?id={{{id}}} {{{id}}}]</span>|3=?}}</includeonly>
{{{description|?}}}<br>
+
| width=14% align='center' rowspan=1 | [[Image:{{{sprite|No Image.png}}}|30px|{{{name|?}}}]]  
''Copyrights: {{{copyright|?}}}''
+
| width=72% colspan=7 rowspan=1  | {{{description|?}}}
 
|-
 
|-
| Width=75 colspan=2 rowspan=7 | {{{portrait|?}}}
+
| width=28% colspan=2 rowspan=3 align='center' | [[Image:{{{portrait|No Image.png}}}|frameless|center|250px|{{{name}}}]]
 +
| width=9% height=10px align='center' | '''Def'''
 +
| width=9% height=10px align='center' | '''MDef'''
 +
| width=9% height=10px align='center' | '''Weight'''
 +
| width=9% height=10px align='center' | '''Refinable'''
 +
| width=9% height=10px align='center' | '''Level'''
 +
| width=13.5% height=10px align='center' | '''Type'''
 +
| width=13.5% height=10px align='center' | '''Usable Jobs'''
 
|-
 
|-
| Def: {{{def|?}}} || MDef: {{{mdef|?}}}|| Weight: {{{weight|?}}}|| Refinable: {{{refinable|?}}}|| Usable Jobs: {{{usablejobs|?}}} || Type: {{{type|?}}} || Required Level: {{{reqlevel|?}}}
+
| width=9% height=25px align='center' | {{{def|?}}}  
 +
| width=9% height=25px align='center' | {{{mdef|?}}}
 +
| width=9% height=25px align='center' | {{{weight|?}}}
 +
| width=9% height=25px align='center' | {{{refinable|?}}}
 +
| width=9% height=25px align='center' | {{{reqlvl|?}}}
 +
| width=13.5% height=25px align='center' | {{{type|?}}}  
 +
| width=13.5% height=25px align='center' | {{{usablejobs|?}}}  
 
|-
 
|-
| colspan=7 width=700|  
+
| colspan=7 width=72%|
{{{effect|?}}}
+
{{{effect|None.}}}
 
|}
 
|}
</center><noinclude>[[category:Template]]</noinclude>
+
<noinclude>[[category:Template]]
 +
==Usage==
 +
<pre>
 +
{{CustomGear
 +
|name=
 +
|id=itemID
 +
|sprite= The item sprite [file name only]
 +
|portrait= Item portrait [file name only]
 +
|def=
 +
|mdef=
 +
|weight=
 +
|refinable=
 +
|type=
 +
|usablejobs=
 +
|reqlvl=
 +
|description=
 +
|effect=
 +
}}
 +
You may also change the color of the heading with <nowiki>{{CustomGear|''color''</nowiki> to match colored names better.
 +
</pre></noinclude>

Latest revision as of 04:18, 12 November 2022

Gear name
Id #: ?  ?
{{{name}}}
Def MDef Weight Refinable Level Type Usable Jobs
 ?  ?  ?  ?  ?  ?  ?

None.

Usage

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