(or (www-feature-value-format feature-name)
'default))
(www-html-display-paragraph
- (format "value-format : %s [[[edit|edit.cgi?feature=%s&property=name]]]"
+ (format "value-format : %s [[[edit|edit.cgi?feature=%s&property=value-format]]]"
(www-xml-format-list
(or (www-feature-value-format feature-name)
'default))
- ;; (char-feature-property feature-name 'name)
- uri-feature-name ; (www-uri-encode-feature-name feature-name)
- )))
+ uri-feature-name)))
+ (if (eq property-name 'format)
+ (www-edit-display-feature-input-box
+ feature-name property-name
+ 'wiki-text
+ (or (char-feature-property feature-name 'format)
+ '((name) " : " (value))))
+ (www-html-display-paragraph
+ (format "format : %s [[[edit|edit.cgi?feature=%s&property=format]]]"
+ (www-xml-format-list
+ (char-feature-property feature-name 'format))
+ uri-feature-name)))
(www-html-display-paragraph
(format "description : %s"
(or (char-feature-property feature-name 'description)