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:08, 8 May 2022 Lakelimbo talk contribs created page Module:Infobox (Created page with "local p = {} function p.main(frame) local c1, c2, title c1 = mw.text.trim(frame.args["color"]) or "#ff8100" c2 = mw.text.trim(frame.args["text"]) or "#000" title = frame.args["title"] local items = frame.args[1] if items ~= nil then items = mw.text.split(items, "\n") else items = {} end local result = {} table.insert(result, ' <div class="infobox" style="border-color: '.. c1 ..'"><div class="p-1 fs-2 br-4 text-center" style...")