Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:visualizer_help_wiki_rules [2025/11/18 15:26] – created adminwiki | en:visualizer_help_wiki_rules [2025/11/18 16:00] (current) – [Control contents] adminwiki | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Documentation for help in the Visualiser ===== | ===== Documentation for help in the Visualiser ===== | ||
| + | {{INLINETOC 3}} | ||
| The help texts in the help panel of the vrdoro Visualiser are managed in the wiki. You can use labelling when writing the wiki content to determine which content is displayed. The following options are available: | The help texts in the help panel of the vrdoro Visualiser are managed in the wiki. You can use labelling when writing the wiki content to determine which content is displayed. The following options are available: | ||
| Line 7: | Line 8: | ||
| If a section from a help page in the software is to be displayed in the help panel, then the section must be marked by a WRAP element with the class '' | If a section from a help page in the software is to be displayed in the help panel, then the section must be marked by a WRAP element with the class '' | ||
| - | Example (see https:// | + | Example ([[https:// |
| <code html> | <code html> | ||
| <WRAP vrdoro-help # | <WRAP vrdoro-help # | ||
| Line 21: | Line 22: | ||
| To display this content in the software, the function this.helpPanelNeoCode.getWikiContent is used in the template code to fill a translation map. | To display this content in the software, the function this.helpPanelNeoCode.getWikiContent is used in the template code to fill a translation map. | ||
| - | Example (see https:// | + | Example ([[https:// |
| <code javascript> | <code javascript> | ||
| this.translations = { | this.translations = { | ||
| Line 43: | Line 44: | ||
| - not-in-headset: | - not-in-headset: | ||
| - | Example (see https:// | + | Example |
| <code html> | <code html> | ||
| <div only-headset> | <div only-headset> | ||
| Dieser Text ist nur im Headset sichtbar! | Dieser Text ist nur im Headset sichtbar! | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | Example '' | ||
| + | <code html> | ||
| + | <div not-in-headset> | ||
| + | Dieser Text ist **nicht** im Headset sichtbar! | ||
| </ | </ | ||
| </ | </ | ||
| Line 86: | Line 94: | ||
| For a heading, a DIV with the class '' | For a heading, a DIV with the class '' | ||
| - | Example (see https:// | + | Example ([[https:// |
| <code html> | <code html> | ||
| <WRAP vrdoro-help # | <WRAP vrdoro-help # | ||
