Property definitions

nitc :: static_html $ 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
src/doc/static/static_html.nit:404,2--407,4