User talk:Eviand/Classtest: Difference between revisions
Discussion page of User:Eviand/Classtest
More actions
No edit summary Tag: wikieditor |
No edit summary Tag: wikieditor |
||
| Line 8: | Line 8: | ||
| Release date: Unknown }} | | Release date: Unknown }} | ||
| Release date: Unknown }} | | Release date: Unknown }} | ||
|}} | | '''End of Activity''' }} | ||
| style="text-align:center; vertical-align:middle; padding:0.25em 0;" | | | style="text-align:center; vertical-align:middle; padding:0.25em 0;" | | ||
'''{{PAGENAME}}'''<br /> | '''{{PAGENAME}}'''<br /> | ||
| Line 29: | Line 29: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": " | "description": "Standalone previous/current/next navigator for Update: pages. 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", | "format": "block", | ||
"params": { | "params": { | ||
Revision as of 01:16, 1 October 2025
|
{{#if:|
[[Update:|]] |
Release date: Unknown }} | Release date: Unknown }} | End of Activity }} |
Eviand/Classtest |
Release date: Unknown }} | Release date: Unknown }} |
{{#if:|
[[Update:|]] |
Release date: Unknown }} | Release date: Unknown }} |
}
|}
<templatedata> {
"description": "Standalone previous/current/next navigator for Update: pages. 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"]
},
"PrevDate": {
"label": "Previous Update Publish Date",
"description": "Optional human-readable date for the PREVIOUS page. If omitted or unparsable, shows 'Release date: Unknown'.",
"type": "string",
"example": "July 28, 2025",
"required": false
},
"publishdate": {
"label": "Publish Date (Current Page)",
"description": "Human-readable date for the CURRENT page (e.g., 'August 7, 2025'). 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"]
},
"NextDate": {
"label": "Next Update Publish Date",
"description": "Optional human-readable date for the NEXT page. If omitted or unparsable, shows 'Release date: Unknown'.",
"type": "string",
"example": "August 21, 2025",
"required": false
}
},
"paramOrder": ["Prev", "PrevDate", "publishdate", "Next", "NextDate"]
} </templatedata>