Module:CraftingDPL: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
function p.parseCats(frame) | function p.parseCats(frame) | ||
local s = tostring(frame.args[1]) | local s = tostring(frame.args[1]) | ||
print(s) | |||
return s | return s | ||
end | end | ||
return p | return p |