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

User talk:Eviand/Classtest

Discussion page of User:Eviand/Classtest
{{#if:|← [[Update:{{{Prev}}}|{{{Prev}}}]]|}} {{#if: {{{publishdate}}}}} {{{publishdate}}}}} > {{#time:U}} Upcoming: {{{publishdate}}} Released: {{{publishdate}}}

}}

Publish date: Unknown

}}

Publish date: Unknown

}}

{{#if:{Template:Next|[[Update:{{{Next}}}|{{{Next}}}]] →|}}


<templatedata> {

 "description": "Standalone previous/next navigator for Update: pages. Shows status (Upcoming/Released) and the publish date in bold. No CSS, DPL, or Lua required.",
 "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
   },
   "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
   },
   "publishdate": {
     "label": "Publish Date",
     "description": "Human-readable date (e.g., 'August 7, 2025'). If parsable, shows Upcoming (future) or Released (past/present).",
     "type": "string",
     "example": "August 7, 2025",
     "required": false,
     "suggested": true
   }
 },
 "paramOrder": ["Prev", "Next", "publishdate"]

} </templatedata>