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

Template:PatchHighlights: Difference between revisions

Template page
No edit summary
Tag: wikieditor
No edit summary
Tags: wikieditor mobile web edit mobile edit
Line 1: Line 1:
<templatestyles src="Template:PatchHighlights/styles.css" />
<templatestyles src="Template:PatchHighlights/styles.css" />
 
<div class="sv-card sv-ph-wrap"><div class="sv-tile sv-ph-head">Recent Updates</div><div class="sv-ph-pad"><div class="sv-ph-grid">{{#ask:
<!-- Patch Highlights: one cohesive custom-table -->
[[Category:Patch Notes]]
<table class="custom-table">
[[Publish date::+]]
<tr>
| sort=Publish date,Modification date
<th>Recent Updates</th>
| order=desc,desc
</tr>
| limit=3
<tr>
| ?Publish date
<td style="padding:0;">
| ?Patch blurb
<div class="sv-highlights-pad">
| ?Modification date
<div class="sv-highlights">{{#ask:
| format=template
[[Category:Patch Notes]]
| template=PatchHighlights/Card
[[Publish date::+]]
| named args=yes
| sort=Publish date,Modification date
| mainlabel=Page
| order=desc,desc
| link=none
| limit=3
| searchlabel=
| ?Publish date
| default=<div class="sv-ph-empty">No recent updates found.</div>
| ?Patch blurb
}}</div></div></div>
| ?Modification date
| format=template
| template=PatchHighlights/Card
| named args=yes
| mainlabel=Page
| link=none
| searchlabel=
| default=<div class="sv-empty">No recent updates found.</div>
}}</div>
</div>
</td>
</tr>
</table>
 
<noinclude>
<noinclude>
<templatedata>
{{/Doc}}
{"description":"Displays the three most recent patch notes inside a styled table with a gradient header. Mobile view shows only the newest for readability.","params":{}}
</templatedata>
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 04:07, 25 February 2026

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

Recent Updates
{{#ask:

Publish date::+ | sort=Publish date,Modification date | order=desc,desc | limit=3 | ?Publish date | ?Patch blurb | ?Modification date | format=template | template=PatchHighlights/Card | named args=yes | mainlabel=Page | link=none | searchlabel=

| default=
No recent updates found.
}}

This template displays the three most recent patch notes as a compact highlight grid (Main Page friendly). It queries pages in Category:Patch Notes via Semantic MediaWiki and renders each result using Template:Tl.

Requirements

Patch note pages should be in Category:Patch Notes and define these Semantic properties:

  • Publish date
  • Patch blurb (optional)
  • Modification date (fallback date when Publish date is missing)

Output behavior

  • Desktop: up to 3 items.
  • Tablet (<=1024px): 2 items.
  • Mobile (<=640px): 1 item (newest).

If no results are found, it shows “No recent updates found.”

Styling

Loads <templatestyles src="Template:PatchHighlights/styles.css" /> and uses global SV primitives from Common.css:

  • sv-card (outer wrapper)
  • sv-tile (header band + each highlight item)

Customization

To change how many results appear, edit the main template and adjust | limit=3. To change the card layout, edit Template:PatchHighlights/Card

TemplateData

<templatedata>{"description":"Displays the three most recent patch notes as a highlight grid (Main Page friendly).","params":{}}</templatedata>