Template:Navbar: Difference between revisions
Jump to navigation
Jump to search
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#if: {{{1|}}}| | <includeonly>{{#if: {{{1|}}}|{{#invoke: Navbar | navbar | ||
| name = {{PAGENAME:{{{1}}}}} | |||
| namespace = {{{ns|{{NAMESPACE:{{{1}}}}}}}} | |||
| mode = {{trim|{{lc:{{{2|}}}}}}} | |||
| text = {{trim|{{{text|}}}}} | |||
}}|}}</includeonly><noinclude> | |||
{{documentation}} | {{documentation}} | ||
[[Category:Functionality templates]] | [[Category:Functionality templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 19:28, 30 January 2025
![]() |
This template uses Lua: |
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
mini
to changeView • Talk • Edit
toV • 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.