diff --git a/doc-templates/templates/desc_full.html b/doc-templates/templates/desc_full.html index d68d5c97b4f..595d1a6e8d4 100644 --- a/doc-templates/templates/desc_full.html +++ b/doc-templates/templates/desc_full.html @@ -6,7 +6,7 @@

${element.name}

- + + ${end} ${if structure-optional-entrydata} - + ${end} - + ${if events} - + ${end} ${if required-plugins} - + + ${end} ${if accepted-change-modes} + + + + + ${end} ${if by-addon} - + + ${end} ${if return-type} - + ${end} @@ -62,7 +69,7 @@

${element.name}

-

Examples:

+

Examples

${element.examples}
Patterns:Patterns
    ${generate element.patterns pattern_element.html} @@ -16,42 +16,49 @@

    ${element.name}

    -
Required Entries:Required Entries ${element.structure-required-entrydata}
Optional Entries:Optional Entries ${element.structure-optional-entrydata}
Since:Since ${element.since}
Usable in events:Usable in events ${element.events}
Requirements:Requirements ${element.required-plugins}
Change Modes${element.accepted-change-modes}
By Addon:By Addon ${element.by-addon}
Return Type:Return Type ${element.return-type}