Template:Navbar: Difference between revisions
Jump to navigation
Jump to search
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) mNo edit summary |
||
Line 2: | Line 2: | ||
| name = {{PAGENAME:{{{1|}}}}} | | name = {{PAGENAME:{{{1|}}}}} | ||
| namespace = {{{ns|{{NAMESPACE:{{{1|}}}}}}}} | | namespace = {{{ns|{{NAMESPACE:{{{1|}}}}}}}} | ||
| mode = {{{2|}}} | | mode = {{trim|{{lc:{{{2|}}}}}}} | ||
| text = {{trim|{{{text|}}}}} | | text = {{trim|{{{text|}}}}} | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> |
Revision as of 19:21, 4 December 2024
![]() |
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.