From abac4d0ca2cff14edef2106de592cc5bb7df92c3 Mon Sep 17 00:00:00 2001 From: CosmicAlpha Date: Mon, 26 Feb 2024 13:51:20 -0700 Subject: [PATCH] Add apihelp messages (#81) --- i18n/en.json | 3 +++ i18n/qqq.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/i18n/en.json b/i18n/en.json index 1a0186f8..6b56ae45 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -11,8 +11,11 @@ "action-view-dump": "view wiki backups", "apihelp-deletedumps-summary": "Delete dumps", "apihelp-deletedumps-example": "This is an example of how to delete dumps.", + "apihelp-deletedumps-param-filename": "Delete dump with this specified filename.", + "apihelp-deletedumps-param-type": "Delete dump with this specified type.", "apihelp-generatedumps-summary": "Generate dumps", "apihelp-generatedumps-example": "This is an example of how to generate dumps.", + "apihelp-generatedumps-param-type": "Generate dump with this specified type.", "apihelp-viewdumps-example-1": "This is an example of how to fetch all dumps.", "apihelp-viewdumps-example-2": "This is an example of how to fetch dumps with the specified type of 'xml'.", "apihelp-viewdumps-param-type": "Find dump with this specified type.", diff --git a/i18n/qqq.json b/i18n/qqq.json index 14193e58..979ebb33 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -13,8 +13,11 @@ "action-view-dump": "Button to view dumps for the wiki.", "apihelp-deletedumps-summary": "{{doc-apihelp-summary|deletedumps}}", "apihelp-deletedumps-example": "{{doc-apihelp-example|deletedumps}}", + "apihelp-deletedumps-param-filename": "{{doc-apihelp-param|deletedumps|filename}}", + "apihelp-deletedumps-param-type": "{{doc-apihelp-param|deletedumps|type}}", "apihelp-generatedumps-summary": "{{doc-apihelp-summary|generatedumps}}", "apihelp-generatedumps-example": "{{doc-apihelp-example|generatedumps}}", + "apihelp-generatedumps-param-type": "{{doc-apihelp-param|generatedumps|type}}", "apihelp-viewdumps-example-1": "{{doc-apihelp-example|viewdumps}}", "apihelp-viewdumps-example-2": "{{doc-apihelp-example|viewdumps}}", "apihelp-viewdumps-param-type": "{{doc-apihelp-param|viewdumps|type}}",