Difference between revisions of "Module:TV ratings/data"

From blackwiki
Jump to navigation Jump to search
blackwiki>Kingsif
blackwiki>Kingsif
Line 8: Line 8:
  
 
return {
 
return {
reviewers = setupSortkeys(reviewers),
 
aggregators = setupSortkeys(aggregators),
 
 
seasons = setupSortkeys(seasons),
 
seasons = setupSortkeys(seasons),
 
i18n = {
 
i18n = {

Revision as of 17:11, 21 April 2020

Documentation for this module may be created at Module:TV ratings/data/doc

local seasons = {
	{ 'S1', 'S1' },
	{ 'S2', 'S2' },
	{ 'S3', 'S3' },
	{ 'S4', 'S4' },
	{ 'S5', 'S5' },
}

return {
	seasons = setupSortkeys(seasons),
	i18n = {
		wrapper = 'Template:TV ratings',
		emptyCategory = '[[Category:Empty templates on articles]]',
		multiseasonCategory = '[[Category:Articles using TV ratings template with multiple seasons]]',
		aggregateScore = 'Aggregate score',
		aggregateScores = 'Aggregate scores',
		aggregator = 'Aggregator',
		na = 'N/A',
		publication = 'Publication',
		reception = 'Reception',
		reviewScore = 'Review score',
		reviewScores = 'Review scores',
		score = 'Score',
	},
	argi18n = {
		-- For non-English wikis, add translations of argument keys here.
		-- Example:
		-- subtitle = 'untertitel'
	}
}