Revision history of "Module:Hidden ping"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes 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.

  • curprev 03:53, 15 January 2022Tachyony talk contribs 1,121 bytes +1,121 Created page with "local p = {} local function makeError(msg, frame) -- Show error only in preview if (frame:preprocess( "{{REVISIONID}}" ) ~= "") then return '' end msg ='<strong>Error in Template:Hidden ping:</strong> ' .. msg return mw.text.tag('div', {['class']='error'}, msg) end function p.hiddenping(frame) local origArgs = frame:getParent().args local args = {} local maxArg = 0 local usernames = 0 for k, v in pairs(origArgs) do if type(k) == 'number' and mw.ustring.m..."