Template:Item Table

From iRO Wiki
Jump to navigation Jump to search


Syntax

{{Item_Table|data=}}

Parameter
data
The monster data that the table will have. It needs to come formatted as MediaWiki table cell syntax.

To make your life easier it's recommended to use it with Template:Item_DP being passed to the data parameter.

Example

Using

{{Item_Table|data=
{{Item_Row|id=18849|name=Celine's Ribbon|slots=1|type=Headgear|desc=
A luxurious, gold-rimmed ribbon. It has been with Kimi since it was thrown away by its previous owner.
:DEX + 3
:MATK + 40.
:MATK + 7 per refine rate.
:Restores 200 HP to the user when a monster is killed by a magical attack.
:Drains 50 HP from the user every 5 seconds.
[+ {{Item_List_2|id=28513|name=Celine's Brooch|slots=1}}]
:Reduces the fixed casting time of skills by 50%.
:Increases magical damage on boss monsters by 10%.
:All Stats + 1 per upgrade level of Celine's Ribbon [1] up to a maximum upgrade level of 10.

:{{Refine |range=>= |level=7}}
:Reduces damage taken from Demi-Human race enemies by 10%.
:Increases magical damage on boss monster by an additional 20%.

:{{Refine |range=>= |level=7}}
:Reduces damage taken from Demi-Human race enemies by an additional 2%.
:Increases magical damage on boss monster by an additional 20%.
<hr>
:Class: Headgear
:Defense: 0
:Weight: 20
:Position: Upper
:Required Level: 1
:Jobs: All jobs
}}
}}

will result into:

Name Type Description
18849.png Celine's Ribbon [1]
Headgear A luxurious, gold-rimmed ribbon. It has been with Kimi since it was thrown away by its previous owner.
DEX + 3
MATK + 40.
MATK + 7 per refine rate.
Restores 200 HP to the user when a monster is killed by a magical attack.
Drains 50 HP from the user every 5 seconds.

[+

28513.png {{{item}}} [1]
]
Reduces the fixed casting time of skills by 50%.
Increases magical damage on boss monsters by 10%.
All Stats + 1 per upgrade level of Celine's Ribbon [1] up to a maximum upgrade level of 10.
[Refine >= 7]
Reduces damage taken from Demi-Human race enemies by 10%.
Increases magical damage on boss monster by an additional 20%.
[Refine >= 7]
Reduces damage taken from Demi-Human race enemies by an additional 2%.
Increases magical damage on boss monster by an additional 20%.

Class: Headgear
Defense: 0
Weight: 20
Position: Upper
Required Level: 1
Jobs: All jobs

See Also