Module:Time ago: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) m 1 revision imported |
Johnrdorazio (talk | contribs) m 1 revision imported |
||
(One intermediate revision by one other user not shown) | |||
Line 156: | Line 156: | ||
else |
else |
||
result_num_text = tostring( result_num ) |
result_num_text = tostring( result_num ) |
||
end |
|||
-- numeric or string |
|||
local numeric_out = args.numeric |
|||
local result = "" |
|||
if numeric_out then |
|||
result = tostring( result_num ) |
|||
else |
|||
⚫ | |||
end |
end |
||
⚫ | |||
return result .. purge |
return result .. purge |
||
end |
end |