This is a documentation for Board Game Arena: play board games online !

Template:Card: Difference between revisions

From Board Game Arena
Jump to navigation Jump to search
mNo edit summary
(parameters)
 
(15 intermediate revisions by 3 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);border-radius:0.2rem;padding:0.25rem;line-height:1.6rem;color:{{{colour|#000}}};">{{{|}}}</span><noinclude>
<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|&nbsp;&nbsp;&nbsp;}}}</span><noinclude>


For documentation on using playing card templates on BGA wiki pages, see [[Template:Club]]
{|class="wikitable" style="text-align:center;"
|+Card template examples
!Type
|<code><nowiki>{{club}}</nowiki></code>
|<code><nowiki>{{spade}}</nowiki></code>
|<code><nowiki>{{heart}}</nowiki></code>
|<code><nowiki>{{diamond}}</nowiki></code>
|<code><nowiki>{{cardBack}}</nowiki></code>
|<code><nowiki>{{card|A}}</nowiki></code>
|<code><nowiki>{{club|A}}</nowiki></code>
|-
!Result
|{{club}}
|{{spade}}
|{{heart}}
|{{diamond}}
|{{cardBack}}
|{{card|A}}
|{{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>&amp;nbsp;</nowiki></code>
<code><nowiki>&amp;nbsp;</nowiki></code>
<code><nowiki>&amp;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&nbsp;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 ==
 
=== [[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>
* 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>
 
=== [[Gamehelppalace|Palace]] ===
 
{|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}} .
|}
 
<pre style="background:none;border:none;">
{|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}} .
|}
</pre>


[[Category:Card templates]]
[[Category:Card templates]]
</noinclude>
</noinclude>

Latest revision as of 22:37, 18 February 2024

   

Card template examples
Type {{club}} {{spade}} {{heart}} {{diamond}} {{cardBack}} {{card|A}} {{club|A}}
Result ​♣ ​♠ ​♥ ​♦ 🟔 A A♣

Available parameters

Parameter
Default value
Example
Result
Description
1
&nbsp;

&nbsp; &nbsp;

(3 white spaces)
{{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

The deck is already empty
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}} .
|}