Module:Folder: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "local p = {} function p.wow() return '_Q19A8F' end function p.wildstar() return '_Q19A8F' end return p")
 
No edit summary
Line 1: Line 1:
return {
return {
wow = function() return '_Q19A8F' end,
wow = function() return '_8RT3T4' end,
wildstar = function() return '_Q19A8F' end,
wildstar = function() return '_8RT3T4' end,
none = function() return '' end,
none = function() return '' end,
}
}

Revision as of 04:28, 26 March 2022

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

return {
	wow = function() return '_8RT3T4' end,
	wildstar = function() return '_8RT3T4' end,
	none = function() return '' end,
}