Template:ShinyCardInfo
Jump to navigation
Jump to search
Card name
- Card Type: ?
- Card Rarity: ?
- JP Card Name: ?
- EN Card Name: ?
- How to Acquire: ?
- Release Date (Available Period): ?
A Template for Card Information for Enza Cards
Parameter | Description | Type | Status | |
---|---|---|---|---|
Card Code | code | Code of card, most important, it determines character name, type, rarity
| Number | required |
Japanese name | name_jp | Card name in Japanese
| String | required |
English name | name_en | Card name in English, follow Japanese convention (last name, then first name)
| String | required |
Romaji name | name_romaji | optional, *Romaji* Card name.
| String | optional |
Card Idea | idea | Card idea, required for support cards | Unknown | optional |
Card Proficiency | proficiency proficiency1 | Card Proficiency, required for support cards | Unknown | optional |
Card Proficiency2 | proficiency2 | Card 2nd Proficiency, optional for support cards | Unknown | optional |
Acquire | acquire | Short description about how to acquire
| String | required |
Release date | release_date | Card release date, if limited, format is YYYY/MM/DD~YYYY/MM/DD
| Unknown | required |
This is the template for the Card infobox for Enza Cards. If you want to use it, just follow the syntax and replace the placeholders with whatever card info you want to place in there:
{{ShinyCardInfo |code = (code of card, most important, it determines character name, type, rarity) |name_jp = (card name in Japanese) |name_en = (card name in English, follow Japanese convention (last name, then first name)) |name_romaji = (optional, *Romaji* Card name.) |idea = (card idea, required for support cards) |proficiency = (card proficiency, required for support cards) |proficiency2 = (card 2nd proficiency, optional for support cards) |acquire = (how to acquire) |release_date = (release date, (if limited), format is YYYY/MM/DD~YYYY/MM/DD) }}