Template:Card/doc: Difference between revisions

Template page
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
 
Line 38: Line 38:
;colorbgbutton
;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.
: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.
== TemplateData ==
<templatedata>
{
"params": {
"column": {
"label": "Number of columns",
"description": "The number of cards which should fit on a single row (max 6)",
"example": "4",
"type": "number",
"default": "1",
"suggested": true
},
"title": {
"label": "Card title",
"description": "The title text on the card",
"example": "Red 1 Jared",
"type": "string",
"required": true,
"suggested": true
},
"text": {
"label": "Card text",
"description": "The content text on the card",
"type": "content",
"required": true,
"suggested": true
},
"bottom": {
"label": "Card bottom",
"description": "The text on the bottom section of the card",
"type": "content"
},
"page": {
"label": "Card button link",
"description": "The page linked by the button on the card",
"example": "Ships",
"type": "wiki-page-name"
},
"pagetext": {
"label": "Card button text",
"description": "The text displayed on the button on the card",
"example": "Don't click",
"type": "string"
},
"bylinetop": {
"label": "Card top byline",
"description": "The byline text above the title on the card",
"type": "string"
},
"bylinebottom": {
"label": "Card bottom byline",
"description": "The byline text below the title on the card",
"type": "string"
},
"colorbg": {
"label": "Card background color",
"description": "The background color of the card",
"example": "#ffffff"
},
"colortext": {
"label": "Card text color",
"description": "The text color of the card",
"example": "#000000"
},
"colorbyline": {
"label": "Card byline color",
"description": "The color of the byline on the card",
"example": "#72777d"
},
"colortitle": {
"label": "Card title color",
"description": "The color of the title on the card",
"example": "#222222"
},
"colorbgbottom": {
"label": "Card bottom background color",
"description": "The background color of the bottom section of the card",
"example": "#eaecf0"
},
"colorbottom": {
"label": "Card bottom text color",
"description": "The text color in the bottom section of the card",
"example": "#72777d"
},
"colorbgbutton": {
"label": "Card button background color",
"description": "The background color of the button on the card",
"example": "#eaecf0"
},
"pagelink": {}
},
"description": "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.\nCurrently only a maximum of six cards are supported in Visual Editing, please refer to the template page for advanced syntax.",
"paramOrder": [
"column",
"title",
"text",
"bottom",
"page",
"pagelink",
"pagetext",
"bylinetop",
"bylinebottom",
        "colorbg",
        "colortext",
"colorbyline",
"colortitle",
"colorbgbottom",
"colorbottom",
"colorbgbutton"
],
"format": "block"
}
</templatedata>


== See also ==
== See also ==

Latest revision as of 21:08, 6 May 2021

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

See also