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
  • 10:43, 9 August 2023 Admin coral island talk contribs created page Module:TemplateData (Created page with "--- Module copied from Genshin Impact wiki. --- A library used to process other modules' arguments and to output matching -- template data. -- @script TemplateData local p = {} -- general helper functions local function quote(s) return string.format('"%s"', s) end local function ensureTable(v) if type(v) == "table" then return v end return {v} end -- metatable helper functions --- Try getting from nonDefaults, then from defaults...")