Template:InfoCard: Difference between revisions

Template page
(Created page with "<templatestyles src="InfoCard/styles.css" /> <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> }}")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
<h3 class="wiki-template-infocard-title">{{{heading}}}</h3>
<h3 class="wiki-template-infocard-title">{{{heading}}}</h3>
<div class="wiki-template-infocard-content">{{{content}}}</div><!--
<div class="wiki-template-infocard-content">{{{content}}}</div><!--
     -->{{#if: {{{footer|}}} | <div class="wiki-template-infocard-footer">{{{footer|}}}</div> }}
     -->{{#if: {{{footer|}}} | <div class="wiki-template-infocard-footer">{{{footer|}}}</div> }}<!--
--></div><!--
--><noinclude>
<templatedata>
{
"params": {
"class": {
"label": "Class"
},
"heading": {
"label": "Heading"
},
"content": {
"label": "Content"
},
"footer": {
"label": "Footer"
}
}
}
</templatedata>
</noinclude>

Latest revision as of 02:52, 6 October 2023

{{{heading}}}

{{{content}}}

No description.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
Classclass

no description

Unknownoptional
Headingheading

no description

Unknownoptional
Contentcontent

no description

Unknownoptional
Footerfooter

no description

Unknownoptional