Jump to content

We've had to disable guest access to various things due to AI scraper bot attacks. If there's something you need like an old page edit, head over to Discord, message Blueness or Vienna and we'll get you hooked up!

Template:Card Table

From iRO Wiki


Syntax

{{Card_Table|data=}}

Parameter
data
The Cards 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:Card_Row being passed to the data parameter.

Example

Using

{{Card_Table|data=
{{Card_Row|id=4001|name=Poring Card|type=Armor Card|desc=
Poring Card.
:Luk +2
:Perfect Dodge +1
}}
{{Card_Row|id=4033|name=Poporing Card|type=Accesory Card|desc=
Poporing Card
:Enables Level 1 Detoxify.
}}
}}

will result into:

Card Type Description
CardPoring Card4001.png Armor Card Poring Card.
Luk +2
Perfect Dodge +1
CardPoporing Card4033.png Accesory Card Poporing Card.
Enables Level 1 Detoxify.

See Also