mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
doc/scripting: fix column size in tables
This commit is contained in:
@@ -560,7 +560,7 @@ lesen Sie bitte link:weechat_plugin_api.en.html[WeeChat Plugin API Reference] (E
|
||||
|
||||
Liste der Skript API Funktionen:
|
||||
|
||||
[width="100%",cols="1,3",options="header"]
|
||||
[width="100%",cols="1,5",options="header"]
|
||||
|===
|
||||
| Kategorie | Funktionen
|
||||
|
||||
@@ -809,7 +809,7 @@ Liste der Skript API Funktionen:
|
||||
|
||||
Liste der Konstanten in Skript API:
|
||||
|
||||
[width="100%",cols="1,3",options="header"]
|
||||
[width="100%",cols="1,5",options="header"]
|
||||
|===
|
||||
| Kategorie | Konstanten
|
||||
|
||||
|
||||
@@ -544,7 +544,7 @@ link:weechat_plugin_api.en.html[WeeChat plugin API reference].
|
||||
|
||||
List of functions in script API:
|
||||
|
||||
[width="100%",cols="1,3",options="header"]
|
||||
[width="100%",cols="1,5",options="header"]
|
||||
|===
|
||||
| Category | Functions
|
||||
|
||||
@@ -793,7 +793,7 @@ List of functions in script API:
|
||||
|
||||
List of constants in script API:
|
||||
|
||||
[width="100%",cols="1,3",options="header"]
|
||||
[width="100%",cols="1,5",options="header"]
|
||||
|===
|
||||
| Category | Constants
|
||||
|
||||
|
||||
@@ -563,7 +563,7 @@ link:weechat_plugin_api.fr.html[Référence API extension WeeChat].
|
||||
|
||||
Liste des fonctions de l'API script :
|
||||
|
||||
[width="100%",cols="1,3",options="header"]
|
||||
[width="100%",cols="1,5",options="header"]
|
||||
|===
|
||||
| Catégorie | Fonctions
|
||||
|
||||
@@ -812,7 +812,7 @@ Liste des fonctions de l'API script :
|
||||
|
||||
Liste des constantes de l'API script :
|
||||
|
||||
[width="100%",cols="1,3",options="header"]
|
||||
[width="100%",cols="1,5",options="header"]
|
||||
|===
|
||||
|
||||
| Catégorie | Constantes
|
||||
|
||||
@@ -573,7 +573,7 @@ link:weechat_plugin_api.it.html[WeeChat plugin API reference].
|
||||
|
||||
Elenco di funzioni nelle API per gli script:
|
||||
|
||||
[width="100%",cols="1,3",options="header"]
|
||||
[width="100%",cols="1,5",options="header"]
|
||||
|===
|
||||
| Categoria | Funzioni
|
||||
|
||||
@@ -827,7 +827,7 @@ Elenco di funzioni nelle API per gli script:
|
||||
|
||||
Elenco di costanti nelle API per gli script:
|
||||
|
||||
[width="100%",cols="1,3",options="header"]
|
||||
[width="100%",cols="1,5",options="header"]
|
||||
|===
|
||||
| Categoria | Costanti
|
||||
|
||||
|
||||
@@ -565,7 +565,7 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
|
||||
|
||||
スクリプト API に含まれる関数のリスト:
|
||||
|
||||
[width="100%",cols="1,3",options="header"]
|
||||
[width="100%",cols="1,5",options="header"]
|
||||
|===
|
||||
| カテゴリ | 関数
|
||||
|
||||
@@ -815,7 +815,7 @@ link:weechat_plugin_api.ja.html[WeeChat プラグイン API リファレンス]
|
||||
|
||||
スクリプト API に含まれる定数のリスト:
|
||||
|
||||
[width="100%",cols="1,3",options="header"]
|
||||
[width="100%",cols="1,5",options="header"]
|
||||
|===
|
||||
| カテゴリ | 定数
|
||||
|
||||
|
||||
@@ -549,7 +549,7 @@ link:weechat_plugin_api.en.html[Opisu API wtyczek WeeChat] (Angielski).
|
||||
|
||||
Lista funkcji w API skryptów:
|
||||
|
||||
[width="100%",cols="1,3",options="header"]
|
||||
[width="100%",cols="1,5",options="header"]
|
||||
|===
|
||||
| Kategoria | Funkcje
|
||||
|
||||
@@ -798,7 +798,7 @@ Lista funkcji w API skryptów:
|
||||
|
||||
Lista stałych w API skryptów:
|
||||
|
||||
[width="100%",cols="1,3",options="header"]
|
||||
[width="100%",cols="1,5",options="header"]
|
||||
|===
|
||||
| Kategoria | Stałe
|
||||
|
||||
|
||||
@@ -502,7 +502,7 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
|
||||
|
||||
Листа функција у API скриптовања:
|
||||
|
||||
[width="100%", cols="1,3", options="header"]
|
||||
[width="100%", cols="1,5", options="header"]
|
||||
|===
|
||||
| Категорија | Функције
|
||||
|
||||
@@ -751,7 +751,7 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
|
||||
|
||||
Листа константи у API скриптовања:
|
||||
|
||||
[width="100%", cols="1,3", options="header"]
|
||||
[width="100%", cols="1,5", options="header"]
|
||||
|===
|
||||
| Категорија | Константе
|
||||
|
||||
|
||||
Reference in New Issue
Block a user