Template:PatchNav/Next: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#if:{{{page|}}}|''Next''<br />'''[[ | {{#if:{{{page|}}} | ||
| ''Next''<br />'''[[{{#var:nsprefix}}{{{page}}}|{{{page}}}]]'''<br />{{#if: {{#show: {{#var:nsprefix}}{{{page}}} | ?Publish date }} | {{#show: {{#var:nsprefix}}{{{page}}} | ?Publish date }} | Release date: Unknown }} | |||
| ''Next''<br />'''No Further Updates''' | |||
}} | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Next column ( | "description": "Next column (namespace-aware). Shows 'No Further Updates' when no next page is provided.", | ||
"params": { "page": { "type": "string" } } | "params": { | ||
"page": { "type": "string" }, | |||
"ns": { "type": "string", "description": "Optional namespace for the next page. Defaults to current page namespace." } | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 18:13, 2 October 2025
Next
No Further Updates
Next column (namespace-aware). Shows 'No Further Updates' when no next page is provided.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| page | page | no description | String | optional |
| ns | ns | Optional namespace for the next page. Defaults to current page namespace. | String | optional |