Module:Navbar/doc: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
To include this module in other modules, use <syntaxhighlight inline lang="lua">local navbar = require("Module:Navbar")._navbar</syntaxhighlight>. | To include this module in other modules, use <syntaxhighlight inline lang="lua">local navbar = require("Module:Navbar")._navbar</syntaxhighlight>. | ||
{{module introspection}} | |||
}} | }} | ||
Latest revision as of 22:47, 30 October 2025
- This module implements a metatemplate, and may be invoked by templates using its corresponding template Template:Navbar, or used directly from other modules.
This module is used by Template:Navbar to generate View/Talk/Edit links on templates.
To include this module in other modules, use local navbar = require("Module:Navbar")._navbar.
To see introspection summary, see this module's main page.