I was trying to get a simple text in my pitbull raid frames saying "Dead (0:30)" as an example, if they've been dead for 30 seconds, or "Ghost (0:30)" if they've been released for 30 sec. Now, how do I do this?
I tried with
[if Dead then
"Dead":Yellow
end]
[if Ghost then
"Ghost":Red
end]
but I get the syntax error that theres no such tag as Ghost, even though LibDogTag on WoWAce says so. Else I might just be reading it wrong

Strange this is that if I remove the ghost-part, the dead text works, but the ghost one doesn't.
This is what WoWAce says:
DeadType(unit="player")
Return Dead or Ghost if unit is dead
[DeadType] => "Dead"; [DeadType] => "Ghost"; [DeadType] => ""
Any suggestions?