Changes between Version 5 and Version 6 of DevelopersGuide/HelpSystem
- Timestamp:
- 2018-02-12T12:23:27+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/HelpSystem
v5 v6 8 8 The content is structured into language specific content trees. 9 9 * there is a '''default content tree''' under [wiki:/Help /Help]. Content in this tree is maintained in english. 10 * for each supported language there is a '''language specific tree''' unter {{{/Xy:Help}}} where {{{Xy}}} is the ISO language code in title case. Examples: 10 * for each supported language there is a '''language specific tree''' unter {{{/Xyz:Help}}} where {{{Xyz}}} is the [wiki:/Translations/Wiki#Languagecodes ISO language code] in title case. Examples: 11 11 * [wiki:/De:Help /De:Help] - help in German 12 * [wiki:/ Fr:Help /Fr:Help] - help inFrench12 * [wiki:/Zh_CN:Help /Zh_CN:Help] - help in Chinese for a specific country 13 13 14 14 === Help topics === … … 22 22 * {{{/Dialog/LayerList}}} - help topic for the help content about the layer dialog 23 23 24 Optionally, help topics can include a fragment after a {{{#}}}. Example: {{{/ErrorMessages#BadRequest}}}. The fragment refers to a named section in the help content and the help content should either include a HTML element with an id or a name whose value is equal to the fragment. There are t woapproaches for creating these HTML elements:24 Optionally, help topics can include a fragment after a {{{#}}}. Example: {{{/ErrorMessages#BadRequest}}}. The fragment refers to a named section in the help content and the help content should either include a HTML element with an id or a name whose value is equal to the fragment. There are three approaches for creating these HTML elements: 25 25 1. declare the id of a wiki heading, i.e. 26 26 {{{ 27 27 == Error message for bad request == #BadRequest 28 28 }}} 29 2. include an HTML anchor, i.e. 29 2. create a <span> with an id, i.e. 30 {{{ 31 [=#BadRequest In case of a bad request file…] 32 }}} 33 3. include an HTML anchor, i.e. 30 34 {{{ 31 35 {{{