Module:Links/CustomData

From Liquipedia Stormgate Wiki

Documentation for this module may be created at Module:Links/CustomData/doc

---
-- @Liquipedia
-- page=Module:Links/CustomData
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
--

return {
	prefixes = {
		untapped = {
			'',
			player = 'https://stormgate.untapped.gg/en/players/',
		},
	},
	suffixes = {
		untapped = {
			'',
			player = '/a', --completely generic, it just needs `/` and any letter behind it ...
		},
	},
}