Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:visualizer_help_wiki_rules [2025/11/18 15:52] – adminwiki | en:visualizer_help_wiki_rules [2025/11/18 16:00] (current) – [Control contents] adminwiki | ||
|---|---|---|---|
| Line 8: | 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 ([[https:// | + | Example ([[https:// |
| <code html> | <code html> | ||
| <WRAP vrdoro-help # | <WRAP vrdoro-help # | ||
| Line 22: | 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 ([[https:// | + | Example ([[https:// |
| <code javascript> | <code javascript> | ||
| this.translations = { | this.translations = { | ||
| Line 44: | Line 44: | ||
| - not-in-headset: | - not-in-headset: | ||
| - | Example '' | + | Example '' |
| <code html> | <code html> | ||
| <div only-headset> | <div only-headset> | ||
| Line 51: | Line 51: | ||
| </ | </ | ||
| - | Example '' | + | Example '' |
| <code html> | <code html> | ||
| <div not-in-headset> | <div not-in-headset> | ||
| Line 94: | Line 94: | ||
| For a heading, a DIV with the class '' | For a heading, a DIV with the class '' | ||
| - | Example ([[https:// | + | Example ([[https:// |
| <code html> | <code html> | ||
| <WRAP vrdoro-help # | <WRAP vrdoro-help # | ||
