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

Module:Series: Revision history

From PC Gaming Shelter

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 July 2026

  • curprev 09:3209:32, 30 July 2026 WikiVisor talk contribs 578 bytes +578 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')..."