Template:Item: Difference between revisions
From OmegaMMO
No edit summary Tag: Manual revert |
No edit summary |
||
Line 1: | Line 1: | ||
[https://www.divine-pride.net/database/item/{{{2|501}}} {{{1|Red Potion}}}] <img src="https://www.divine-pride.net/img/items/{{{3|item}}}/iRO/{{{2|501}}}" alt="{{{1|Red Potion}}}" /> | <includeonly>[https://www.divine-pride.net/database/item/{{{2|501}}} {{{1|Red Potion}}}] <img src="https://www.divine-pride.net/img/items/{{{3|item}}}/iRO/{{{2|501}}}" alt="{{{1|Red Potion}}}" /> | ||
</includeonly><noinclude>__NOTOC__ | |||
== Description == | |||
The purpose of this template is to turn a set of coordinates into a copyable link for use with the in-game syntax. | |||
==Usage== | |||
<pre>{{Item|Item Name|Item ID|Type}}</pre> | |||
* '''Item Name''' The name of the item would you like Ex. Red Potion. | |||
* '''Item ID''' is the item ID Ex. 501. | |||
* '''Type''' Select 'item' if you want inventory item or 'collection' if you want the picture in description item. | |||
=== Example === | |||
{|class=wikitable | |||
! Code Used | |||
|- | |||
|<code>For Red Potion item inventory <nowiki>{{Item|Red Potion|501|item}} .</nowiki></code> | |||
|- | |||
! Result | |||
|- | |||
| {{Item|Red Potion|501|item}} | |||
|- | |||
! Code Used | |||
|- | |||
|<code>For Red Potion item collection <nowiki>{{Item|Red Potion|501|collection}} .</nowiki></code> | |||
|- | |||
! Result | |||
|- | |||
| {{Item|Red Potion|501|collection}} | |||
|} | |||
[[Category:Templates]]</noinclude> |
Revision as of 15:13, 21 May 2025
Description
The purpose of this template is to turn a set of coordinates into a copyable link for use with the in-game syntax.
Usage
{{Item|Item Name|Item ID|Type}}
- Item Name The name of the item would you like Ex. Red Potion.
- Item ID is the item ID Ex. 501.
- Type Select 'item' if you want inventory item or 'collection' if you want the picture in description item.
Example
Code Used |
---|
For Red Potion item inventory {{Item|Red Potion|501|item}} .
|
Result |
Red Potion |
Code Used |
For Red Potion item collection {{Item|Red Potion|501|collection}} .
|
Result |
Red Potion |