Module:Navbar: 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.

9 November 2024

1 November 2024

  • curprev 13:4313:43, 1 November 2024Selfice talk contribs 2,533 bytes −75 No edit summary
  • curprev 12:2912:29, 1 November 2024Selfice talk contribsm 2,608 bytes 0 1 revision imported
  • curprev 01:3401:34, 1 November 2024Selfice talk contribs 2,608 bytes +2,608 创建页面,内容为“local p = {} local getArgs function p._navbar(args) local titleArg = 1 if args.collapsible then titleArg = 2 if not args.plain then args.mini = 1 end if args.fontcolor then args.fontstyle = 'color:' .. args.fontcolor .. ';' end args.style = 'float:left; text-align:left; width:6em;' end local titleText = args[titleArg] or (':' .. mw.getCurrentFrame():getParent():getTitle()) local title = mw.title.new(mw.text.trim(titleText), 'Template'…”