All public logs

Jump to navigation Jump to search

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

Logs
  • 08:53, 9 August 2023 Admin coral island talk contribs created page Module:Formatting (Created page with "local p = {} local lib = require('Module:Feature') local search = lib.inArray function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, removeBlanks = false }) local main = args['text'] or args[1] local label = args['label'] or args[2] or '' local r_s,r_e,b,i,u_s,u_e,v_s,v_e = '','','','','','','','' if main == nil then error('A value must be given') end local nw = mw.text.nowiki local out = mw.html.create(lib.terna...")