Template:CustomWeapons: Difference between revisions

From Revival Ragnarok Online
No edit summary
 
mNo edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 5: Line 5:
|align="center" colspan="2" |{{PAGENAME}}
|align="center" colspan="2" |{{PAGENAME}}
|-
|-
! colspan=2|{{{image|Image Needed [[Category:Needs An Image]]}}}
! colspan=2|{{{image| [[Category:Needs An Image]]}}}
|-
|-
!ID:
!ID:
Line 11: Line 11:
|-
|-
!Tradable:
!Tradable:
| {{{{{itemTrade|Yes}}}|{{{itemTrade|Yes}}}}}
| {{{{{itemTrade|Yes}}}|{{{itemTrade|No}}}}}
|-
|-
!Storage-able:
!Storage-able:
| {{{{{itemStore|Yes}}}|{{{itemStore|Yes}}}}}
| {{{{{itemStore|Yes}}}|{{{itemStore|No}}}}}
|-
|-
!Vendable:
!Vendable:
| {{{{{itemVend|Yes}}}|{{{itemVend|Yes}}}}}
| {{{{{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.}}}
====Tyr====
====Thor====
{{{tyrDrop|This item is not available on Tyr.}}}
{{{thorDrop|This item is not available on Thor.}}}


==Script==
==Script==
Line 60: Line 63:
|itemStore =  
|itemStore =  
|itemAtk =  
|itemAtk =  
|itemLvl =
|classEq =  
|classEq =  
|levelReq =  
|levelReq =  
Line 65: Line 69:
|eirDrop =  
|eirDrop =  
|lokiDrop =  
|lokiDrop =  
|tyrDrop =  
|thorDrop =  
|script =  
|script =  
}}
}}
Line 74: Line 78:
! 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:NoImage.png]]</nowiki> ||  
  | 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 89: 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 100: 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 ||
|-
|-
  | tyrDrop || All places where this item can be obtained on [[Tyr]], 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