User:AnomieBOT/source/tasks/TemplateTalkRedirectCreator.pm: Difference between revisions
Content deleted Content added
Updating published sources: TemplateTalkRedirectCreator: * Put {{tl|R from remote page}} on created redirects. |
Updating published sources: TemplateTalkRedirectCreator: * Create talk redirects for Module sandbox subpages too. |
||
Line 15:
Create redirects for non-existing talk pages of certain pages:
* Template pages ending in "/doc", "/sandbox", "/testcases", or "/TemplateData"
* Module pages ending in "/doc" or "/sandbox"
=end metadata
Line 38:
'Module' => [
'%/doc',
'%/sandbox',
# Not %/testcases though, those talk pages are often (ab)used to run the tests.
],
);
|