Template:Card: Difference between revisions
mNo edit summary |
RandomNetCat (talk | contribs) Fix TemplateData |
||
Line 66: | Line 66: | ||
"1": { | "1": { | ||
"label": "Rank", | "label": "Rank", | ||
"type": "string", | |||
"required": true, | "required": true, | ||
"description": "The Rank of the card. 2-10, J, Q, K, A.", | "description": "The Rank of the card. 2-10, J, Q, K, A.", | ||
"aliases": ["Rank"] | "aliases": ["Rank"] | ||
}, | }, | ||
"2": { | "2": { | ||
"label": "Suit", | "label": "Suit", | ||
"type": "string", | |||
"required": true, | "required": true, | ||
"description": "The Suit of the card. D, C, H, or S.", | "description": "The Suit of the card. D, C, H, or S.", | ||
"aliases": ["Suit"] | "aliases": ["Suit"] | ||
} | } | ||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |