Difference between revisions of "Template:AltCard"

From Dvorak - A Blank-Card Game
Jump to navigationJump to search
(Created page with "<div style="float:left; margin:4px; padding:1px; border:1px solid #000; {{ #if: {{{minicard|}}} | width:125px; min-height:200px; font-size:80%; | width:200px; min-height:300p...")
 
Line 24: Line 24:
{{ #if:  {{{creator|}}} | <div style="background:#eee; border-width:1px 0px 0px 0px; border-style:solid; border-color:#000; text-align:right; font-family:'Trebuchet MS'; font-size:0.7em;">Card by {{ #ifexist: User:{{{creator}}}|[[User:{{{creator}}}|{{{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-family:'Trebuchet MS'; font-size:0.7em;">Card by {{ #ifexist: User:{{{creator}}}|[[User:{{{creator}}}|{{{creator}}}]]|{{{creator}}}}}</div> }}
</div><noinclude>
</div><noinclude>
{{ #if:  {{{leftcornervalue|}}} |
<div style="float:left; margin:4px;{{ #if:  {{{longtitle|}}} | height:65px; | height:35px; }}"><span style="background:#fff; color:#000; padding:0px 2px 0px 2px; border:1px solid #000;">{{{leftcornervalue}}}</span></div> }}
==Usage==
==Usage==
{| style="background: transparent;"
{| style="background: transparent;"
Line 34: Line 36:
| bgcolor =
| bgcolor =
| cornervalue =
| cornervalue =
| leftcornervalue =
| image =
| image =
| imgback =
| imgback =
Line 54: Line 57:


'''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.
'''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.
'''leftcornervalue''' is the value that will be printed in a box in the top left of the card, if one is required. If omitted, no box is printed on the card.


'''image''' is the filename of an image for the card, which should be uploaded to the wiki.
'''image''' is the filename of an image for the card, which should be uploaded to the wiki.

Revision as of 03:33, 1 October 2014

Card Title
Type

Usage

{{Card
| title =
| longtitle =
| text =
| longtext =
| type =
| bgcolor =
| cornervalue =
| leftcornervalue =
| image =
| imgback =
| flavortext = 
| creator =
| minicard =
}}

title is the title of the card.

longtitle doubles the size of the title area when set to 'true'.

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 "600" if the card is of type "action", and "006" otherwise.

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.

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

image is the filename of an image for the card, which should be uploaded to the wiki.

imgback is the colour to be shown behind the card image, as a hex value. If omitted, it defaults to white.

flavortext is the flavor text of the card, if any. It appears below the body text in italics, separated by a horizontal rule.

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.