All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Fanverse. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:32, 8 June 2024 Mob talk contribs created page Module:Video game series reviews (Created page with "local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local Vgwd = require('Module:Video game wikidata') local p = {} local columns = { ['mc'] = nil, ['gr'] = nil, ['oc'] = nil, ['fam'] = nil, ['sales'] = nil, ['year'] = nil, } local function sortByNumber(a,b) return a['num'] < b['num'] end; local function sortByPublicationDate(a,b) local aP = a['pubDate']; local bP = b['pubDate']; if(aP ~= nil and bP ~= nil) then retur...")