Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

Revision as of 18:58, 1 October 2025 by Eviand (talk | contribs) (Created page with "<div style="display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; grid-auto-rows:auto; align-items:start; width:100%;"> {{#ask: Namespace::Update Publish date::+ | sort=Publish date | order=desc | limit=3 | ?Publish date | ?Patch blurb | format=template | template=PatchHighlights | named args=yes }} </div> <includeonly> <div style="text-align:left; padding:1rem 1.5rem 0.75rem;"> <div style="font-size:1.4em; font-weight:700; line-height:1.2; marg...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{#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 SMW. Each card shows the page title (without the Update: prefix), its Publish date, and an optional Patch blurb.",
 "params": {
   "1": { "label": "Page", "description": "The update page (passed automatically by SMW)", "type": "wiki-page-name", "required": true },
   "Publish date": { "label": "Publish date", "description": "The SMW Publish date property value", "type": "string", "required": false },
   "Patch blurb": { "label": "Patch blurb", "description": "Optional short summary set on the update page with Patch blurb::...", "type": "string", "required": false }
 }

} </templatedata>