Difference between revisions of "Template:Card"

From Dvorak - A Blank-Card Game
Jump to navigationJump to search
(Reverting.)
(Adding 'longtext' field for cards with too much text on them.)
Line 9: Line 9:
font-family:arial narrow,arial; padding:2px; font-size:0.8em">{{{type|Type}}}</div>
font-family:arial narrow,arial; padding:2px; font-size:0.8em">{{{type|Type}}}</div>
<div style="{{ #if:  {{{longtitle|}}} | height:170px; | height:200px; }}
<div style="{{ #if:  {{{longtitle|}}} | height:170px; | height:200px; }}
{{ #if:  {{{longtext|}}} | font-size:0.8em }}
  padding:8px">{{{text|Card text.}}}</div>
  padding:8px">{{{text|Card text.}}}</div>
{{ #if:  {{{creator|}}} | <div style="background:#eee; border-width:1px 0px 0px 0px; border-style:solid; border-color:#000; text-align:right; font-size:0.7em;">Card by {{{creator|creator}}}</div> }}
{{ #if:  {{{creator|}}} | <div style="background:#eee; border-width:1px 0px 0px 0px; border-style:solid; border-color:#000; text-align:right; font-size:0.7em;">Card by {{{creator|creator}}}</div> }}
Line 25: Line 26:
'''title''' is the title of the card.
'''title''' is the title of the card.


'''longtitle''' can be set to 1 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 two lines, 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.
'''type''' 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.
'''bgcolor''' is the colour of the card header background, as a hex value (eg. "f00" for red.) If omitted, it defaults to grey.

Revision as of 17:20, 31 January 2007

Card Title
Type
Card text.

Usage

{{Card
| title =
| longtitle =
| type =
| bgcolor =
| cornervalue =
| creator =
}}

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.

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 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.