(defvar chise-wiki-edit-url "edit/edit.cgi")
(defvar chise-wiki-add-url "edit/add.cgi")
-;; (defun www-char-display-feature-default (char feature-name &optional value
-;; lang uri-char)
-;; (unless value
-;; (setq value (www-char-feature char feature-name)))
-;; (unless uri-char
-;; (setq uri-char (char-to-string char)))
-;; (www-html-display-paragraph
-;; (format "[[%s|%?feature=%s&char=%s]] : %s [[[edit|%s?char=%s&feature=%s]]]"
-;; (www-format-feature-name feature-name lang)
-;; chise-wiki-view-url
-;; (www-uri-encode-feature-name feature-name)
-;; uri-char
-;; (www-format-value value feature-name)
-;; chise-wiki-edit-url
-;; uri-char
-;; (www-uri-encode-feature-name feature-name)
-;; )))
-
-;; (defun www-char-display-feature-as-ucs (char feature-name &optional value)
-;; (unless value
-;; (setq value (www-char-feature char feature-name)))
-;; (www-html-display-paragraph
-;; (format "= [[U+%s|http://www.unicode.org/cgi-bin/GetUnihanData.pl?codepoint=%s]] (%d)"
-;; (www-format-value-as-HEX value)
-;; (www-format-value-as-HEX value)
-;; value)))
-
(defun www-display-char-desc (uri-char &optional lang level)
(unless level
(setq level 1))
;; (char-feature-property feature-name 'type)
'generic)))
(www-html-display-paragraph
+ (format "value-format : %s"
+ (www-xml-format-list
+ (or (www-feature-value-format feature-name)
+ 'default))))
+ (www-html-display-paragraph
+ (format "format : %s"
+ (www-xml-format-list
+ (or (char-feature-property feature-name 'format)
+ '((name) " : " (value))))))
+ (www-html-display-paragraph
(format "description : %s"
(or (char-feature-property feature-name 'description)
"")))