Template:PatchNav
Template page
More actions
__NOFACTBOX__
|
Previous |
{{#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 }} |
{{#titleparts:Template:PatchNav|1|2|:}} |
{{{publishdate}}}}} >= {{#time:U}} | Upcoming: {{{publishdate}}} | Released: {{{publishdate}}}
}} |
Release date: Unknown }} | Release date: Unknown }} |
{{#if:|
Next |
{{#show: Update: | ?Publish date#ISO }}}} | {{#show: Update: | ?Publish date#ISO }}}} >= {{#time:U}} | ?Publish date }} | ?Publish date }}
}} |
Release date: Unknown }} | Release date: Unknown }} |
|}
__NOFACTBOX__ <templatedata> {
"description": "Previous/current/next navigator for Update: pages. Auto-pulls prev/next dates via SMW (Property:Publish date). Self-annotates the current page's date when 'publishdate' is provided. Hides the 'Update:' prefix in visible labels and shows 'End of Activity' when there is no previous page.",
"format": "block",
"params": {
"Prev": {
"label": "Previous Update Title",
"description": "Title of the previous update page (without the 'Update:' prefix). If 'Update:' is included, it will be hidden in the label.",
"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). If 'Update:' is included, it will be hidden in the label.",
"type": "string",
"example": "SpiritVale Playtest 0.1.4",
"required": false,
"suggested": true,
"aliases": ["NextTitle"]
}
},
"paramOrder": ["Prev", "publishdate", "Next"]
} </templatedata>