Module:Data/endpoints

From Yugipedia
< Module:Data
Revision as of 01:50, 28 December 2019 by Becasita (talk | contribs) (Add more endpoints.)
Jump to: navigation, search
-- <pre>
return {
	-- Static data:
	getRegion = 'static/region',
	getLanguage = 'static/language',
	getMedium = 'static/medium', -- TODO: Rename. "medium" could be CG, anime, manga, VG, etc..

	getRarity = 'static/rarity',

	getEdition = 'static/edition',

	-- SMW data:
	getFullCardType = 'smw/cardType', -- TODO: move module?
	getName = 'smw/name',
	getReleaseDate = 'smw/releaseDate',
}
-- </pre>