Module:Sandbox/LVL: Difference between revisionsGive feedback
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
function p.parse(frame) | function p.parse(frame) | ||
local input = frame.args[1] or "" | local input = frame.args[1] or "" | ||
local size = frame.args[2] or " | local size = frame.args[2] or "35px" | ||
if input == "" then return "" end | if input == "" then return "" end | ||