Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Hidden ping: Revision history

From WikiOasis Meta

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.

22 May 2026

  • curprev 17:5717:57, 22 May 2026 DarkMatterMan4500 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..."
Cookies help us deliver our services. By using our services, you agree to our use of cookies.