Template:PatchNav: Difference between revisions
Template page
More actions
No edit summary |
No edit summary Tag: Manual revert |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
{| style="width:100%; table-layout:fixed; border-collapse:collapse; margin:0;" | {| style="width:100%; table-layout:fixed; border-collapse:collapse; margin:0;" | ||
| style="width:33.33%; text-align:left; vertical-align:middle; padding:0.25em 0;" | | | style="width:33.33%; text-align:left; vertical-align:middle; padding:0.25em 0;" | | ||
{{PatchNav/Prev | page = {{{Prev|{{{PrevTitle|}}}}}}}} | |||
| style="width:33.33%; text-align:center; vertical-align:middle; padding:0.25em 0;" | | | style="width:33.33%; text-align:center; vertical-align:middle; padding:0.25em 0;" | | ||
{{PatchNav/Current | publishdate = {{{publishdate|}}} | blurb = {{{blurb|}}} }} | |||
| style="width:33.33%; text-align:right; vertical-align:middle; padding:0.25em 0;" | | | style="width:33.33%; text-align:right; vertical-align:middle; padding:0.25em 0;" | | ||
{{ | {{PatchNav/Next | page = {{{Next|{{{NextTitle|}}}}}}}} | ||
|} | |} | ||
</div> | </div> | ||
| Line 44: | Line 14: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": " | "description": "Simple prev/current/next navigator. Accepts publishdate/blurb but only displays the date; blurb is stored for later use.", | ||
"params": { | "params": { | ||
"Prev": { | "Prev": { "type": "string", "aliases": ["PrevTitle"] }, | ||
"publishdate": { "type": "string" }, | |||
"blurb": { "type": "string" }, | |||
"Next": { "type": "string", "aliases": ["NextTitle"] } | |||
"publishdate": { | |||
"Next": { | |||
}, | }, | ||
"paramOrder": ["Prev", "publishdate", "Next"] | "paramOrder": ["Prev", "publishdate", "blurb", "Next"] | ||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Templates]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 18:16, 2 October 2025
|
Previous |
PatchNav |
Next |
Simple prev/current/next navigator. Accepts publishdate/blurb but only displays the date; blurb is stored for later use.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Prev | Prev PrevTitle | no description | String | optional |
| publishdate | publishdate | no description | String | optional |
| blurb | blurb | no description | String | optional |
| Next | Next NextTitle | no description | String | optional |