Module:Test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
-- Module table | -- Module table | ||
local | local test = {} | ||
-- Function to get price by item name | -- Function to get price by item name | ||
function | function test.getPrice(itemName) | ||
local data = mw.loadData("Module:GEPrices/data") | local data = mw.loadData("Module:GEPrices/data") | ||
return data[itemName] or nil | |||
end | end | ||
return | return test |
Revision as of 22:29, 3 April 2024
Documentation for this module may be created at Module:Test/doc