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 02:09, 1 October 2025 by Eviand (talk | contribs) (Created page with "<div style="border:2px solid #372b54; border-radius:10px; padding:0.5em; width:100%; box-sizing:border-box; background:transparent;"> {| style="width:100%; table-layout:fixed; border-collapse:collapse; margin:0;" | style="width:33.33%; text-align:left; vertical-align:middle; padding:0.25em 0;" | ''Previous''<br /> {{#if:{{{Prev|{{{PrevTitle|}}}}}}| '''[[Update:{{{Prev|{{{PrevTitle|}}}}}}|{{{Prev|{{{PrevTitle|}}}}}}]]'''<br /> {{#if: {{#show: Update:{{{Prev|{{{PrevTitle|}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Previous
{{#if:| [[Update:|]]
{{#if: {{#show: Update: | ?Publish date }}

{{#show: Update: | ?Publish date#ISO }}}} {{#show: Update: | ?Publish date#ISO }}}} >= {{#time:U}} ?Publish date }} ?Publish date }}
   }}
Release date: Unknown }} Release date: Unknown }} End of Activity }}

PatchNav
{{#if:|{{#if:{{#show: Template:PatchNav | ?Publish date }}||{{#set: Publish date={{{publishdate}}} }} }} }} {{#if:| {{#if: {{#time:U|{{{publishdate}}}}}

{{{publishdate}}}}} >= {{#time:U}} Upcoming: {{{publishdate}}} Released: {{{publishdate}}}
 }}
Release date: Unknown }} Release date: Unknown }}

{{#if:| Next
[[Update:|]]
{{#if: {{#show: Update: | ?Publish date }}

{{#show: Update: | ?Publish date#ISO }}}} {{#show: Update: | ?Publish date#ISO }}}} >= {{#time:U}} ?Publish date }} ?Publish date }}
   }}
Release date: Unknown }} Release date: Unknown }}
}

|}


<templatedata> {

 "description": "Previous/current/next navigator for Update: pages. Auto-pulls prev/next dates via Semantic MediaWiki (Property:Publish date). Self-annotates the current page's Publish date from the 'publishdate' parameter if not already set. If no previous page, shows 'End of Activity' (not a link).",
 "format": "block",
 "params": {
   "Prev": {
     "label": "Previous Update Title",
     "description": "Title of the previous update page (without the 'Update:' prefix).",
     "type": "string",
     "example": "SpiritVale Playtest 0.1.3",
     "required": false,
     "suggested": true,
     "aliases": ["PrevTitle"]
   },
   "publishdate": {
     "label": "Publish Date (Current Page)",
     "description": "Human-readable date for the current page (e.g., 'August 7, 2025'). Used to set SMW Property:Publish date if not already set, and to show Upcoming/Released.",
     "type": "string",
     "example": "August 7, 2025",
     "required": false,
     "suggested": true
   },
   "Next": {
     "label": "Next Update Title",
     "description": "Title of the next update page (without the 'Update:' prefix).",
     "type": "string",
     "example": "SpiritVale Playtest 0.1.4",
     "required": false,
     "suggested": true,
     "aliases": ["NextTitle"]
   }
 },
 "paramOrder": ["Prev", "publishdate", "Next"]

} </templatedata>