Difference between revisions of "Template:InfoCard"
From Georgia Tech Student Wiki
(Created page with "<!-- Taken from https://www.mediawiki.org/wiki/Template:InfoCard --> <div class="wiki-template-infocard {{{class|}}}"> <h3 class="wiki-template-infocard-title">{{{heading}}}...") |
m (Squish) |
||
Line 1: | Line 1: | ||
+ | <!-- Taken from https://www.mediawiki.org/wiki/Template:InfoCard --><div class="wiki-template-infocard {{{class|}}}"><h3 class="wiki-template-infocard-title">{{{heading}}}</h3><div class="wiki-template-infocard-content">{{{content}}}</div><!---->{{#if: {{{footer|}}} | <div class="wiki-template-infocard-footer">{{{footer|}}}</div> }}<!----></div><noinclude>{{documentation}}</noinclude> |
||
− | <!-- Taken from https://www.mediawiki.org/wiki/Template:InfoCard --> |
||
− | |||
− | <div class="wiki-template-infocard {{{class|}}}"> |
||
− | <h3 class="wiki-template-infocard-title">{{{heading}}}</h3> |
||
− | <div class="wiki-template-infocard-content">{{{content}}}</div><!-- |
||
− | -->{{#if: {{{footer|}}} | <div class="wiki-template-infocard-footer">{{{footer|}}}</div> }}<!-- |
||
− | --></div><noinclude>{{documentation}}</noinclude> |
Latest revision as of 20:44, 8 July 2022
{{{heading}}}
{{{content}}}
This template creates a styled information card.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Heading | heading | The card's title. | Content | required |
Content | content | The card's content. | Content | required |
Footer | footer | Optional footer area. | Content | optional |
Class(es) | class | Additional CSS class(es) for the whole box. | Line | optional |