All public logs

From MiiWiki
Jump to navigationJump to search

Combined display of all available logs of MiiWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:03, 6 January 2022 Lakelimbo talk contribs created page Module:Navbox (Created page with "local p = {} function p.list (frame) -- items organized in an inline-list style local c1, c2, c3, collapse c1 = frame.args["color1"] -- background color c2 = frame.args["color2"] -- title bg color c3 = frame.args["color3"] -- border and section items color collapse = frame.args["expand"] if collapse ~= nil or "collapse" or "collapsible" or "collapsed" then collapse = "collapsed" else collapse = "expanded" end local title = frame.args[1] local items = frame.ar...")