Template:PatchNav: Difference between revisions
Template page
More actions
Created page with "<div style="border:2px solid #372b54; border-radius:10px; padding:0.5em; width:100%; box-sizing:border-box; background:transparent;"> {| 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;" | ''Previous''<br /> {{#if:{{{Prev|{{{PrevTitle|}}}}}}| '''[[Update:{{{Prev|{{{PrevTitle|}}}}}}|{{{Prev|{{{PrevTitle|}}}}}}]]'''<br /> {{#if: {{#show: Update:{{{Prev|{{{PrevTitle|}..." |
No edit summary Tag: Manual revert |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
__NOFACTBOX__ | |||
<div style="border:2px solid #372b54; border-radius:10px; padding:0.5em; width:100%; box-sizing:border-box; background:transparent;"> | <div style="border:2px solid #372b54; border-radius:10px; padding:0.5em; width:100%; box-sizing:border-box; background:transparent;"> | ||
{| 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> | ||
<noinclude> | <noinclude> | ||
__NOFACTBOX__ | |||
<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]] | [[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 |