All public logs

Jump to navigation Jump to search

Combined display of all available logs of Roat Pkz. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:13, 19 May 2025 Hefner talk contribs created page Module:CollectionLog (Created page with "local p = {} function p.render(frame) local args = frame:getParent().args local html = mw.html.create('div'):addClass('collection-log-grid') for name, obtained in pairs(args) do local item = mw.html.create('div') :addClass('collection-log-item') :addClass(obtained == 'y' and 'obtained' or 'missing') item:wikitext(string.format( '32x32px|link=|alt=%s|title=%s', name, name, name...")