Main public logs
Combined display of all available logs of nUSA Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:23, 13 January 2025 Jord talk contribs protected Module:Clickable button [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 03:22, 13 January 2025 Jord talk contribs created page Module:Clickable button (Created page with "-- This module implements {{clickable button 2}}. local yesno = require('Module:Yesno') local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { wrappers = 'Template:Clickable button 2' }) return p.luaMain(args) end function p.luaMain(args) if not args[1] and not args.url then return '' end local data = p.makeLinkData(args) local link = p.renderLink(data) local trackingCategories = p.renderTrackingCategories(args) ret...")
- 03:12, 13 January 2025 Jord talk contribs deleted page Module:Clickable button (content was: "local mClickableButton2 = require('Module:Clickable button 2') local p = {} function p.main(frame) local getArgs = require('Module:Arguments').getArgs local args = getArgs(frame) -- Default arguments for the button args.text = args.text or "Click Me" args.id = args.id or "defaultButtonId" args.class = args.class or "mw-ui-button" -- Pass the argu...", and the only contributor was "Jord" (talk))
- 02:59, 13 January 2025 Jord talk contribs protected Module:Clickable button [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 02:59, 13 January 2025 Jord talk contribs created page Module:Clickable button (Created page with "function p.renderLink(originalInput, data) -- Render the display span tag. local display do local displaySpan = mw.html.create('span') for i, class in ipairs(data.classes or {}) do displaySpan:addClass(class) end displaySpan :css{ ['background-color'] = data.backgroundColor, color = data.color } if data.style then displaySpan:cssText(data.s...")
- 02:59, 13 January 2025 Jord talk contribs deleted page Module:Clickable button (content was: "function p.renderLink(originalInput, data) -- Render the display span tag. local display do local displaySpan = mw.html.create('span') for i, class in ipairs(data.classes or {}) do displaySpan:addClass(class) end displaySpan :css{ ['background-color'] = data.backgroundColor, color = data.color } if data.style then displaySpan:cssText(data.style)...")
- 02:53, 13 January 2025 NUSA-AUTO talk contribs changed protection settings for Module:Clickable button [Edit=Allow only administrators] (expires 03:53, 13 January 2025) [Move=Allow only administrators] (expires 03:53, 13 January 2025) (hist)
- 02:48, 13 January 2025 Jord talk contribs protected Module:Clickable button [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 02:48, 13 January 2025 Jord talk contribs created page Module:Clickable button (Created page with "-- This module implements {{clickable button 2}}. local yesno = require('Module:Yesno') local delink = require('Module:Delink')._delink local p = {} function p.main(frame) local getArgs = require('Module:Arguments').getArgs local args = getArgs(frame) return p._main(args) end function p._main(args) -- If first arg or a url is not provided, -- but we have a second arg, make a button. -- Otherwise, return nothing. args.originalInput = args[1] args[1] = delink({...")