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
  • 02:49, 4 August 2023 Admin coral island talk contribs created page Module:Icons (Created page with "local p = {} local iconData = mw.loadData('Module:Icons/data') local iconConfig = require('Module:Icons/config') --[[ Does both checks as a function rather than writing longform each time and also checks a table value's existence ]] --% Completes a null or empty check on a variable. local function exists(object, child) if object ~= nil and object ~= '' then if child ~= nil then if object[child] ~= nil and object[child] ~= '' then return true else re...")