Template:Card16: Difference between revisions
No edit summary |
No edit summary |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<span style="white-space:nowrap;{{#switch: {{{2|}}} | <span style="white-space:nowrap;{{#switch: {{{2|}}} | ||
|H|D|R=color: #DD0000; | |H|D|R|Red=color: #DD0000; | ||
|L|A|Sh=color: #119933; | |L|A|Sh|CC=color: #119933; | ||
|Cn|B|Cp=color: #B08821;}} | |Cn|B|Cp=color: #B08821; | ||
|WBB=color: #DCDCDC}} | |||
{{#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 30: | Line 32: | ||
| S=Spades | | S=Spades | ||
| Sw=Swords | | Sw=Swords | ||
| {{{2|}}}}}">[<span style="min-width:1.2em; text-align:center; display: inline-block">{{{1|}}}</span><span style="min-width:1em; text-align:center; display: inline-block">{{#switch: {{{2|}}} | | CC=Credit Card | ||
|H=♥|D=♦|C=♣|S=♠ | | GTJ=Go to jail monopoly card | ||
| {{{2|}}}}} {{#if: {{{3|}}}|({{{3|}}})|}}">[<span style="min-width:1.2em; text-align:center; display: inline-block">{{#switch: {{{1|}}} | Joker=🂿 | {{{1|}}}}}</span><span style="min-width:1em; text-align:center; display: inline-block">{{#switch: {{{2|}}} | |||
|H=♥|D=♦|C=♣|S=♠|Black=🂿|Red=🂿| | |||
| Sw=[[File:Suit sword.svg|12px]] | | Sw=[[File:Suit sword.svg|12px]] | ||
| L=[[File:Suit leaf.svg|12px]] | | L=[[File:Suit leaf.svg|12px]] | ||
Line 53: | Line 57: | ||
{{Card16|U|Cn| }}<br> | {{Card16|U|Cn| }}<br> | ||
{{Card16|R|L| }}<br> | {{Card16|R|L| }}<br> | ||
{{Card16|T|Cp| }} | {{Card16|T|Cp| }}<br> | ||
{{Card16|Joker|Black|Holo}}<br> | |||
{{Card16|Joker|Red|}} | |||
<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> |
Latest revision as of 00:28, 19 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 |