Leaguepedia | League of Legends Esports Wiki
Advertisement

Edit the documentation or categories for this module.

OutputInputsdisplay
he/himh, he, he/him, himHe/Him
ititIt
she/herher, s, she, she/herShe/Her
they/themt, them, they, they/themThey/Them

return {
	t = 'they/them',
	they = 'they/them',
	them = 'they/them',
	['they/them'] = { display = 'They/Them' },
	h = 'he/him',
	he = 'he/him',
	him = 'he/him',
	['he/him'] = { display = 'He/Him' },
	s = 'she/her',
	her = 'she/her',
	she = 'she/her',
	['she/her'] = { display = 'She/Her' },
	it = { display = 'It' },
}
Advertisement