Template:Navbar: Difference between revisions
Jump to navigation
Jump to search
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{#invoke: Navbar | navbar | <includeonly>{{#invoke: Navbar | navbar | ||
| name = {{PAGENAME:{{{1|}}}}} | | name = {{PAGENAME:{{{1|}}}}} | ||
| namespace = {{ns|{{NAMESPACE:{{{1|}}}}}}} | | namespace = {{{ns|{{NAMESPACE:{{{1|}}}}}}}} | ||
| mode = {{{2|}}} | | mode = {{{2|}}} | ||
| text = {{trim|{{{text|}}}}} | | text = {{trim|{{{text|}}}}} | ||
Revision as of 19:02, 4 December 2024
- This template is implemented by the Lua module Module:Navbar.
- This template invokes the following functions: navbar from Navbar.
This is a simplified version of Wikipedia's navigation bar template.
Parameters
{{{1}}}(required)- One unnamed parameter, which is the full name of the page to link to.
{{{2}}}(optional)- A second unnamed parameter. Pass in
minito changeView • Talk • EdittoV • T • E.
text(optional)- Text preceding the navigation bar, often used to indicate the namespace.
For example:
{{navbar|Template:Navbar}}
{{navbar|Template:Navbar|text=This template:}}
{{navbar|12edo}}
{{navbar|12edo|text=This page:}}
give:
This template: View • Talk • Edit
See also
- Template:Navbar table – used for inserting a navigation bar to a table.
