Editing Module:Sandbox/User:The Gaffer/Modules/Infobox Single Step Recipe
Revision as of 14:52, 15 November 2024 by The Gaffer (talk | contribs) (Created page with "local p = {} function p._main(frame) local args = frame:getParent().args local mw = require('mw') local currency = require('Module:Currency').parse -- get the buy price from the query result local function getCost(queryResult) if type(queryResult) == "table" and queryResult[1]['Shop buy price'] then return tonumber(queryResult[1]['Shop buy price']) or 0 end return 0 end -- Get buy prices of raw materials...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.