No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="background: #fff; border: 1px solid #ddd; border-radius: 4px; padding: 18px; box-shadow: 0 1px 3px rgba(0,0,0,0.08);">{{#if:{{{image|}}}|<div style="width: 100%; height: 120px; overflow: hidden; border-radius: 4px; margin-bottom: 10px;"><img src="{{filepath:{{{image}}}}}" style="width: 100%; height: 100%; object-fit: cover; display: block;" /></div>|{{#if:{{{icon|}}}|<div style="font-size: 1.4em; margin-bottom: 6px;">{{{icon}}}</div>}}}}'''[[{{{1}}}|{{{1}}}]]'''{{#if:{{{desc|}}}|<div style="color: #666; font-size: 0.9em; margin-top: 4px;">{{{desc}}}</div>}}</div><noinclude>
<div style="position: relative; border: 1px solid #ddd; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); overflow: hidden; padding: 18px; text-align: center;">
<span class="hwgh-card-overlay">[[{{{1}}}|&nbsp;]]</span>{{#if:{{{image|}}}|[[File:{{{image}}}|220x120px|link={{{1}}}|class=hwgh-card-img|center]]|{{#if:{{{icon|}}}|<div style="font-size: 1.4em; margin-bottom: 6px;">{{{icon}}}</div>}}}}
'''{{{1}}}'''{{#if:{{{desc|}}}|<div style="color: #666; font-size: 0.9em; margin-top: 4px;">{{{desc}}}</div>}}
</div><noinclude>
== Usage ==
== Usage ==
<pre>
<pre>
Line 6: Line 9:
{{Card|Page Name|image=some-file.jpg|desc=Short description of the page.}}
{{Card|Page Name|image=some-file.jpg|desc=Short description of the page.}}
</pre>
</pre>
'''Parameters:'''
Requires rules in [[MediaWiki:Common.css]] — see template talk page.
;1
: Required. The page title — used as both the link target and the visible title.
;icon
: Optional. An emoji or short character shown above the title. Ignored if {{para|image}} is also set.
;image
: Optional. Filename of an uploaded image (as uploaded via [[Special:Upload]]). Shown above the title instead of the icon, cropped to fit a fixed-height box so large or oddly-shaped images don't blow out the card.
;desc
: Optional. A short description shown below the title.
 
Must be used inside a {{tl|CardGridStart}} / {{tl|CardGridEnd}} pair — see [[Template:CardGridStart]].
</noinclude>
</noinclude>

Latest revision as of 03:18, 14 September 2026

[[{{{1}}}| ]] {{{1}}}

Usage

{{Card|Page Name}}
{{Card|Page Name|icon=🌾|desc=Short description of the page.}}
{{Card|Page Name|image=some-file.jpg|desc=Short description of the page.}}

Requires rules in MediaWiki:Common.css — see template talk page.