Difference between revisions of "Template:Item"

From HeRO Wiki
Jump to: navigation, search
m (Make it a plain link)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<center>
+
{| class=table1 style="width:750px; margin-right: auto; margin-left: 40px; color={{{1|}}}"
{| class=table1 width=700 style=color={{{1|}}}
+
! colspan=6 style="text-align:center; height:25px;"|'''{{{name|Item name}}}'''
! colspan=9 |'''{{{name|?}}}'''
+
 
|-
 
|-
| Width=51 | Item ID: {{{id|?}}} || Width=24 align='center'| [[Image:{{{sprite|No Image.png}}}]] || rowspan=2 width = 700 colspan=7|  
+
| style="width:135px; padding:10px;" | '''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>
+
| style="width:40px; vertical-align:center;"  | [[Image:{{{sprite|No Image.png{{!}}To be added.}}}|frameless|center|50px]]  
''Copyrights: {{{copyright|?}}}''
+
| rowspan=2 width=575px colspan=4 style="padding:10px;"|  
 +
{{{description|?}}}
 +
|- style="vertical-align:center;"
 +
| Width=175px colspan=2 rowspan=3 | [[Image:{{{portrait|Placeholder_Card.png{{!}}To be added.}}}|frameless|center|200px]]
 +
|- style="height:35px"
 +
| Width=143.75px | '''Weight:''' <small>{{{weight|?}}}</small>
 +
| Width=143.75px | '''Usable Jobs:''' <small>{{{usablejobs|?}}}</small>
 +
| Width=143.75px | '''Type:''' <small>{{{type|?}}} </small>
 +
| Width=143.75px | '''Required Level:''' <small>{{{reqlvl|?}}}</small>
 
|-
 
|-
| Width=75 colspan=2 rowspan=7 | [[Image:{{{portrait|No Image.png}}}]]
+
| colspan=4 width=575px height=150px style="padding:10px;"|  
|-
+
{{{effect|None.}}}
| Weight: {{{weight|?}}}|| Usable Jobs: {{{usablejobs|?}}} || Type: {{{type|?}}} || Required Level: {{{reqlvl|?}}}
+
|-
+
| colspan=7 width=700|  
+
{{{effect|?}}}
+
 
|}
 
|}
</center><noinclude>[[category:Template]]
+
<noinclude>[[category:Template]]
 
==Usage==
 
==Usage==
 
<pre>
 
<pre>
{{Template:Item
+
{{Item
 
|name=
 
|name=
 
|id=
 
|id=
 
|sprite=  
 
|sprite=  
|copyright=
 
 
|portrait=  
 
|portrait=  
 
|buy=
 
|buy=
 
|sell=
 
|sell=
 
|weight=
 
|weight=
 +
|usablejobs=
 
|type=
 
|type=
 +
|reqlvl=
 
|description=  
 
|description=  
 
|effect=
 
|effect=
 
}}
 
}}
 
</pre>This template is used for useable items or miscellaneous items that are not equipments.</noinclude>
 
</pre>This template is used for useable items or miscellaneous items that are not equipments.</noinclude>

Latest revision as of 04:18, 12 November 2022

Item name
Id #:
To be added.

?

To be added.
Weight: ? Usable Jobs: ? Type: ? Required Level: ?

None.

Usage

{{Item
|name=
|id=
|sprite= 
|portrait= 
|buy=
|sell=
|weight=
|usablejobs=
|type=
|reqlvl=
|description= 
|effect=
}}
This template is used for useable items or miscellaneous items that are not equipments.