Interface specification

This is the existing interface specification for Elements_Created_by_User.prl:

if (/^-i/) {
   print "description : 'Elements Created by User'\n";
   print "id : 2016\n";
   print "helpfile :\n";
   print "parameters : ";
   print "LOOKIN USER";
   print "\n";
   print_element_rightclick();
   print "fields : ";
   print "\"Element Path\"(element_xpn, sort 2, rightclick) ";
   print "\"Creating User\"(user, sort 1) ";
   print "\n";
   exit(0);
}