Template:CustomWeapons: Difference between revisions
From Revival Ragnarok Online
No edit summary |
mNo edit summary |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
|align="center" colspan="2" |{{PAGENAME}} | |align="center" colspan="2" |{{PAGENAME}} | ||
|- | |- | ||
! colspan=2|[[ | ! colspan=2|{{{image| [[Category:Needs An Image]]}}} | ||
|- | |- | ||
!ID: | !ID: | ||
Line 11: | Line 11: | ||
|- | |- | ||
!Tradable: | !Tradable: | ||
| {{{{{itemTrade|Yes}}}|{{{itemTrade| | | {{{{{itemTrade|Yes}}}|{{{itemTrade|No}}}}} | ||
|- | |- | ||
!Storage-able: | !Storage-able: | ||
| {{{{{itemStore|Yes}}}|{{{itemStore| | | {{{{{itemStore|Yes}}}|{{{itemStore|No}}}}} | ||
|- | |- | ||
!Vendable: | !Vendable: | ||
| {{{{{itemVend|Yes}}}|{{{itemVend| | | {{{{{itemVend|Yes}}}|{{{itemVend|No}}}}} | ||
|- | |- | ||
!Attack: | !Attack: | ||
Line 24: | Line 24: | ||
!Slots: | !Slots: | ||
|{{{itemSlot|0}}} | |{{{itemSlot|0}}} | ||
|- | |||
!Weapon Level: | |||
|{{{itemLvl|0}}} | |||
|- | |- | ||
!Equipped On: | !Equipped On: | ||
Line 42: | Line 45: | ||
====Loki==== | ====Loki==== | ||
{{{lokiDrop|This item is not available on Loki.}}} | {{{lokiDrop|This item is not available on Loki.}}} | ||
==== | ====Thor==== | ||
{{{ | {{{thorDrop|This item is not available on Thor.}}} | ||
==Script== | ==Script== | ||
Line 52: | Line 55: | ||
<pre> | <pre> | ||
{{Template:CustomWeapons | {{Template:CustomWeapons | ||
|image = | |||
|itemId = | |itemId = | ||
|itemSlot = | |itemSlot = | ||
Line 59: | Line 63: | ||
|itemStore = | |itemStore = | ||
|itemAtk = | |itemAtk = | ||
|itemLvl = | |||
|classEq = | |classEq = | ||
|levelReq = | |levelReq = | ||
Line 64: | Line 69: | ||
|eirDrop = | |eirDrop = | ||
|lokiDrop = | |lokiDrop = | ||
| | |thorDrop = | ||
|script = | |script = | ||
}} | }} | ||
Line 72: | Line 77: | ||
{| class="wikitable" | {| class="wikitable" | ||
! Field !! Description !! | ! Field !! Description !! | ||
|- | |||
| image || The screenshot showing what the item worn looks like. This should only be used if the item is a headgear. If it is not, then use <nowiki>[[File: No Image.png]]</nowiki> || | |||
|- | |- | ||
| itemId || The id number for the weapon, found ingame by using @iteminfo / @ii || | | itemId || The id number for the weapon, found ingame by using @iteminfo / @ii || | ||
Line 86: | Line 93: | ||
|- | |- | ||
| itemAtk || The amount of Attack the weapon has || | | itemAtk || The amount of Attack the weapon has || | ||
|- | |||
| itemLvl || The level of the weapon || | |||
|- | |- | ||
| classEq || Which classes can equip the item. Classes should link to their proper articles || | | classEq || Which classes can equip the item. Classes should link to their proper articles || | ||
Line 97: | Line 106: | ||
| lokiDrop || All places where this item can be obtained on [[Loki]], in a bullet list || | | lokiDrop || All places where this item can be obtained on [[Loki]], in a bullet list || | ||
|- | |- | ||
| | | thorDrop || All places where this item can be obtained on [[Thor]], in a bullet list || | ||
|- | |- | ||
| script || If the script is publicly known it is put here || | | script || If the script is publicly known it is put here || |
Latest revision as of 14:13, 22 November 2022
Usage
These usage notes will not be included in articles bearing this template.
This template displays a pre-designed page for weapon information. This template is only for weapons that are custom for RebirthRO. Custom means, they can not be found on the official IRO server. For similar templates, look at Template:Weapon, and Template:ChangedWeapon
{{Template:CustomWeapons |image = |itemId = |itemSlot = |itemEqp = |itemTrade = |itemVend = |itemStore = |itemAtk = |itemLvl = |classEq = |levelReq = |itemDesc = |eirDrop = |lokiDrop = |thorDrop = |script = }}
Obligatory Fields
Field | Description | |
---|---|---|
image | The screenshot showing what the item worn looks like. This should only be used if the item is a headgear. If it is not, then use [[File: No Image.png]] | |
itemId | The id number for the weapon, found ingame by using @iteminfo / @ii | |
itemSlot | The number of slots the given item has | |
itemEqp | Where the item is equipped to. The location should be capitalized, (example: Weapon). It will define what category the page is put in. | |
itemTrade | Defines if the item can be traded. Use one of the following values: Yes, No, or Unknown | |
itemVend | Defines if the item can be vended. Use one of the following values: Yes, No, or Unknown | |
itemStore | Defines if the item can be stored in the players storage. Use one of the following values: Yes, No, or Unknown | |
itemAtk | The amount of Attack the weapon has | |
itemLvl | The level of the weapon | |
classEq | Which classes can equip the item. Classes should link to their proper articles | |
levelReq | The level required to equip this item. | |
itemDesc | The effect of the item being described. All keywords such as Str, Dex, Hit, Flee, etc should be linked to the proper pages | |
eirDrop | All places where this item can be obtained on Eir, in a bullet list | |
lokiDrop | All places where this item can be obtained on Loki, in a bullet list | |
thorDrop | All places where this item can be obtained on Thor, in a bullet list | |
script | If the script is publicly known it is put here |