Jump to: navigation, search

Module:CraftingDPL

Revision as of 18:35, 13 February 2014 by MrTJP (talk | contribs) (Created page with "local p = {} function p.parseCats(frame) local s = tostring(frame.args[0]) return s end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns a list of categories based on the string of items that are used for crafting. Used in the creation of DPL categories for crafting templates.


local p = {}

function p.parseCats(frame)
    local s = tostring(frame.args[0])
    return s
end

return p


Cookies help us deliver our services. By using our services, you agree to our use of cookies.