|
|
| (One intermediate revision by the same user not shown) |
| Line 15: |
Line 15: |
| | '''End of Activity''' }} | | | '''End of Activity''' }} |
| | style="width:33.33%; text-align:center; vertical-align:middle; padding:0.25em 0;" | | | | style="width:33.33%; text-align:center; vertical-align:middle; padding:0.25em 0;" | |
| '''{{PAGENAME}}'''<br /> | | '''{{PAGENAME}}'''<br /><span style="display:none;">{{#if:{{{publishdate|}}}|{{#if:{{#show: {{FULLPAGENAME}} | ?Publish date }}||{{#set: Publish date={{{publishdate}}} }} }} }}</span> |
| {{#if:{{{publishdate|}}}| | | {{#if:{{{publishdate|}}}| |
| {{#if: {{#time:U|{{{publishdate}}}}} | | {{#if: {{#time:U|{{{publishdate}}}}} |
| Line 39: |
Line 39: |
| |} | | |} |
| </div> | | </div> |
| <noinclude>
| |
| <templatedata>
| |
| {
| |
| "description": "Previous/current/next navigator for Update: pages. Auto-pulls prev/next dates via Semantic MediaWiki (Property:Publish date). First line shows the title; second line shows status (Upcoming/Released) and date. 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": "Date for the CURRENT page. If in the future, shows 'Upcoming'; otherwise '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>
| |
| </noinclude>
| |