PC Gaming Shelter
An archive dedicated to preserving PC Gaming history and more

Main public logs

From PC Gaming Shelter

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

Logs
  • 12:00, 15 March 2026 WikiVisor talk contribs created page Module:Navigation (Created page with "local p = {} local function renderThumb(row) local caption, img, target = row[1], row[2], row[3] if not target then target = caption end local html = mw.html.create() html:tag('div') :tag('div'):attr('data-bg', img):wikitext(string.format(%s, target, caption)):done() :tag('div'):wikitext(string.format(%s, target, caption)):done() :done() return html end function p.thumbwall(frame) local args = frame:getParent().args local title = ar...")