Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Parser: Revision history

From The Petit Planet Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 November 2025

  • curprev 22:1722:17, 14 November 2025 Eleiyas talk contribs 9,447 bytes +9,447 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 CHAR_GREATER_THAN = string.byte(">") local CHAR_LOWER_THAN = string.byte("<") local CHAR_SLASH = string.byte("/") local FormatParser = {} -- methods local FormatParserMetatable = { __index = FormatParser, } functi..."