nitc :: MPropDef :: _html_url
redef var html_url is lazy do if is_intro then return mproperty.html_url return "{mproperty.html_url}?def=def_code_{html_id}#lin" end