Jump to content

Template:HomeCard

From DocDepot
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>...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Subpages:

<templatestyles src="Template:HomeCard/styles.css" />

   {{{col1}}}
   {{{col2}}}

Creates a responsive two-column card layout for homepages.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Left Column Contentcol1

Content for the left card.

Contentrequired
Right Column Contentcol2

Content for the right card.

Contentrequired