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