Template:Card
{{Card}} is a template for generating a single card. It is typically used with Template:Cards to create a grid or row layout on a page.
Parameters
Content parameters
- column
- The number of cards which should fit on a single row (max 6)
- title
- The title text on the card
- text
- The content text on the card
- bottom
- The text on the bottom section of the card. Usually used for actionable items like links.
- page
- The page linked by the button on the card. Only use it when there is only one action.
- pagetext
- The text displayed on the button on the card
- bylinetop
- The byline text above the title on the card
- bylinebottom
- The byline text below the title on the card
Styling parameters
- colorbg
- The background color of the card
- colortext
- The text color of the card
- colorbyline
- The color of the byline on the card
- colortitle
- The color of the title on the card
- colorbgbottom
- The background color of the bottom section of the card
- colorbottom
- The text color in the bottom section of the card
- colorbgbutton
- The background color of the button on the card, note that due to templating restrictions, the button text will always be grey. Please ensure there is enough contrast between the background color and the text.
This template is a template for generating a card, usually used in combination with the Cards template to create a grid or row layout on a page. Currently only a maximum of six cards are supported in Visual Editing, please refer to the template page for advanced syntax.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Number of columns | column | The number of cards which should fit on a single row (max 6)
| Number | suggested |
Card title | title | The title text on the card
| String | required |
Card text | text | The content text on the card | Content | required |
Card bottom | bottom | The text on the bottom section of the card | Content | optional |
Card button link | page | The page linked by the button on the card
| Page name | optional |
pagelink | pagelink | no description | Unknown | optional |
Card button text | pagetext | The text displayed on the button on the card
| String | optional |
Card top byline | bylinetop | The byline text above the title on the card | String | optional |
Card bottom byline | bylinebottom | The byline text below the title on the card | String | optional |
Card background color | colorbg | The background color of the card
| Unknown | optional |
Card text color | colortext | The text color of the card
| Unknown | optional |
Card byline color | colorbyline | The color of the byline on the card
| Unknown | optional |
Card title color | colortitle | The color of the title on the card
| Unknown | optional |
Card bottom background color | colorbgbottom | The background color of the bottom section of the card
| Unknown | optional |
Card bottom text color | colorbottom | The text color in the bottom section of the card
| Unknown | optional |
Card button background color | colorbgbutton | The background color of the button on the card
| Unknown | optional |