Template:PatchNav/Prev: Difference between revisions
Template page
More actions
No edit summary Tag: wikieditor |
No edit summary Tag: wikieditor |
||
| Line 1: | Line 1: | ||
''Previous''<br /> | ''Previous''<br /> | ||
{{#if:{{{page|}}}|'''[[ | {{#if:{{{page|}}} | ||
| '''[[{{#var:nsprefix}}{{{page}}}|{{{page}}}]]'''<br />{{#if: {{#show: {{#var:nsprefix}}{{{page}}} | ?Publish date }} | {{#show: {{#var:nsprefix}}{{{page}}} | ?Publish date }} | Release date: Unknown }} | |||
| '''No Previous Updates''' | |||
}} | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Prev column ( | "description": "Prev column (namespace-aware).", | ||
"params": { "page": { "type": "string" } } | "params": { | ||
"page": { "type": "string" }, | |||
"ns": { "type": "string", "description": "Optional namespace for the previous page. Defaults to current page namespace." } | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 18:14, 2 October 2025
Previous
{{#if:
| [[{{#var:nsprefix}}{{{page}}}|{{{page}}}]]
{{#if: {{#show: {{#var:nsprefix}}{{{page}}} | ?Publish date }} | {{#show: {{#var:nsprefix}}{{{page}}} | ?Publish date }} | Release date: Unknown }}
| No Previous Updates
}}
<templatedata> {
"description": "Prev column (namespace-aware).",
"params": {
"page": { "type": "string" },
"ns": { "type": "string", "description": "Optional namespace for the previous page. Defaults to current page namespace." }
}
} </templatedata>