Module:string/nowiki/data: Revision history

Jump to navigation Jump to search

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.

22 January 2025

  • curprev 16:1416:14, 22 January 2025Sware talk contribs 601 bytes +601 Created page with "local list_to_set = require("Module:table").listToSet local data = {} data.absolute = list_to_set{"\"", "&", "'", ";", "<", "=", ">", "[", "]", "{", "|", "}"} data.first = list_to_set{"+", "-", "_", "~"} -- In addition to after_newline. data.last = list_to_set{"\t", "\n", "\f", "\r", " ", "!", ":", "_", "~"} data.after_newline = list_to_set{"\t", "\n", "\r", " ", "!", "#", "*", ":"} data.after_magic_link = list_to_set{"\t", "\n", "\f", "\r", " "} data.uri_schemes..."