Module:Navigation header/doc
Jump to navigation
Jump to search
| icon | 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. |
| File:Lua-Logo.svg | This module depends on the following other modules: |
Lua error in Module:TNT at line 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab. Implements Template:Navigation header.
Functions
[edit source]main
[edit source]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
[edit source]_main(args: table) -> string
Takes an args object containing another module's arguments into this module and does the same as above.