Template:PatchHighlights
Template page
More actions
{{#if:|
[[{{{1}}}|{{#titleparts:{{{1}}}|1|2|:}}]]
{{{Publish date}}}
{{{Patch blurb}}}
|}}|
{{#ask:
Namespace::Update Publish date::+ | sort=Publish date | order=desc | limit=3 | ?Publish date | ?Patch blurb | format=template | template=PatchHighlights | named args=yes
}}
}}
<templatedata>
{
"description": "Displays the three most recent Update: pages using Semantic MediaWiki. When called without parameters, it renders a 3-column grid populated by an SMW query. When SMW calls it with parameters, it renders one card showing the page title (without the Update: prefix), the Publish date, and an optional Patch blurb.",
"params": {
"1": { "label": "Page", "description": "Set automatically by SMW when rendering each card.", "type": "wiki-page-name", "required": false },
"Publish date": { "label": "Publish date", "description": "SMW printout of the date (Property:Publish date).", "type": "string", "required": false },
"Patch blurb": { "label": "Patch blurb", "description": "Optional one-line summary set on the update page with Patch blurb::....", "type": "string", "required": false }
}
} </templatedata>