Module:Nav: Revision history

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.

1 November 2024

  • curprev 20:3120:31, 1 November 2024Selfice talk contribsm 36,490 bytes 0 1 revision imported
  • curprev 13:4413:44, 1 November 2024Selfice talk contribs 36,490 bytes +36,490 创建页面,内容为“local nav = {} local notnil = function(value, default) return value or default end local __nn = notnil local notnilnorempty = function(value, default) if value == nil then return default elseif type(value) == "string" and value == "" then return default else return value end end local __nne = notnilnorempty local notnilnorwhitespace = function(value, default) if value == nil then return default elseif type(value) == "string" then…”