%page args="item_list, platform_count, is_property_list=False"/>
Name | % if is_property_list:Type | % endifSummary | |
---|---|---|---|
${item_name} | % else:${item_name} | % endif % if is_property_list:${item.type_html} | % endif
% if item.deprecated is not None:
<%
if summary.startswith(" "): summary = '%sDeprecated %s' % (summary[:3],summary[3:]) %> % endif ${summary} % if len(item.platforms) < platform_count: (${platform_names} only.) % endif % if item.permission is not None: % 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 % if item.default is not None: <% if item.default_html.startswith(" "): item.default_html = item.default_html[3:-4] %> Default: ${item.default_html} % endif % endif % if was_para_close: % endif |