Template:PatchNav: Difference between revisions
Template page
More actions
No edit summary Tag: wikieditor |
No edit summary Tag: wikieditor |
||
| 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 | {{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 | {{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 | {{PatchNav/Next | page = {{{Next|{{{NextTitle|}}}}}}}} | ||
}} | |||
|} | |} | ||
</div> | </div> | ||
| Line 21: | Line 14: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Simple prev/current/next navigator. Accepts publishdate/blurb but displays | "description": "Simple prev/current/next navigator. Accepts publishdate/blurb but only displays the date; blurb is stored for later use.", | ||
"params": { | "params": { | ||
"Prev": { "type": "string", "aliases": ["PrevTitle"] }, | "Prev": { "type": "string", "aliases": ["PrevTitle"] }, | ||
Revision as of 02:18, 2 October 2025
__NOFACTBOX__
|
Previous |
PatchNav |
Next |
__NOFACTBOX__ <templatedata> {
"description": "Simple prev/current/next navigator. Accepts publishdate/blurb but only displays the date; blurb is stored for later use.",
"params": {
"Prev": { "type": "string", "aliases": ["PrevTitle"] },
"publishdate": { "type": "string" },
"blurb": { "type": "string" },
"Next": { "type": "string", "aliases": ["NextTitle"] }
},
"paramOrder": ["Prev", "publishdate", "blurb", "Next"]
} </templatedata>