Template:CustomEquipment: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
Line 39: | Line 39: | ||
==How To Obtain This Item== | ==How To Obtain This Item== | ||
{{{ | ====Eir==== | ||
{{{eirDrop|This item is not available on Eir.}}} | |||
====Loki==== | |||
{{{lokiDrop|This item is not available on Loki.}}} | |||
====Thor==== | |||
{{{thorDrop|This item is not available on Thor.}}} | |||
<!-- | <!-- | ||
==Script== | ==Script== | ||
<div style="border-left-width: 1px; border-left-style: dashed; border-left-color:gray; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color:gray; border-right-width: 1px; border-right-style: dashed; border-right-color:gray; margin-top:-10px;padding:12px;background-color:#E6F2FF;"><span style="width:auto; color:#00568A; background-color:#E6F2FF; font-family:verdana;font-size:12px;">{{{script|Script is currently unknown.[[Category:Needs A Script]]}}}</span></div> | <div style="border-left-width: 1px;border-left-style: dashed;border-left-color:gray;border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color:gray;border-right-width: 1px;border-right-style: dashed;border-right-color:gray; margin-top:-10px;padding:12px;background-color:#E6F2FF;"><span style="width:auto;color:#00568A;background-color:#E6F2FF;font-family:verdana;font-size:12px;">{{{script|Script is currently unknown.[[Category:Needs A Script]]}}}</span></div> | ||
[[Category:Custom Equipment]][[Category:Items]] | [[Category:Custom Equipment]][[Category:Items]] | ||
--> | --> | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
{{Usage|1= This template displays a pre-designed page for equipment information. Equipment is defined by headgears, armor, shield, garment, footgear, and accessories, but not weapons. should only use this template if the equipment is a custom for | {{Usage|1= This template displays a pre-designed page for equipment information. Equipment is defined by headgears, armor, shield, garment, footgear, and accessories, but not weapons. should only use this template if the equipment is a custom for RevivalRO. Custom indicates that it can not be found on the official IRO servers. An example of this would be [[Orc Knight Plate]]. For similar templates, look at [[Template:Equipment]], | ||
[[Template:ChangedEquipment]]}} | [[Template:ChangedEquipment]]}} | ||
Line 66: | Line 70: | ||
|levelReq = | |levelReq = | ||
|itemDesc = | |itemDesc = | ||
| | |renatusDrop = | ||
}} | }} | ||
</pre> | </pre> | ||
Line 96: | Line 100: | ||
| itemDesc || The effect of the item being described. All keywords such as Str, Dex, Hit, Flee, etc should be linked to the proper pages || | | itemDesc || The effect of the item being described. All keywords such as Str, Dex, Hit, Flee, etc should be linked to the proper pages || | ||
|- | |- | ||
| | | renatusdrop || All places where this item can be obtained on [[RenatusRO]], in a bullet list || | ||
|- | |||
| script || If the script is publicly known it is put here || | |||
|- | |- | ||
|} | |} |
Revision as of 08:35, 21 March 2024
Usage
These usage notes will not be included in articles bearing this template.
This template displays a pre-designed page for equipment information. Equipment is defined by headgears, armor, shield, garment, footgear, and accessories, but not weapons. should only use this template if the equipment is a custom for RevivalRO. Custom indicates that it can not be found on the official IRO servers. An example of this would be Orc Knight Plate. For similar templates, look at Template:Equipment,
{{Template:CustomEquipment |image = |itemId = |itemSlot = |itemEqp = |itemTrade = |itemVend = |itemStore = |itemDef = |classEq = |levelReq = |itemDesc = |renatusDrop = }}
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:NoImage.png]] | |
itemId | The id number for the piece of equipment, 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: Upper Headgear). 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 | |
itemDef | The amount of defense the item gives (Not the defense from refinement, or the item's effect | |
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 | |
renatusdrop | All places where this item can be obtained on RenatusRO, in a bullet list | |
script | If the script is publicly known it is put here |