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
  • 06:52, 3 August 2023 Admin coral island talk contribs created page Module:Parser (Created page with "local p = {} local CHAR_EQUAL = string.byte("=") local CHAR_OPEN_BRACE = string.byte("{") local CHAR_PIPE = string.byte("|") local CHAR_CLOSE_BRACE = string.byte("}") local CHAR_OPEN_BRACKET = string.byte("[") local CHAR_CLOSE_BRACKET = string.byte("]") local FormatParser = {} -- methods local FormatParserMetatable = { __index = FormatParser, } function p.getTemplateArgs(page, options) options = options or {} local rawContent = '' if options.custom then rawContent...")