Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 03:08, 23 February 2025 by Prd (talk | contribs) (Created page with "{{doc sub}} {{Lua|Module:Standard icons|Module:Shortcut}} {{Uses TemplateStyles|Module:Navigation header/styles.css}} 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 ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This is the documentation page for Module:Navigation header

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.