Module:Param Parse: Difference between revisions
parse a missing duration variable for a venture into an edit button
No edit summary |
(parse a missing duration variable for a venture into an edit button) |
||
Line 557:
function parse.duration_func(hours)
hours = string.gsub(hours or '',',','')
return (hours .. " Hours")
end
|