Module:HelloWorld: Revision history

From Desynced Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 August 2025

  • curprev 23:3423:34, 12 August 2025Kelno talk contribs 558 bytes +558 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 = {..."