Combined display of all available logs of Desynced Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:34, 12 August 2025 Kelno talk contribs created page Module:HelloWorld (Created page with "local p = {} local m = {} -- Use for internal function. You can use this one for debugging without exposing functions, return this instead of p ---@type any ---@diagnostic disable-next-line: lowercase-global mw = mw p.render = function (frame) local elem = mw.html.create("input") elem :attr("type", "radio") return tostring(elem) end return p --[[ Debugging: Return m instead of p if you want to debug those private functions local frame = {...")