Template:Card
A simple card.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Header | header | The card header text | String | suggested |
Content | content | Arbitrary wiki content to display in the card body. | Unbalanced wikitext | suggested |
Card class | card_class | A custom or pre-defined Bootstrap class name to be applied to the card. | String | optional |
Card header class | header_class | A custom or pre-defined Bootstrap class name to be applied to the card header. | String | optional |
Card body class | body_class | A custom or pre-defined Bootstrap class name to be applied to the card body. | String | optional |
- Example
{{Card |header=Card header |content=Please note that all contributions to C&CPedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here. }}
- Result
Please note that all contributions to C&CPedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
- Classes
{{Card |header=Card header |content=Please note that all contributions to C&CPedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here. |card_class=alert-success border-success |header_class=bg-success font-weight-bold text-white |body_class=pt-3 }}
- Result
Please note that all contributions to C&CPedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
- Grouped
Use Template:Navbox block to group the cards.
{{navbox block}} {{Card |header=Card header |content=Please note that all contributions to C&CPedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here. }} {{Card |header=Card header |content=Please note that all contributions to C&CPedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here. }} {{Card |header=Card header |content=Please note that all contributions to C&CPedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here. |card_class=alert-info border-info |header_class=bg-info font-weight-bold text-white |body_class=pt-3 }} {{end}}
- Result
Please note that all contributions to C&CPedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
Please note that all contributions to C&CPedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
Please note that all contributions to C&CPedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.