Main public logsGive feedback
Combined display of all available logs of The Deadlock Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:44, 18 July 2026 Kai talk contribs created page Module:User:Kai/tabbers (Created page with "local p = {} local lang_module = require("Module:Lang") function p.render(frame) local args = frame:getParent().args local tabsStr = args[2] and args[2] or args[1] or "" local tabs = mw.text.split(tabsStr, "%s*,%s*") local current = mw.title.getCurrentTitle().fullText local rootPage = args[1] or current local lang_code = lang_module.get_lang_code() local lang_suffix = (lang_code ~= "en") and ("/" .. lang_code) or "" -- Remove lang suffi...")