This is a documentation for Board Game Arena: play board games online !
Template:Card: Difference between revisions
Jump to navigation
Jump to search
(add nowrap so that potential usage with spaces doesn't get a line break mid-card) |
Sammy McSam (talk | contribs) (HCards) |
||
Line 137: | Line 137: | ||
=== Hanabi === | === Hanabi === | ||
{|class="wikitable" style=" | {|class="wikitable" style="text-align:center;" | ||
|+ | |+Playing card template examples for a BGA wiki page | ||
! | !Type | ||
|{{ | |<code><nowiki>{{HCardr}}</nowiki></code> | ||
|{{ | |<code><nowiki>{{HCardy}}</nowiki></code> | ||
|{{ | |<code><nowiki>{{HCardg}}</nowiki></code> | ||
|{{ | |<code><nowiki>{{HCardb}}</nowiki></code> | ||
|{{ | |<code><nowiki>{{HCardw}}</nowiki></code> | ||
|<code><nowiki>{{HCardm}}</nowiki></code> | |||
|<code><nowiki>{{HCardk}}</nowiki></code> | |||
|- | |||
!Result | |||
|{{HCardr}} | |||
|{{HCardy}} | |||
|{{HCardg}} | |||
|{{HCardb}} | |||
|{{HCardw}} | |||
|{{HCardm}} | |||
|{{HCardk}} | |||
|} | |} | ||
{|class="wikitable" style="text-align:left;" | |||
|+Available parameters | |||
{|class="wikitable" style=" | !Parameter | ||
|+ | !Default value | ||
! | !Example | ||
| | !Result | ||
| | !Description | ||
| | |- | ||
| | |<code style="color:#b00;">null</code> | ||
| | |<code>1</code> | ||
|<code><nowiki>{{HCardr|=3}}</nowiki></code> | |||
|style="text-align:center;"|{{HCardr|=3}} | |||
|<b><i>Optional:</i></b> specify a card value e.g. <code>3</code>. | |||
|- | |||
|<code>size</code> | |||
|<code>2</code> | |||
|<code><nowiki>{{HCardr|size=1.5}}</nowiki></code> | |||
|style="text-align:center;"|{{HCardr|size=1.5}} | |||
|<b><i>Optional:</i></b> specify the text size in rem units. | |||
|} | |} | ||
[[Category:Card templates]] | [[Category:Card templates]] | ||
</noinclude> | </noinclude> |
Revision as of 17:23, 15 September 2023
Type | {{club}}
|
{{spade}}
|
{{heart}}
|
{{diamond}}
|
{{cardBack}}
|
{{card|=A}}
|
{{club|=A}}
|
{{club|=A|colour=green}}
|
---|---|---|---|---|---|---|---|---|
Result | A |
Note: Game Help pages (e.g. 'GameHelpMachiavelli') display on Rules Summary pages e.g. https://boardgamearena.com/gamepanel?game=machiavelli under HOW TO PLAY? > See More > RULES SUMMARY
Parameter | Default value | Example | Result | Description |
---|---|---|---|---|
null
|
|
{{card|=A}}
|
A | Optional: 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. |
colour
|
#000 (black)
|
{{card|=A|colour=green}}
|
A | Optional: specify the text colour as a CSS colour. |
outlineColour
|
#fff0 (transparent white)
|
{{card|=A|colour=white|outlineColour=green}}
|
A | Optional: specify the text outline colour as a CSS colour. |
background
|
#fafafa (almost white)
|
{{card|=A|colour=white|background=green}}
|
A | Optional: specify the background colour as a CSS colour. |
borderColour
|
#fff0 (transparent white)
|
{{card|=A|borderColour=green}}
|
A | Optional: specify the border colour as a CSS colour. |
Examples
Machiavelli
- The table has the set .
- A player may play a combination, such as or , or may extend the existing set by playing .
* The table has the set {{spade|=5}}{{diamond|=5|colour=blue}}{{heart|=5}} . * A player may play a combination, such as {{spade|=6}}{{diamond|=6|colour=blue}}{{heart|=6}} or {{spade|=6}}{{spade|=7}}{{spade|=8}}, or may extend the existing set by playing {{club|=5|colour=green}} .
Palace
Player | In hand | On table | Stack top card | Action |
---|---|---|---|---|
A |
|
|
Plays . | |
B | - |
|
Plays from the table. |
{|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}} . |- |'''B''' | - |{{Diamond|=8}}{{club|=J}}{{Diamond|=Q}} {{cardBack}}{{cardBack}}{{cardBack}} |{{heart|=3}} |style="text-align:left;"|Plays {{Diamond|=8}} from the table. |}
Hanabi
Type | {{HCardr}}
|
{{HCardy}}
|
{{HCardg}}
|
{{HCardb}}
|
{{HCardw}}
|
{{HCardm}}
|
{{HCardk}}
|
---|---|---|---|---|---|---|---|
Result |
Parameter | Default value | Example | Result | Description |
---|---|---|---|---|
null
|
1
|
{{HCardr|=3}}
|
Optional: specify a card value e.g. 3 .
| |
size
|
2
|
{{HCardr|size=1.5}}
|
Optional: specify the text size in rem units. |