More actions
Combined display of all available logs of Deepest Lore. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:46, 29 March 2026 Elias talk contribs created page Module:Gnoblin (Created page with "local p = {} function p.processTitle(frame) local input = frame.args[1] or "" -- Check if input already looks like a {{Title}} template if mw.ustring.match(input, "^%s*%{%{%s*[Tt]itle%s*[|}]") then return input end -- Otherwise wrap it in {{Title|name=...}} return string.format("{{Title|name=%s}}", input) end return p")