All public logs

From Fanon Wiki

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

Logs
  • 21:09, 5 May 2022 Lakelimbo talk contribs created page Module:Navbox (Created page with "local p = {} function p.list (frame) local c1, collapse c1 = frame.args["color"] -- background 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.args[2] if items ~= nil then items = mw.text.split(items, "\n") else items = {} end local result = {} table.insert(result, ' <div class="mt-2 mb-2 b...")