More actions
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
<noinclude> | <noinclude> | ||
[[Category:Module documents]] | [[Category:Module documents]] | ||
</noinclude> | </noinclude> |
Latest revision as of 01:36, 10 March 2025
This is a documentation subpage for Module:Navigation header. It may contain usage information, categories and other content that is not part of the original module page. |
Uses Lua: |
This module uses TemplateStyles: |
Implements Template:Navigation header.
Functions
main
main(frame: table) -> string
Takes a frame object containing the template's arguments and generates a navigation header.
frame: A table containing the arguments passed to the module.
Returns: A string representing the generated HTML for the navigation header.
_main
_main(args: table) -> string
Takes an args object containing another module's arguments into this module and does the same as above.