Difference between revisions of "Template:Card"

From Dvorak - A Blank-Card Game
Jump to navigationJump to search
Line 35: Line 35:
'''title''' is the title of the card.
'''title''' is the title of the card.


'''longtitle''' can be set to 'true' if the card title takes up more than two lines, and can be omitted otherwise.
'''longtitle''' can be set to 'true' if the card title takes up more than a line, and can be omitted otherwise.


'''type''' is the card type - usually just "Action" or "Thing", but if you've got a more complex deck you can use "Thing - Crew", "Interrupt" or whatever you're using.
'''type''' is the card type - usually just "Action" or "Thing", but if you've got a more complex deck you can use "Thing - Crew", "Interrupt" or whatever you're using.

Revision as of 08:17, 2 February 2007

Card Title
Type

Usage

{{Card
| title =
| longtitle =
| text =
| longtext =
| type =
| bgcolor =
| cornervalue =
| creator =
| minicard =
}}

title is the title of the card.

longtitle can be set to 'true' if the card title takes up more than a line, and can be omitted otherwise.

type is the card type - usually just "Action" or "Thing", but if you've got a more complex deck you can use "Thing - Crew", "Interrupt" or whatever you're using.

text is the body text of the card, if any.

longtext can be set to 'true' if the card text is too long to fit on a normal card, and can be omitted otherwise.

bgcolor is the colour of the card header background, as a hex value (eg. "f00" for red.) If omitted, it defaults to grey.

cornervalue is the value that will be printed in a box in the top right of the card, if one is required. If omitted, no box is printed on the card.

creator is the player who created the card, which is given in a box at the bottom of the card. If omitted, no box is printed.

minicard can be set to 'true' if you want a half-size card for use in example texts.