Template:Card16: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
|Cn|B|Cp=color: #B08821;}} | |Cn|B|Cp=color: #B08821;}} | ||
{{#switch: {{{3|}}} | {{#switch: {{{3|}}} | ||
|Holo=font-style:italic;}}" | |Holo=font-style:italic; | ||
|Torn=font-style:bold;}}" | |||
title="{{#switch: {{{1|}}} | title="{{#switch: {{{1|}}} | ||
| A=Ace | | A=Ace | ||
Line 60: | Line 61: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "This template renders an ascii-friendly, color-coded representation of a Cycle 16 card.", | |||
"params": { | |||
"1": { | |||
"label": "Rank", | |||
"required": true, | |||
"description": "The Rank of the card.", | |||
"example": "2-10, J, Q, K, A, Joker, CC, GTJ", | |||
"aliases": [ | |||
"Rank" | |||
] | |||
}, | |||
"2": { | |||
"label": "Suit", | |||
"required": true, | |||
"example": "D, C, H, or S, Black, Red, Green, WBB", | |||
"description": "The Suit of the card.", | |||
"aliases": [ | |||
"Suit" | |||
] | |||
}, | |||
"3": { | |||
"label": "Modifiers", | |||
"required": false, | |||
}} | "example": "Holo, Torn, [empty]", | ||
"description": "Modifiers on the card.", | |||
"aliases": [ | |||
"Mod" | |||
] | |||
} | |||
} | |||
} | |||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 23:29, 18 July 2024
[A♥]
[5♦]
[10♣]
[J♠]
[1]
[13]
[Q]
[K]
[O]
[U]
[R]
[T]
[🂿🂿]
[🂿🂿]
This template renders an ascii-friendly, color-coded representation of a Cycle 16 card.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Rank | 1 Rank | The Rank of the card.
| Unknown | required |
Suit | 2 Suit | The Suit of the card.
| Unknown | required |
Modifiers | 3 Mod | Modifiers on the card.
| Unknown | optional |