Diferencia entre revisiones de «Plantilla:Card Table»
De PowRO - Wiki
Ir a la navegaciónIr a la búsqueda
(Página creada con «<includeonly>{| class="wikitable" style="text-align: center; margin:auto; width: 90%" ! style="background-color:#febbc4;" | Card ! style="background-color:#febbc4;" | Type ! style="background-color:#febbc4;" | Description |- {{{data}}} |}</includeonly><noinclude> == Syntax == <code><nowiki>{{Card_Table|data=}}</nowiki></code> ; Parameter ; data : The Cards data that the table will have. It needs to come formatted as MediaWiki table cell syntax. To make your life e…») |
Sin resumen de edición |
||
Línea 1: | Línea 1: | ||
<includeonly>{| class="wikitable" style="text-align: center; margin:auto; width: | <includeonly>{| class="wikitable" style="text-align: center; margin:auto; width: 98%" | ||
! style="background-color:#febbc4;" | Card | ! style="background-color:#febbc4;" | Card | ||
! style="background-color:#febbc4;" | Type | ! style="background-color:#febbc4;" | Type |
Revisión actual - 09:53 15 ene 2024
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 |
---|---|---|
Poring Card | Armor Card | Poring Card.
|
Poporing Card | Accesory Card | Poporing Card.
|