doc: fix size of tables and columns in plugin API reference

v2.8-utf8proc
Sébastien Helleu 2016-05-11 20:22:40 +02:00
parent 7742fee19f
commit 72982152aa
4 changed files with 32 additions and 32 deletions

View File

@ -6964,7 +6964,7 @@ Arguments:
Tags commonly used (non-exhaustive list):
[width="70%",cols="1m,4",options="header"]
[width="70%",cols="^1,4",options="header"]
|===
| Tag | Description
| no_filter | Line can not be filtered
@ -10361,7 +10361,7 @@ hashtable.
Content of hashtable sent to callback (keys and values are of type "string"):
[width="100%",cols="5m,5,8,3",options="header"]
[width="100%",cols="5,5,8,3",options="header"]
|===
| Key ^(1)^ | Description | Value examples | Value if N/A
@ -10468,13 +10468,13 @@ button has been released). +
Extra info for bar item "buffer_nicklist":
[width="70%",cols="3m,3,8",options="header"]
[width="60%",cols="1,1,5",options="header"]
|===
| Key | Plugin ^(1)^ | Description
| nick | core | Nick name
| prefix | core | Prefix for nick
| group | core | Group name
| irc_host | irc | Host for nick (if known)
| Key | Plugin ^(1)^ | Description
| nick | core | Nick name
| prefix | core | Prefix for nick
| group | core | Group name
| irc_host | irc | Host for nick (if known)
|===
[NOTE]

View File

@ -7081,7 +7081,7 @@ Paramètres :
Tags couramment utilisés (liste non exhaustive) :
[width="70%",cols="1m,4",options="header"]
[width="70%",cols="^1,4",options="header"]
|===
| Tag | Description
| no_filter | La ligne ne peut pas être filtrée
@ -10590,7 +10590,7 @@ correspond avant d'utiliser les informations de la table de hachage.
Contenu de la table de hachage envoyée au "callback" (les clés et valeurs sont
de type "string") :
[width="100%",cols="5m,5,8,3",options="header"]
[width="100%",cols="5,5,8,3",options="header"]
|===
| Clé ^(1)^ | Description | Exemples de valeur | Valeur si non applicable
@ -10698,13 +10698,13 @@ relâché). +
Informations additionnelles pour l'objet de barre "buffer_nicklist" :
[width="70%",cols="3m,3,8",options="header"]
[width="60%",cols="1,1,5",options="header"]
|===
| Clé | Extension ^(1)^ | Description
| nick | core | Pseudonyme
| prefix | core | Préfixe du pseudonyme
| group | core | Nom du groupe
| irc_host | irc | Nom d'hôte pour le pseudonyme (si connu)
| Clé | Extension ^(1)^ | Description
| nick | core | Pseudonyme
| prefix | core | Préfixe du pseudonyme
| group | core | Nom du groupe
| irc_host | irc | Nom d'hôte pour le pseudonyme (si connu)
|===
[NOTE]

View File

@ -7142,7 +7142,7 @@ Argomenti:
Tag usati di frequente (elenco non esaustivo):
[width="70%",cols="1m,4",options="header"]
[width="70%",cols="^1,4",options="header"]
|===
| Tag | Descrizione
| no_filter | La riga non può essere filtrata
@ -10737,7 +10737,7 @@ callback se l'area corrisponde prima di usare le informazioni nella tabella hash
Contenuto della tabella hash inviata alla callback (tasti e valori sono di tipo
"string"):
[width="100%",cols="5m,5,8,3",options="header"]
[width="100%",cols="5,5,8,3",options="header"]
|===
| Key ^(1)^ | Descrizione | Valori di esempio | Valore se N/D
@ -10845,13 +10845,13 @@ per sapere dove il pulsante del mouse è stato rilasciato). +
Informazioni aggiuntive per l'elemento barra "buffer_nicklist":
[width="70%",cols="3m,3,8",options="header"]
[width="60%",cols="1,1,5",options="header"]
|===
| Chiave | Plugin | Descrizione
| nick | core | Nick
| prefix | core | Prefisso per il nick
| group | core | Nome gruppo
| irc_host | irc | Host per il nick (se conosciuto)
| Chiave | Plugin ^(1)^ | Descrizione
| nick | core | Nick
| prefix | core | Prefisso per il nick
| group | core | Nome gruppo
| irc_host | irc | Host per il nick (se conosciuto)
|===
[NOTE]

View File

@ -6964,7 +6964,7 @@ void weechat_printf_date_tags (struct t_gui_buffer *buffer, time_t date,
通常使用するタグ (一部抜粋したリスト):
[width="70%",cols="1m,4",options="header"]
[width="70%",cols="^1,4",options="header"]
|===
| タグ | 説明
| no_filter | フィルタできない行
@ -10358,7 +10358,7 @@ info を使う前にエリアが一致していることを確認して下さい
コールバックに送られるハッシュテーブルの内容 (キーと値は "string" 型):
[width="100%",cols="5m,5,8,3",options="header"]
[width="100%",cols="5,5,8,3",options="header"]
|===
| キー ^(1)^ | 説明 | 値の例 | 定義できない場合の値
@ -10465,13 +10465,13 @@ info を使う前にエリアが一致していることを確認して下さい
バー要素 "buffer_nicklist" の追加情報:
[width="70%",cols="3m,3,8",options="header"]
[width="60%",cols="1,1,5",options="header"]
|===
| キー | プラグイン ^(1)^ | 説明
| nick | core | ニックネーム
| prefix | core | ニックネームのプレフィックス
| group | core | グループ名
| irc_host | irc | ニックネームのホスト名 (判る場合)
| キー | プラグイン ^(1)^ | 説明
| nick | core | ニックネーム
| prefix | core | ニックネームのプレフィックス
| group | core | グループ名
| irc_host | irc | ニックネームのホスト名 (判る場合)
|===
[NOTE]