mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 23:36:37 +02:00
doc: resize columns for table with hdata (plugin API reference)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[width="100%",cols="^1,^2,5,5,5,5",options="header"]
|
||||
[width="100%",cols="^1,^2,4,8,4,4",options="header"]
|
||||
|========================================
|
||||
| Erweiterung | Name | Beschreibung | Variablen | Update erlaubt | Listen
|
||||
|
||||
|
||||
+1
-1
@@ -493,7 +493,7 @@ def docgen_cmd_cb(data, buffer, args):
|
||||
filename = '%s/plugin_api/hdata.txt' % directory
|
||||
tmpfilename = '%s.tmp' % filename
|
||||
f = open(tmpfilename, 'w')
|
||||
f.write('[width="100%",cols="^1,^2,5,5,5,5",options="header"]\n')
|
||||
f.write('[width="100%",cols="^1,^2,4,8,4,4",options="header"]\n')
|
||||
f.write('|========================================\n')
|
||||
f.write('| %s | %s | %s | %s | %s | %s\n\n' % (_('Plugin'), _('Name'), _('Description'),
|
||||
_('Variables'), _('Update allowed'),
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[width="100%",cols="^1,^2,5,5,5,5",options="header"]
|
||||
[width="100%",cols="^1,^2,4,8,4,4",options="header"]
|
||||
|========================================
|
||||
| Plugin | Name | Description | Variables | Update allowed | Lists
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[width="100%",cols="^1,^2,5,5,5,5",options="header"]
|
||||
[width="100%",cols="^1,^2,4,8,4,4",options="header"]
|
||||
|========================================
|
||||
| Extension | Nom | Description | Variables | Mise à jour autorisée | Listes
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[width="100%",cols="^1,^2,5,5,5,5",options="header"]
|
||||
[width="100%",cols="^1,^2,4,8,4,4",options="header"]
|
||||
|========================================
|
||||
| Plugin | Nome | Descrizione | Variabili | Aggiornamento consentito | Liste
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[width="100%",cols="^1,^2,5,5,5,5",options="header"]
|
||||
[width="100%",cols="^1,^2,4,8,4,4",options="header"]
|
||||
|========================================
|
||||
| プラグイン | 名前 | 説明 | 変数 | アップデート可 | リスト
|
||||
|
||||
|
||||
Reference in New Issue
Block a user