Template:PatchNav/Next: Difference between revisions
Template page
More actions
Created page with "{{#if:{{{page|}}}| ''Next''<br /> '''[[Update:{{{page}}}|{{{page}}}]]'''<br /> {{#if: {{#show: Update:{{{page}}} | ?Publish date }} | {{#show: Update:{{{page}}} | ?Publish date }} | Release date: Unknown }} |}} <noinclude> <templatedata> { "description": "Next column (minimal).", "params": { "page": { "type": "string" } } } </templatedata> Category:Templates </noinclude>" |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#if:{{{page|}}}| | ''Next''<br /> | ||
{{#if:{{{page|}}} | |||
| '''[[Update:{{{page}}}|{{{page}}}]]'''<br />{{#if: {{#show: Update:{{{page}}} | ?Publish date }} | {{#show: Update:{{{page}}} | ?Publish date }} | Release date: Unknown }} | |||
| '''No Further Updates''' | |||
}} | |||
|}} | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Next column | "description": "Next column. Assumes target is in the Update: namespace.", | ||
"params": { "page": { "type": "string" } } | "params": { "page": { "type": "string", "description": "Page title without namespace (e.g., SpiritVale Playtest 0.4.0)" } } | ||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 18:19, 2 October 2025
Next
No Further Updates
Next column. Assumes target is in the Update: namespace.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| page | page | Page title without namespace (e.g., SpiritVale Playtest 0.4.0) | String | optional |