without-header
logical-feature chise-wiki-displayed-features
parents
- GlyphWiki-id ret object-spec)
+ GlyphWiki-id HNG-card ret object-spec)
(if (eq level 0)
(setq level 1
without-header nil)
(setq GlyphWiki-id (char-GlyphWiki-id object)))
(setq ret (www-format-encode-string
(est-format-object object 'readable)))
+ (setq HNG-card
+ (if (string-match "<img alt=\"HNG\\([0-9]+\\)-\\([0-9]+\\)\"" ret)
+ (format "HNG/%s/cards/%s.jpg"
+ (match-string 1 ret)
+ (match-string 2 ret))))
(princ (format "<h%d>%s%s</h%d>\n"
level
(if uri-feature-name
;; "<a href=\"%s\">%s</a>")
(www-uri-make-object-url object uri-object)
ret)
- ret)
+ (if HNG-card
+ (format
+ "<a href=\"http://hng.chise.org/images/%s\">%s</a>"
+ HNG-card ret)
+ ret))
(if GlyphWiki-id
(format
" <a href=\"http://glyphwiki.org/wiki/%s\"><img alt=\"%s\" src=\"http://glyphwiki.org/glyph/%s.50px.png\" /></a>"