Jump to content

Module:Navigation header/doc

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Izno (talk | contribs) at 20:25, 24 September 2023 (add deps). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Implements Template:Navigation header.

Functions

[edit]

main

[edit]
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]
_main(args: table) -> string

Takes an args object containing another module's arguments into this module and does the same as above.