Template:Card table/doc

From Yugipedia
< Template:Card table
Revision as of 00:16, 14 February 2013 by Deltaneos (talk | contribs) ({{Card tables}})
Jump to: navigation, search

{{Card table}} is a metatemplate used to create card table templates.

Usage

Example

{{Card table
| title  = {{ #if: {{{title|}}} | {{{title}}} | {{PAGENAME}} }}
| image  = {{ #if: {{{image|}}} | {{{image}}} | Back-EN.png }}
| label1 = [[Attribute]]
| data1  = [[{{uc:{{{attribute}}}}}]] [[File:{{uc:{{{attribute}}}}}.svg|25px|alt=]]
| label2 = [[Level]]
| data2  = {{{level}}} {{Repeat|[[File:CG Star.svg|18px|alt=]]|{{{level}}}}}
| label3 = [[Type|Type(s)]]
| data3  = {{Card table/types|{{{types}}}|{{{effect_types|}}}|linked}}
| label4 = [[ATK]]/[[DEF]]
| data4  = {{{atk}}}/{{{def}}}
| data5  = <div class="lore">{{{lore}}}</div>
| label6 = Effect types
| data6  = {{{effect types|}}}
| label7 = Status
| data7  = {{{status}}}
}}