Switch to edit mode.
Name(s): link1: "Similar to $www:link, but with the number and an examine link."
2: ":link(obj) => XXX"
3: {?object = #-1} = args
4: if (typeof($object) != $obj || !valid($object))
5: return tostr(object)
6: endif
7: objectref = $www:find_ref(object)
8: return tostr("<A HREF=\"/", objectref, "\">", object.name, " (", object, ")</A> [<A HREF=\"/", objectref, ".:!\">Examine</A>]")
9: "Last modified by Dax (#789) on Mon Aug 7 21:47:20 2006 MDT."