Template:ServerNavigation: Difference between revisions
From TNTable
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
{| style="margin: 0 auto; column-fill: balance; width: 100%;" | {| style="margin: 0 auto; column-fill: balance; width: 100%;" | ||
|- | |- | ||
| {{#if: {{{prevServer|}}} | [[{{{prevServer}}} | ← Previous Server: {{{prevServer}}} ]] }} | | {{#if: {{{prevServer|}}} | [[{{{prevServer}}} | ← Previous Server: {{{prevServer}}} ]] | ← Previous Server: N/A }} | ||
| ''{{{currentServer}}}'' | | ''{{{currentServer}}}'' | ||
| {{#if: {{{nextServer|}}} | [[{{{nextServer}}} | Next Server: {{{nextServer}}} →]] }} | | {{#if: {{{nextServer|}}} | [[{{{nextServer}}} | Next Server: {{{nextServer}}} →]] | Next Server: N/A → }} | ||
|} | |} | ||
<noinclude> | <noinclude> |
Revision as of 17:26, 30 September 2022
← Previous Server: N/A | {{{currentServer}}} | Next Server: N/A → |
Use this at the bottom of server pages to provide navigation to the previous and next servers in chronological order.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Previous Server | prevServer | The server that came before this. | Page name | suggested |
Current Server | currentServer | This server. | Page name | required |
Next Server | nextServer | The next server in chronological order. | Page name | suggested |