Module:Navbar: Revision history

From Xenharmonic Reference

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 December 2025

  • curprev 04:5904:59, 16 December 2025 Vector talk contribs 1,217 bytes +1,217 Created page with "local p = {} -- Main function called by navigation box templates function p._navbar(name, mode, text, namespace) mode = mode or "" text = (text == nil and "" or text .. " ") namespace = namespace or "Template" local p_name = string.format("%s:%s", namespace, name) local p_talk_name = string.format("%s talk:%s", namespace, name) local p_edit_name = "Special:EditPage/" .. p_name local s = " • " local links = (mode == mini and {"V", "T", "E"} or {"View", "Ta..."