From 1384dfaa6554e09157706de4e86e7a6cef7cb5f2 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Fri, 18 Feb 2022 15:45:38 +0000 Subject: [PATCH] ApiParse: Note that setting useskin might affect text content This has been the case since I5b41251ad95ea. Change-Id: I83b679c70ddea337dfe5b621d7f003f1e0a3672c --- includes/api/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 1448e79af59..c0a13fd3a75 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -419,7 +419,7 @@ "apihelp-parse-param-preview": "Parse in preview mode.", "apihelp-parse-param-sectionpreview": "Parse in section preview mode (enables preview mode too).", "apihelp-parse-param-disabletoc": "Omit table of contents in output.", - "apihelp-parse-param-useskin": "Apply the selected skin to the parser output. May affect the following properties: langlinks, headitems, modules, jsconfigvars, indicators.", + "apihelp-parse-param-useskin": "Apply the selected skin to the parser output. May affect the following properties: text, langlinks, headitems, modules, jsconfigvars, indicators.", "apihelp-parse-param-contentformat": "Content serialization format used for the input text. Only valid when used with $1text.", "apihelp-parse-param-contentmodel": "Content model of the input text. If omitted, $1title must be specified, and default will be the model of the specified title. Only valid when used with $1text.", "apihelp-parse-example-page": "Parse a page.",