Template:PatchHighlights: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style="display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; grid-auto-rows:auto; align-items:start; width:100%;"> | <div style="display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; grid-auto-rows:auto; align-items:start; width:100%;"> | ||
{{#ask: | {{#ask: | ||
| Line 22: | Line 9: | ||
| ?Patch blurb | | ?Patch blurb | ||
| format=template | | format=template | ||
| template=PatchHighlights | | template=PatchHighlights/Card | ||
| named args=yes | | named args=yes | ||
| default=<div style="grid-column:1/-1; opacity:.75; text-align:center; padding:1rem;">No recent updates found.</div> | |||
}} | }} | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Displays the three most recent Update: pages using Semantic MediaWiki. | "description": "Displays the three most recent Update: pages using Semantic MediaWiki. Each card shows the page title (without the Update: prefix), Publish date, and an optional Patch blurb.", | ||
"params": { | "params": {} | ||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||