Module:Date Stuff: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 114: Line 114:
   if status == "alive" then
   if status == "alive" then
--    return writeDate(birthDate).." (age "..age..")"
--    return writeDate(birthDate).." (age "..age..")"
     return birthDate
     return birthDate[1]
   elseif status == "dead" then
   elseif status == "dead" then
     return writeDate(secondDate).." (aged "..age..")"
     return writeDate(secondDate).." (aged "..age..")"

Navigation menu