Message Macro: msgInResponseTo
Usage:
<!--#msgInResponseTo-->
Overview:
Returns the message number that the current message is a reply to. If the message is not a reply, returns the text "Top of Thread.".
Optional Attributes:
- msgNum="[number/special value]" : Used to override the context's default message number. Values can be the number of a message, or relative to the context's message. Acceptable relative values are: "next" (next valid message), "prev" (previous valid message), "nextThread" (top of next thread), "prevThread" (top of previous thread), "top" (first message in current thread), "inresponseto" (the message the current message is a reply to).
- link="[true/false]" : If true, the message number returned will be hotlinked the the URL of the message. Default: false
- urlencode="[true/false]" : If true, encode the the returned text for use in a URL. Default: false
- entify="[true/false]" : If true, return the text with special html characters entified. Default: false