Main public logs
More actions
Combined display of all available logs of Domwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:48, 14 May 2026 Nadanke talk contribs created page Module:Domwiki (Created page with "local p = {} local replacements = { ["'"] = "", ["’"] = "", ["`"] = "", [" "] = "-", [","] = "", ["%."] = "", [":"] = "", [";"] = "", ["!"] = "", ["%?"] = "", ["&"] = "and", ["é"] = "e", ["è"] = "e", ["ê"] = "e", ["ë"] = "e", ["á"] = "a", ["à"] = "a", ["â"] = "a", ["ä"] = "a", ["å"] = "a", ["í"] = "i", ["ì"] = "i", ["î"] = "i", ["ï"] = "i", ["ó"] = "o", ["ò"] = "o", ["ô"] = "o", ["ö"] = "o", ["ú"] = "u", ["ù"] = "u",...")