Module:Navbar/doc: Difference between revisions
Jump to navigation
Jump to search
ArrowHead294 (talk | contribs) mNo edit summary |
ArrowHead294 (talk | contribs) m Update documentation |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{dochead|header=none}} | {{documentation| | ||
{{dochead|header=none}}{{lua|Ordinal|Yesno}} | |||
This module is used to store functions for templates that generate a navigation bar: | This module is used to store functions for templates that generate a navigation bar: | ||
* [[ | * [[Template:Navbox Lumatone]] | ||
* [[ | * [[Template:Navbox fractional-octave]] | ||
[[Template:Navbar]] also uses this module, even though it only generates View/Talk/Edit links. | |||
To include this module in other modules, use <syntaxhighlight inline lang="lua">local navbar = require("Module:Navbar")._navbar</syntaxhighlight>. | |||
=== See also === | === See also === | ||
* [[ | * [[Module:Navbox]] | ||
}} |
Latest revision as of 13:37, 19 May 2025
This module is used to store functions for templates that generate a navigation bar:
Template:Navbar also uses this module, even though it only generates View/Talk/Edit links.
To include this module in other modules, use local navbar = require("Module:Navbar")._navbar
.
See also