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 '',',','')
returnhours = (tonumber(hours) ..or " Hours")edit
return (hours .. " Hours")
end
 
19,851

edits