Module:Price

From Roat Pkz
Revision as of 18:44, 3 April 2024 by Hefner (talk | contribs)
Jump to navigation Jump to search

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

local p = {}


local geprices_data = mw.loadJsonData('Module:GEPrices/data.json')



function p.main( frame )
local args = frame:getParent().args
    -- Params and defaults
    local name = params.defaults{
    	{args.name or args.Name, ''},
    }
    local itemvalue = ''
    local smwname = params.default_to(args.smwname,name)

    







end

return p