Difference between revisions of "Module:Data/endpoints"

From Yugipedia
Jump to: navigation, search
m (Becasita moved page Module:Data/methods to Module:Data/enpoints without leaving a redirect: This will point to more than just methods.)
m (Becasita moved page Module:Data/enpoints to Module:Data/endpoints without leaving a redirect: Typo...)
(No difference)

Revision as of 01:50, 29 December 2019

-- <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>