Module:Folder: Difference between revisions
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 |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
return { | return { | ||
wow = function() return ' | wow = function() return '_26SAR5' end, | ||
wildstar = function() return ' | wildstar = function() return '_26SAR5' end, | ||
engine = function() return '_26SAR5' end, | |||
none = function() return '' end, | none = function() return '' end, | ||
} | } | ||
Latest revision as of 21:15, 2 August 2025
Documentation for this module may be created at Module:Folder/doc
return {
wow = function() return '_26SAR5' end,
wildstar = function() return '_26SAR5' end,
engine = function() return '_26SAR5' end,
none = function() return '' end,
}