Call of Duty Esports Wiki
Advertisement

Documentation for this module may be created at Module:IntroSentence/Team/i18n/doc

return {
	["en"] = {
		introSentence = "'''$TEAM$''' is a $REGION$ ''Call of Duty'' esports team.",
		disambigSentence = "There is a $DISAMBIG_PAGE$ associated with the name '''$ID$'''. $PLAYERS_PART$$AND$$TEAMS_PART$ $SHARE$ this name.",
		conj_players_singular = 'player',
		conj_players_plural = 'players',
		conj_teams_singular = 'team',
		conj_teams_plural = 'teams',
		conj_share_singular = 'shares',
		conj_share_plural = 'share',
		disambig_page = 'disambiguation page',
		['and'] = ' and ',
		disambig_players = '$N_PLAYERS$ $PLAYERS$',
		disambig_teams = '$N_TEAMS$ other $TEAMS$',
	},
}
Advertisement