Main public logs
Combined display of all available logs of Vicky. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:22, 21 October 2025 Rebecca talk contribs moved page Module:Museum to Module:Having
- 19:51, 11 October 2025 Rebecca talk contribs created page Module:Museum (Created page with "local p = {} local function ugh(x) return x == true and x or nil,x.error end function p.register(frame) local aa = frame:getParent().args for e in aa[1]:gmatch"[^,]+" do local obj = {} obj['Had by'] = 'The Having Game/Museum' obj['Object type'] = (aa.type or 'object')..' title' obj['Emoji'] = mw.text.trim(e) obj['Given by'] = aa[4] assert(ugh(mw.smw.subobject(obj))) end end return p")