Difference between revisions of "Template:Item"

From HeRO Wiki
Jump to: navigation, search
m (Make it a plain link)
 
(20 intermediate revisions by 7 users not shown)
Line 1: Line 1:
[http://ratemyserver.net/item_db.php?item_id={{{id}}}&small=1&back=1 {{{name}}}]
+
{| class=table1 style="width:750px; margin-right: auto; margin-left: 40px; color={{{1|}}}"
 +
! colspan=6 style="text-align:center; height:25px;"|'''{{{name|Item name}}}'''
 +
|-
 +
| 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>
 +
| style="width:40px; vertical-align:center;"  | [[Image:{{{sprite|No Image.png{{!}}To be added.}}}|frameless|center|50px]]
 +
| 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>
 +
|-
 +
| colspan=4 width=575px height=150px style="padding:10px;"|
 +
{{{effect|None.}}}
 +
|}
 +
<noinclude>[[category:Template]]
 +
==Usage==
 +
<pre>
 +
{{Item
 +
|name=
 +
|id=
 +
|sprite=
 +
|portrait=
 +
|buy=
 +
|sell=
 +
|weight=
 +
|usablejobs=
 +
|type=
 +
|reqlvl=
 +
|description=
 +
|effect=
 +
}}
 +
</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.