Template:InfoboxNavRow
Jump to navigation
Jump to search
Usage Examples
| Template Call | Output |
|---|---|
| {{InfoboxNavRow|prev=Placeholder|next=Placeholder}} | PreviousNext
|
| {{InfoboxNavRow|prev=Placeholder}} | Previous
|
| {{InfoboxNavRow|next=Placeholder}} | Next
|
TemplateData
Renders a two-row navigation block showing links to the previous and next related pages. Designed for use inside infoboxes. If either parameter is omitted, the corresponding label and link are automatically hidden.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Previous | prev | The item that precedes this one, if any. | Page name | optional |
| Next | next | The item that follows this one, if any. | Page name | optional |