Jump to content

Template:Card: Difference between revisions

From Swarthmore Knowledge Base
No edit summary
No edit summary
Line 33: Line 33:
"description": "The title for the card",
"description": "The title for the card",
"type": "string"
"type": "string"
},
"withBorder": {
"type": "boolean",
"default": "true"
},
"href": {
"aliases": [
"link",
"Href",
"Link",
"linkTo"
],
"type": "url"
},
"orientation": {
"aliases": [
"Orientation",
"layout",
"Layout"
],
"type": "string",
"suggestedvalues": [
"horizontal",
"vertical"
]
},
"icon": {
"aliases": [
"Icon"
],
"type": "string",
"suggestedvalues": [
"academic-cap",
"star",
"command-line",
"pencil",
"gift",
"bank-notes",
"bolt",
"cake",
"calendar",
"computer-desktop",
"device-phone-mobile",
"envelope-open",
"key",
"phone",
"printer",
"question-mark-circle",
"sparkles",
"shield-check",
"shield-exclamation",
"wifi",
"video-camera",
"variable"
]
}
}
},
},
Line 38: Line 93:
"content",
"content",
"variant",
"variant",
"title"
"title",
"withBorder",
"href",
"orientation",
"icon"
]
]
}
}

Revision as of 14:39, 12 May 2026

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
contentcontent Content Body body

The text to display inside the card.

Unbalanced wikitextrequired
variantvariant Variant type Type

The style variant of the card (e.g., warning, success, info, danger).

Suggested values
success danger info
Stringoptional
titletitle Title

The title for the card

Stringoptional
withBorderwithBorder

no description

Default
true
Booleanoptional
hrefhref link Href Link linkTo

no description

URLoptional
orientationorientation Orientation layout Layout

no description

Suggested values
horizontal vertical
Stringoptional
iconicon Icon

no description

Suggested values
academic-cap star command-line pencil gift bank-notes bolt cake calendar computer-desktop device-phone-mobile envelope-open key phone printer question-mark-circle sparkles shield-check shield-exclamation wifi video-camera variable
Stringoptional