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
  • 22:11, 15 March 2026 WikiVisor talk contribs created page Module:Featured (Created page with "local p = {} function p.main(frame) local args = frame:getParent().args or {} local header = args[1] or args['header'] or 'Navigate' local title = args[2] or args['title'] or 'Title' local tagline = args[3] or args['tagline'] or 'Tagline' local url = args[4] or args['url'] or '' local html = mw.html.create() html:tag('div'):addClass('card bg-dark thumbwall mb-3') :tag('div'):addClass('card-header'):wikitext(header):done() :tag('div'):addClas...")