Module:Data/endpoints

From Yugipedia
< Module:Data
Revision as of 02:03, 26 December 2019 by Becasita (talk | contribs) (Add getMedium. Add some comments.)
Jump to: navigation, search
-- <pre>
return {
	-- Static data:
	getRegion = 'static/region',
	getLanguage = 'static/language',
	getMedium = 'static/medium',

	getRarity = 'static/rarity',

	-- SMW data:
	getCardType = 'smw/cardType',
	getName = 'smw/name',
	getReleaseDate = 'smw/releaseDate',
}
-- </pre>