Template:HomeCard
Appearance
Revision as of 14:40, 2 September 2026 by AShanks (talk | contribs) (Created page with "<templatestyles src="Template:HomeCard/styles.css" /> <div class="home-card-wrapper" style="display: flex; gap: 20px; flex-wrap: wrap; margin: 15px 0;"> <div style="flex: 1; min-width: 280px; background: #f8f9fa; border: 1px solid #eaecf0; border-radius: 8px; padding: 20px;"> {{{col1}}} </div> <div style="flex: 1; min-width: 280px; background: #f8f9fa; border: 1px solid #eaecf0; border-radius: 8px; padding: 20px;"> {{{col2}}} </div> </div> <templatedata>...")
<templatestyles src="Template:HomeCard/styles.css" />
{{{col1}}}
{{{col2}}}
Creates a responsive two-column card layout for homepages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Left Column Content | col1 | Content for the left card. | Content | required |
| Right Column Content | col2 | Content for the right card. | Content | required |