Module talk:Protected edit request
This is the talk page for discussing improvements to the Protected edit request module. |
|
Archives: 1Auto-archiving period: 3 months ![]() |
This is the talk page for discussing improvements to the Protected edit request module. |
|
Archives: 1Auto-archiving period: 3 months ![]() |
None
Template-protected edit request on 11 March 2020
![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
Please sync changes from Module:Protected edit request/sandbox.
Improvement made: the template will show the names of pages to which edits were requested even after the request has been marked as answered. This will be skipped if there was just one page in the request which is same as the subject page.
At present, if an edit request is being made for a page which isn't the subject page, the name of the page get hidden when it's marked as answered, which is quite confusing for a reader.
See testcases at User talk:SD0001/sandbox2. SD0001 (talk) 21:44, 11 March 2020 (UTC)
Template-protected edit request on 30 May 2020
![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
Please change line 34
if not mw.title.getCurrentTitle().isTalkPage and not self.demo then
to
if not mw.title.getCurrentTitle().isTalkPage and not self.args.demo then
to fix parameter |demo=
. See Template:Edit template-protected/testcases#Answered for demonstration of the issue. This change fixed the error output in {{Edit template-protected/sandbox}}. —andrybak (talk) 05:02, 30 May 2020 (UTC)
Done Cabayi (talk) 05:17, 30 May 2020 (UTC)
Feature request
When a request to edit a TemplateStyles stylesheet is made, could the sandbox links point to Template:XYZ/sandbox/styles.css because I believe this is the convention. I guess it is currently looking for a sandbox in Template:XYZ/styles.css/sandbox which is not correct. Thanks — Martin (MSGJ · talk) 12:31, 11 September 2020 (UTC)
- @MSGJ:
Done Jackmcbarn (talk) 23:54, 11 September 2020 (UTC)
- Fantastic! Thanks — Martin (MSGJ · talk) 16:19, 13 September 2020 (UTC)
Nothing