Module:Video game wikidata: Difference between revisions

Created page with "local Date = require('Module:Date')._Date local yesno = require('Module:Yesno') local p = {} -- Local variables. local reviewer = nil; local df = "mdy"; local entity = nil; local genRefs = true; local showSystem = true; local showUpdateLink = true; local system = nil; local systemId = nil; local systemFormat = "colon"; local updateLinkStyle = nil; local entities = {}; -- Translation table for converting numeric-IDs to shorthand aliases. local systemAliases = { [10677..."
 
No edit summary
 
Line 45: Line 45:
[184839] = 'N64',
[184839] = 'N64',
[182172] = 'GC', -- Sometimes has been NGC
[182172] = 'GC', -- Sometimes has been NGC
[19610114] = 'NS' -- Nintendo Switch
[19610114] = 'NS', -- Nintendo Switch
[98973368] = 'XSX/S', -- Xbox Series X and Series S (Output label differs from the input parameter, XSXS, per RFC)
[63184502] = 'PS5'
}
}


Line 77: Line 79:
['GC'] = 182172,
['GC'] = 182172,
['NGC'] = 182172,
['NGC'] = 182172,
['NS'] = 19610114
['NS'] = 19610114,
['XSXS'] = 98973368, -- This is the template parameter, which cannot contain a / or | character.
['PS5'] = 63184502
}
}