< Module:Video game reviews | dataThis is an old revision of this page, as edited by Ahecht (talk | contribs) at 15:54, 4 February 2016 (sync sandbox). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Revision as of 15:54, 4 February 2016 by Ahecht (talk | contribs) (sync sandbox)(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Module documentation[view] [edit] [history] [purge]
| This module depends on the following other modules: |
This module implements the {{Video game reviews}} template. Please see the template page for usage instructions.
Tracking/maintenance category
The above documentation is transcluded from Module:Video game reviews/data/doc. (edit | history)
Editors can experiment in this module's sandbox (edit | diff) and testcases (create) pages.
Add categories to the /doc subpage. Subpages of this module.local reviewers = {
{']', '1UP'},
{']', 'AdvGamers'},
{']', 'Allgame'},
{"]", 'AAction'},
{"]", 'Amtix'},
{"]", 'CWG'},
{"]", 'CVG'},
{"]", 'CRASH'},
{"]", 'Destruct'},
{"]", 'Dragon'},
{"]", 'Edge'},
{"]", 'EGM'},
{']', 'EuroG'},
{"]", 'Fam'},
{']', 'G4'},
{"]", 'GameFan'},
{"]", 'GI'},
{"]", 'GamePro'},
{']', 'GameRev'},
{"]", 'GMaster'},
{']', 'GSpot'},
{']', 'GSpy'},
{']', 'GRadar'},
{"]", 'GTM'},
{']', 'GT'},
{']', 'GameZone'},
{']', 'GB'},
{"]", 'Hyper'},
{']', 'IGN'},
{']', 'Joystiq'},
{"]", 'MaxPC'},
{"]", 'N64'},
{"]", 'NGC'},
{"]", 'NG'},
{']', 'NLife'},
{"]", 'NP'},
{'Nintendo World Report', 'NWR'},
{"]", 'ONM'},
{"]", 'OPM'},
{"]", 'OPMUK'},
{"]", 'OPMAU'},
{"]", 'OXM'},
{"]", 'OXMUK'},
{']', 'PALGN'},
{"]", 'PCF'},
{"]", 'PCGUK'},
{"]", 'PCGUS'},
{"]", 'PCPP'},
{"]", 'PCZone'},
{"]", 'Play'},
{']', 'Poly'},
{"]", 'PSM'},
{"]", 'PSM3'},
{']', 'RPG'},
{"]", 'SUser'},
{']', 'TX'},
{']', 'VG'},
{"]", 'XPlay'},
{"]", 'YSinclair'},
}
local aggregators = {
{']','GR'},
{']','MC'},
}
local systems = {
{']','3DS'},
{']','A2600'},
{']','CV'},
{']','DS'},
{']','SDC'},
{']','GB'},
{']','GBA'},
{']','GBC'},
{']','NGC'},
{']','GEN'},
{']','iOS'},
{']','LYNX'},
{']','MAC'},
{']','SMD'},
{']','MOB'},
{']','N-G'},
{']','N64'},
{']','NES'},
{']','PC'},
{']','PS'},
{']','PS2'},
{']','PS3'},
{']','PS4'},
{']','PSP'},
{']','SGG'},
{']','SNES'},
{']','SMS'},
{']','SSAT'},
{']','NSHI'},
{']','TG16'},
{']','VITA'},
{']','XBOX'},
{']','WII'},
{']','WIIU'},
{']','X360'},
{']','XONE'},
}
local function setupSortkeys(t)
local retval = {}
for k,v in ipairs(t) do
retval] = { name = v, sortkey = k }
end
return retval
end
return {
reviewers = setupSortkeys(reviewers),
aggregators = setupSortkeys(aggregators),
systems = setupSortkeys(systems),
i18n = {
wrapper = 'Template:Video game reviews',
emptyCategory = ']',
multiplatformCategory = ']',
singleplatformCategory = ']',
aggregateScores = 'Aggregate scores',
aggregator = 'Aggregator',
award = 'Award',
awards = 'Awards',
na = 'N/A',
publication = 'Publication',
reception = 'Reception',
reviewScores = 'Review scores',
score = 'Score',
},
argi18n = {
-- For non-English wikis, add translations of argument keys here.
-- Example:
-- subtitle = 'untertitel'
}
}
Category: