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).
- 09:32, 30 July 2026 WikiVisor talk contribs created page Module:Series (Created page with "local utils = require( "Module:Utils" ) local p = {} function p.main() local series = utils.availablePropertyValues('Has series') local html = mw.html.create() local seriesTable = {} for _, game in ipairs(series) do local usage = mw.smw.ask{ 'Has series::' .. game .. '', 'limit=1000', } or {} local seriesLink = string.format('%s (%s)', game, #usage) table.insert(seriesTable, seriesLink) table.sort(seriesTable) end local ul = html:tag('ul')...")
