This is a documentation for Board Game Arena: play board games online !
Template:Card: Difference between revisions
Jump to navigation
Jump to search
Sammy McSam (talk | contribs) (added shadowColour, removed border) |
Sammy McSam (talk | contribs) (parameters) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<span style="background:{{{background|#fafafa}}};box-shadow:0.05rem 0.05rem 0.1rem 0.1rem rgba(0,0,0,0.2),inset 0 0 0 0. | <span title="{{{alt|card}}}" style="background:{{{background|#fafafa}}};box-shadow:0.05rem 0.05rem 0.1rem 0.1rem rgba(0,0,0,0.2),inset 0 0 0 {{{borderThickness|0.1}}}rem {{{borderColor|#fff0}}};border-radius:0.2rem;padding:0.25rem 0.15rem;line-height:calc({{{size|1}}}rem + 0.7rem);color:{{{color|#000}}};text-shadow:0 0 calc({{{size|1}}}rem/20) {{{outlineColor|#fff0}}},0 0 calc({{{size|1}}}rem/20) {{{outlineColor|#fff0}}},0 0 calc({{{size|1}}}rem/20) {{{outlineColor|#fff0}}},0 0 calc({{{size|1}}}rem/20) {{{outlineColor|#fff0}}},0 0 calc({{{size|1}}}rem/20) {{{outlineColor|#fff0}}},0 0 calc({{{size|1}}}rem/20) {{{outlineColor|#fff0}}};font-size:{{{size|1}}}rem;white-space:nowrap">{{{1| }}}</span><noinclude> | ||
{|class="wikitable" style="text-align:center;" | {|class="wikitable" style="text-align:center;" | ||
|+ | |+Card template examples | ||
!Type | !Type | ||
|<code><nowiki>{{club}}</nowiki></code> | |<code><nowiki>{{club}}</nowiki></code> | ||
Line 9: | Line 9: | ||
|<code><nowiki>{{diamond}}</nowiki></code> | |<code><nowiki>{{diamond}}</nowiki></code> | ||
|<code><nowiki>{{cardBack}}</nowiki></code> | |<code><nowiki>{{cardBack}}</nowiki></code> | ||
|<code><nowiki>{{card| | |<code><nowiki>{{card|A}}</nowiki></code> | ||
|<code><nowiki>{{club| | |<code><nowiki>{{club|A}}</nowiki></code> | ||
|- | |- | ||
!Result | !Result | ||
Line 19: | Line 18: | ||
|{{diamond}} | |{{diamond}} | ||
|{{cardBack}} | |{{cardBack}} | ||
|{{card| | |{{card|A}} | ||
|{{club| | |{{club|A}} | ||
|} | |} | ||
== Available parameters == | |||
<div style="display:grid;grid-template-columns:repeat(4,min-content) auto;gap:0.5rem;overflow:auto;text-overflow:ellipsis;"> | |||
<div style="font-weight:bold;width:8rem;">Parameter</div> | |||
<div style="font-weight:bold;width:8rem;">Default value</div> | |||
<div style="font-weight:bold;width:8rem;">Example</div> | |||
<div style="font-weight:bold;width:8rem;text-align:center;">Result</div> | |||
<div style="font-weight:bold;width:8rem;">Description</div> | |||
<div><code>1</code></div> | |||
<div><code><nowiki>&nbsp;</nowiki></code> | |||
<code><nowiki>&nbsp;</nowiki></code> | |||
<code><nowiki>&nbsp;</nowiki></code> | |||
(3 white spaces)</div> | |||
<div><code><nowiki>{{card|A}}</nowiki></code></div> | |||
<div style="text-align:center;">{{card|A}}</div> | |||
<div>'''''Required:''''' specify a card value e.g. <code>A</code> for Ace.</div> | |||
<div><code>size</code></div> | |||
|- | <div><code>1</code></div> | ||
<div><code><nowiki>{{card|A</nowiki></code> | |||
<code><nowiki>|size=1.5}}</nowiki></code></div> | |||
<div style="text-align:center;">{{card|A|size=1.5}}</div> | |||
<div>'''''Optional:''''' specify the text size in rem units.</div> | |||
<div><code>color</code></div> | |||
<div><code>#000</code> | |||
(black)</div> | |||
<div><code><nowiki>{{card|A</nowiki></code> | |||
<code><nowiki>|color=green}}</nowiki></code></div> | |||
<div style="text-align:center;">{{card|A|color=green}}</div> | |||
<div>'''''Optional:''''' specify the text color as a [https://developer.mozilla.org/en-US/docs/Web/CSS/color CSS color].</div> | |||
<div><code>outlineColor</code></div> | |||
<div><code>#fff0</code> | |||
(transparent)</div> | |||
<div><code><nowiki>{{card|A|color=white</nowiki></code> | |||
<code><nowiki>|outlineColor=green}}</nowiki></code></div> | |||
<div style="text-align:center;">{{card|A|color=white|outlineColor=green}}</div> | |||
<div>'''''Optional:''''' specify the text outline color as a [https://developer.mozilla.org/en-US/docs/Web/CSS/color CSS color].</div> | |||
<div><code>background</code></div> | |||
<div><code>#fafafa</code> | |||
(almost white)</div> | |||
<div><code><nowiki>{{card|A|color=white</nowiki></code> | |||
<code><nowiki>|background=green}}</nowiki></code></div> | |||
|} | <div style="text-align:center;">{{card|A|color=white|background=green}}</div> | ||
<div>'''''Optional:''''' specify the background color as a [https://developer.mozilla.org/en-US/docs/Web/CSS/color CSS color].</div> | |||
<div><code>borderColor</code></div> | |||
<div><code>#fff0</code> | |||
(transparent)</div> | |||
<div><code><nowiki>{{card</nowiki></code> | |||
<code><nowiki>|borderColor=green}}</nowiki></code></div> | |||
<div style="text-align:center;">{{card|borderColor=green}}</div> | |||
<div>'''''Optional:''''' specify the border color as a [https://developer.mozilla.org/en-US/docs/Web/CSS/color CSS color].</div> | |||
<div><code>borderThickness</code></div> | |||
<div><code>0.1</code></div> | |||
<div><code><nowiki>{{card|borderColor=green</nowiki></code> | |||
<code><nowiki>|borderThickness=0.2}}</nowiki></code></div> | |||
<div style="text-align:center;">{{card|borderColor=green|borderThickness=0.2}}</div> | |||
<div>'''''Optional:''''' specify the border thickness in rem units.</div> | |||
</div> | |||
== Examples == | == Examples == | ||
=== Machiavelli === | === [[Gamehelpmachiavelli|Machiavelli]] === | ||
{{ | * A player may play a combination, such as {{spade|6}}{{diamond|6|color=blue}}{{heart|6}} or {{spade|6}}{{spade|7}}{{spade|8}}, or may extend the existing set by playing {{club|5|color=green}} . | ||
|} | |||
<pre> | <pre> | ||
* A player may play a combination, such as {{spade|6}}{{diamond|6|color=blue}}{{heart|6}} or {{spade|6}}{{spade|7}}{{spade|8}}, or may extend the existing set by playing {{club|5|color=green}} . | |||
</pre> | </pre> | ||
=== Palace === | === [[Gamehelppalace|Palace]] === | ||
{|class="wikitable" style="width:auto; text-align:center;" | {|class="wikitable" style="width:auto; text-align:center;" | ||
Line 147: | Line 99: | ||
|- | |- | ||
|'''A''' | |'''A''' | ||
|{{heart| | |{{heart|3}}{{club|3}} | ||
{{spade| | {{spade|4}}{{club|4}} | ||
|{{club| | |{{club|7}}{{Diamond|7}}{{spade|7}} | ||
{{cardBack}}{{cardBack}}{{cardBack}} | {{cardBack}}{{cardBack}}{{cardBack}} | ||
|{{diamond| | |{{diamond|2}} | ||
|style="text-align:left;"|Plays {{heart| | |style="text-align:left;"|Plays {{heart|3}}{{club|3}} . | ||
|} | |} | ||
<pre> | <pre style="background:none;border:none;"> | ||
{|class="wikitable" style="width:auto; text-align:center;" | {|class="wikitable" style="width:auto; text-align:center;" | ||
|+style="text-align:left;"|''The deck is already empty'' | |+style="text-align:left;"|''The deck is already empty'' | ||
Line 209: | Line 117: | ||
|- | |- | ||
|'''A''' | |'''A''' | ||
|{{heart| | |{{heart|3}}{{club|3}} | ||
{{spade| | {{spade|4}}{{club|4}} | ||
|{{club| | |{{club|7}}{{Diamond|7}}{{spade|7}} | ||
{{cardBack}}{{cardBack}}{{cardBack}} | {{cardBack}}{{cardBack}}{{cardBack}} | ||
|{{ | |{{diamond|2}} | ||
|style="text-align:left;"| | |style="text-align:left;"|Plays {{heart|3}}{{club|3}} . | ||
|} | |} | ||
</pre> | </pre> |
Latest revision as of 21:37, 18 February 2024
Type | {{club}}
|
{{spade}}
|
{{heart}}
|
{{diamond}}
|
{{cardBack}}
|
{{card|A}}
|
{{club|A}}
|
---|---|---|---|---|---|---|---|
Result | ♣ | ♠ | ♥ | ♦ | 🟔 | A | A♣ |
Available parameters
Parameter
Default value
Example
Result
Description
1
{{card|A}}
A
Required: specify a card value e.g.
A
for Ace.size
1
{{card|A
|size=1.5}}
A
Optional: specify the text size in rem units.
color
#000
(black){{card|A
|color=green}}
A
Optional: specify the text color as a CSS color.
outlineColor
#fff0
(transparent){{card|A|color=white
|outlineColor=green}}
A
Optional: specify the text outline color as a CSS color.
background
#fafafa
(almost white){{card|A|color=white
|background=green}}
A
Optional: specify the background color as a CSS color.
borderColor
#fff0
(transparent){{card
|borderColor=green}}
Optional: specify the border color as a CSS color.
borderThickness
0.1
{{card|borderColor=green
|borderThickness=0.2}}
Optional: specify the border thickness in rem units.
Examples
Machiavelli
- A player may play a combination, such as 6♠6♦6♥ or 6♠7♠8♠, or may extend the existing set by playing 5♣ .
* A player may play a combination, such as {{spade|6}}{{diamond|6|color=blue}}{{heart|6}} or {{spade|6}}{{spade|7}}{{spade|8}}, or may extend the existing set by playing {{club|5|color=green}} .
Palace
Player | In hand | On table | Stack top card | Action |
---|---|---|---|---|
A | 3♥3♣
4♠4♣ |
7♣7♦7♠
🟔🟔🟔 |
2♦ | Plays 3♥3♣ . |
{|class="wikitable" style="width:auto; text-align:center;" |+style="text-align:left;"|''The deck is already empty'' !Player !In hand !On table !Stack top card !style="text-align:left;"|Action |- |'''A''' |{{heart|3}}{{club|3}} {{spade|4}}{{club|4}} |{{club|7}}{{Diamond|7}}{{spade|7}} {{cardBack}}{{cardBack}}{{cardBack}} |{{diamond|2}} |style="text-align:left;"|Plays {{heart|3}}{{club|3}} . |}