Template:Nav/doc
From Linux Web Expert
<templatedata> { "description": "This template creates a navigation bar. Used at the top of the page, it displays a page title and provides links to the previous and next pages in a series of pages.", "params": { "title": { "label": "title", "description": "Short title of the page", "type": "content", "required": true }, "previous": { "label": "previous page", "description": "Link to the previous page (using full link syntax)", "example": "[[../1|Chapter 1]]", "type": "content", "required": true }, "next": { "label": "next page", "description": "Link to the next page (using full link syntax)", "example": "[[../3|Chapter 3]]", "type": "content", "required": true } } } </templatedata>