All public logs
Combined display of all available logs of Linguifex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:14, 22 January 2025 Sware talk contribs created page Module:string/nowiki/data (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...")