Jump to content

Template:Item: Difference between revisions

From Emps-World Wiki
Arc (talk | contribs)
No edit summary
Charr (talk | contribs)
mNo edit summary
 
(30 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<includeonly>
<div style="width: 250px; float: right;">
<table style="width: 100%; border: 1px solid #aaa;">
<tr><td colspan="2" style="text-align: center;">http://emps-world.net/img/itemicons/individual/{{{id}}}.png</td></tr>
<tr><td colspan="2" style="text-align: center;"><b>{{{name}}}</b></td></tr>
{{ #if: {{{stackable|}}} | <tr><td>Stackable?</td><td>{{{stackable}}}</td></tr> | }}
{{ #if: {{{tradeable|}}} | <tr><td>Tradeable?</td><td>{{{tradeable}}}</td></tr> | }}
{{ #if: {{{degradeable|}}} | <tr><td>Degradeable?</td><td>{{{degradeable}}}</td></tr> | }}
<tr><td>Low Alch</td><td>{{{lowalch}}} coins</td></tr>
<tr><td>High Alch</td><td>{{{highalch}}} coins</td></tr>
{{ #if: {{{attackmelee|}}} | <tr><td colspan="2">
<table style="width: 100%; border: 1px solid #aaa;">
<tr><td colspan="4">Attack bonus</td></tr>
<tr><td>http://emps-world.net/img/combaticons/melee.png {{{attackmelee}}}</td><td>http://emps-world.net/img/combaticons/range.png {{{attackrange}}}</td><td>http://emps-world.net/img/combaticons/magic.png {{{attackmagic}}}</td><td></td></tr>
<tr><td colspan="4">Defence bonus</td></tr>
<tr><td>http://emps-world.net/img/combaticons/melee.png {{{defencemelee}}}</td><td>http://emps-world.net/img/combaticons/range.png {{{defencerange}}}</td><td>http://emps-world.net/img/combaticons/magic.png {{{defencemagic}}}</td><td>http://emps-world.net/img/combaticons/prayer.png {{{defenceprayer}}}</td></tr>
<tr><td colspan="4">Strength bonus</td></tr>
<tr><td>http://emps-world.net/img/combaticons/melee.png {{{strengthmelee}}}</td><td>http://emps-world.net/img/combaticons/range.png {{{strengthrange}}}</td><td>http://emps-world.net/img/combaticons/magic.png {{{strengthmagic}}}</td><td></td></tr>
</table>
</td></tr> | }}
{{ #if: {{{requirements|}}} | <tr><td colspan="2">
<table style="width: 100%; border: 1px solid #aaa;">
<tr><td>Requirements</td></tr>
<tr><td><table style="width: 100%; text-align: center;"><tr>
{{{requirements}}}
</tr></table></td></tr>
</table>
</td></tr> | }}
</table>
</div><div style="clear: both;"></div>
</includeonly>
<noinclude>
<noinclude>
insert usage guide here
== Usage ==
[[Category:Template]]
Just copy the following and answer the parameter with the correct answer (most common answers are given!):<br>
</noinclude>
 
 
<nowiki>{{Item|image=|tradable=Yes|equipable=Yes|stackable=No|noteable=Yes|quest item=No|destroy=Drop|value=unknown|lowalch=unknown|highalch=unknown|weight=0.0 kg|examine=It's a {{PAGENAME}}.}}</nowiki>
</noinclude><div style="float:right; margin-left: 10px;">
{| class="wikitable infobox plainlinks"
|+ {{{name|{{PAGENAME}}}}}
|-
|colspan="2" align="center"|{{{image|image}}}
|-
| style="width:150%;padding:0; min-width:263px" colspan=2|
|}
{| class="wikitable" style="width:27%; min-width:263px"
! colspan=4 | Info
|-
! colspan=2 | '''Tradeable'''
|colspan=2 style="text-align:center;" | {{{tradable|unknown}}}
|-
! colspan=2 | '''Equipable'''
|colspan=2 style="text-align:center;" | {{{equipable|unknown}}}
|-
! colspan=2 | '''Stackable'''
|colspan=2 style="text-align:center;" | {{{stackable|unknown}}}
|-
! colspan=2 | '''Noteable'''
|colspan=2 style="text-align:center;" | {{{noteable|unknown}}}
|-
! colspan=2 | '''Quest item'''
|colspan=2 style="text-align:center;" | {{{quest item|unknown}}}
|-
! colspan=2 | '''Destroy'''
|colspan=2 style="text-align:center;" | {{{destroy|unknown}}}
|-
! colspan=2 | '''General store'''
|colspan=2 style="text-align:center;" | {{{value|unknown}}}
|-
! colspan=2 | '''Low alch'''
|colspan=2 style="text-align:center;" | {{{lowalch|unknown}}}
|-
! colspan=2 | '''High alch'''
|colspan=2 style="text-align:center;" | {{{highalch|unknown}}}
|-
! colspan=2 | '''Weight'''
|colspan=2 style="text-align:center;" | {{{weight|?? kg}}}
|-
! colspan=4 | Examine
|-
|colspan=4 style="text-align:center;" | {{{examine|You have a {{PAGENAME}}.}}}
|}</div style><noinclude>
test</noinclude>

Latest revision as of 00:10, 28 February 2017

Usage

Just copy the following and answer the parameter with the correct answer (most common answers are given!):


{{Item|image=|tradable=Yes|equipable=Yes|stackable=No|noteable=Yes|quest item=No|destroy=Drop|value=unknown|lowalch=unknown|highalch=unknown|weight=0.0 kg|examine=It's a {{PAGENAME}}.}}

Info
Tradeable unknown
Equipable unknown
Stackable unknown
Noteable unknown
Quest item unknown
Destroy unknown
General store unknown
Low alch unknown
High alch unknown
Weight ?? kg
Examine
You have a Item.

test