docs(references): fix formatting issues (TODO-074,075,076,077,078,082)

Fix malformed MIFCOM badge table row, replace section numbering
placeholder, split respeak reference into Part I/II, add version
notes for teaspeak contradictions, fix truncated YaTQA error codes.
This commit is contained in:
Edison Jwa
2026-06-11 09:40:03 +09:00
parent 7dbf461262
commit 328776622f
3 changed files with 34 additions and 9 deletions
@@ -398,7 +398,7 @@ Each permission has:
| `b_channel_ignore_description_view_power` | Bypass description view power |
| `b_channel_ignore_subscribe_power` | Bypass subscribe power |
| `b_virtualserver_modify_country_code` | Edit server country code |
| `b_virtualserver_select_godmode` | Query can select server without binding |
| `b_virtualserver_select_godmode` | Query can select server without binding *(removed 1.5.0+)* |
| `i_channel_subscribe_power` (-1) | Prevent channel subscription |
| `b_channel_create_modify_sidebar_mode` | Modify channel sidebar mode |
| `b_channel_modify_temp_delete_delay` | Modify temp delete delay |
@@ -1230,10 +1230,10 @@ Supported commands for individual error results:
| Command | Replacement |
|---------|-------------|
| `logview` | `logquery` |
| `musicbotqueuelist` | Playlist system |
| `musicbotqueueadd` | Playlist system |
| `musicbotqueuereorder` | Playlist system |
| `musicbotqueueremove` | Playlist system |
| `musicbotqueuelist` | Playlist system *(removed 1.5.4+)* |
| `musicbotqueueadd` | Playlist system *(removed 1.5.4+)* |
| `musicbotqueuereorder` | Playlist system *(removed 1.5.4+)* |
| `musicbotqueueremove` | Playlist system *(removed 1.5.4+)* |
---