<%page args="item_list, platform_count, div_class, is_property_list=False, is_method_param_list=False, is_proxy_list=False"/> % if is_proxy_list: % else:
% endif % if is_method_param_list:
% endif % endfor % if is_method_param_list: % endif % if is_proxy_list:
Name Summary
${item_name} % else:

${item_name}

% endif % if len(item.platforms) < platform_count: (${platform_names} only) % endif % if item.permission is not None: ${item.permission} % endif % if item.availability is not None: ${item.availability} % endif % if item.typestr=="parameter": % if item.optional is not None: (optional) % endif % if item.repeatable: (repeatable) % endif % endif % if is_method_param_list: % elif is_property_list: % endif
% if item.deprecated is not None: <% if summary.startswith("

"): summary = '%sDeprecated %s' % (summary[:3],summary[3:]) %> % endif ${summary} % if item.typestr=="parameter" and item.default is not None: <% if item.default_html.startswith("

"): item.default_html = item.default_html[3:-4] %> Default: ${item.default_html} % endif % if was_para_close:

% endif % if not is_proxy_list: <%include file="member_description.html" args="item=item"/> % endif % if item.typestr=="method": <%include file="method.html" args="item=item"/> % elif item.typestr=="event": <%include file="event.html" args="item=item"/> % endif
% endif % if is_method_param_list: % endif % if is_proxy_list:
% else: % endif