Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Reference Manual for GoldED 2.51 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

            Replacement tokens (replaced with message specific data):


     @caddr      Current user address.
     @cdate      Current date.
     @cdesc      Current area description.
     @cecho      Current echoid.
     @cfname     Current user first name.
     @clname     Current user last name.
     @cname      Current user name.
     @ctime      Current time.
     @daddr      Destination address.
     @dfname     Destination first name.
     @dlname     Destination last name.
     @dname      Destination name.
     @gif        The filename from the GIF kludge.
     @longpid    Long program id. "GoldED", "GoldED/2" or "GoldED/386".
     @oaddr      Original address.
     @odate      Original date.
     @odesc      Original area description if moved, else current.
     @oecho      Original echoid if moved, otherwise current.
     @ofname     Original first name.
     @ofrom      Original RFC "From" headerline.
     @olname     Original last name.
     @omessageid Original RFC "Message-ID" headerline.
     @omsgid     Original MSGID kludge content.
     @oname      Original name.
     @origin     The current global or Random System origin.
     @os2slash   "/2" if running GoldED/2. Empty otherwise.
     @otime      Original time.
     @oto        Original RFC "To" headerline.
     @pid        Short program id. "GED", "GED/2" or "GED386".
     @rev        The revision number (in the form mmdd).
     @serialno   For registered users: The registration serialno.
     @subject    The message subject line.
     @taddr      Destination to address.
     @tagline    The current global or Random System tagline.
     @tearline   The current global or Random System tearline.
     @tfname     Destination to first name.
     @tlname     Destination to last name.
     @tname      Destination to name.
     @ver        The simple version number (in the form x.yy)
     @version    The complete release version number of GoldED.
     @_caddr     Current user address (fixed width: 19 chars).
     @_cname     Current user name (fixed width: 34 chars).
     @_daddr     Destination address (fixed width: 19 chars).
     @_dname     Destination name (fixed width: 34 chars).
     @_oaddr     Original address (fixed width: 19 chars).
     @_oname     Original name (fixed width: 34 chars).
     @_taddr     Destination to address (fixed width: 19 chars).
     @_tname     Destination to name (fixed width: 34 chars).


     The template text begins at the first non-comment line.

     See the included GOLDED.TPL for example usage.

     If you need  to put some  text which contains  one of these  tokens
     into a template file, use an extra '@' in front of the token.

        Example:

          Internet: somebody@veryhot.com

        would produce

          Internet: somebody2.50yhot.com

        so write it like this instead:

          Internet: somebody@@veryhot.com

     The  double  '@'  will  then  be  translated to a single, and token
     translation skips past the @token.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson