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]

     You can define many different template files. The templates can  be
     switched using  the READchangetemplate  (Ctrl-T) popup  menu or the
     EDITMENU.

     The  optional  "desc"  can  be  used  to  give  the  templates more
     meaningful  names   like  "International   template"  instead    of
     non-obvious names like "GOLDED.TPL".  If a description is  used, it
     must appear before the match-address. It must always be enclosed in
     quotes, even if it is only one word.

     The match-address is an address mask (wildcards allowed) which  can
     be used to tell GoldED  to select that template if  the destination
     address  on  a  message  you  write  matches the match-address. The
     matching will only take place if the TEMPLATEMATCH keyword has been
     enabled.

     This keyword can be used globally and in a Random System group.  In
     Random System groups, only the <file> parameter can be used.

     Templates  defined  in  Random  System  groups  always override the
     globally defined templates, except when selected from the  EDITMENU
     or when automatic template matching is in effect.

     To override the automatic  template matching, start by  selecting a
     template manually using the READchangetemplate (Ctrl-T) command  or
     the EDITMENU.

     Currently only one match-address per template can be specified, but
     you can specify several TEMPLATE keywords for the same file.

       Example:

         // Use DANSK.TPL for messages to Danish nodes/points.
         TEMPLATE DANSK.TPL "Danish" 2:23/*
         TEMPLATE DANSK.TPL "Danish" 2:234/*
         TEMPLATE DANSK.TPL "Danish" 2:235/*
         TEMPLATE DANSK.TPL "Danish" 2:236/*
         TEMPLATE DANSK.TPL "Danish" 2:237/*
         TEMPLATE DANSK.TPL "Danish" 2:238/*

         // Use INTERNET.TPL for messages to the WinBoss gatewa     y
         TEMPLATE INTERNET.TPL "Internet" 2:230/9316

         // Use ENGLISH.TPL for messages to everywhere else
         TEMPLATE ENGLISH.TPL "English" *

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