jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/886411 )

Change subject: [feat] clean_sandbox: Configure script for some projects
......................................................................

[feat] clean_sandbox: Configure script for some projects

Configuration comes from what those projects currently use in their Sandoxes.

Change-Id: Ib0fa7dd47e030d232e7f0d4977676de4f2e852ce
---
M scripts/clean_sandbox.py
1 file changed, 39 insertions(+), 4 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/scripts/clean_sandbox.py b/scripts/clean_sandbox.py
index 286a477..b0a97b9 100755
--- a/scripts/clean_sandbox.py
+++ b/scripts/clean_sandbox.py
@@ -23,7 +23,7 @@
     -textfile      As an alternative to -text, you can use this to provide
                    a file containing the text to be used.

-    -summary       Summary of the edit made by bot. Overrides the default
+    -summary       Summary of the edit made by the bot. Overrides the default
                    from i18n.

 This script is a :py:obj:`ConfigParserBot <bot.ConfigParserBot>`.
@@ -61,19 +61,40 @@
     'commons': '{{Sandbox}}\n<!-- Please edit only below this line. -->',
     'meta': '{{Meta:Sandbox/Please do not edit this line}}\n'
             '<!-- Please edit below this line. -->',
+    'species': '{{Sandbox}}\n'
+               '<!-- PLEASE ADD YOUR EDITS BELOW THIS LINE. THANK YOU. -->',
     'test': '<noinclude>{{Sandbox}}</noinclude>\n'
             '== Please start your testing below this line ==',
     'wikidata': '{{Please leave this line alone (sandbox heading)}}',
     'wikibooks': {
+        'es': '{{subst:ZDP/2}}',
         'ru': '{{/Шапка}}\n'
               '<!-- Не удаляйте, пожалуйста, эту строку, '
               'тестируйте ниже -->',
     },
-    'wikivoyage': {
+    'wikinews': {
+        'es': '{{ZDP}}\n== Haz tus pruebas bajo esta sección  ==',
+    },
+    'wikiquote': {
+        'es': '{{ZDP}}\n== Haz tus pruebas bajo esta sección  ==',
+    },
+    'wikisource': {
         'es': '<!--No borres este mensaje-->'
               '{{Zona de pruebas}}'
-              '<!--Haz las pruebas debajo. Gracias-->\n\n'
-              '== Las pruebas en esta sección ==\n',
+              '<!--Haz las pruebas debajo. Gracias-->\n',
+    },
+    'wikiversity': {
+        'es': '{{/encabezado}}\n'
+              '== Haz tus pruebas bajo esta sección  ==',
+    },
+    'wikivoyage': {
+        'es': '<!--No borres este mensaje-->{{Zona de pruebas}}'
+              '<!--Haz las pruebas debajo. Gracias-->\n'
+              '== Haz tus pruebas bajo esta sección ==',
+    },
+    'wiktionary': {
+        'es': '<!--No borres este mensaje-->{{Titular-zdp}}'
+              '<!--Haz las pruebas debajo. Gracias-->',
     },
     'als': '{{subst:/Vorlage}}',
     'ar': '{{عنوان الملعب}}\n<!-- مرحبا! خذ راحتك في تجربة مهارتك في التنسيق '
@@ -104,6 +125,9 @@
           'and editing skills below this line. As this page is for editing '
           'experiments, this page will automatically be cleaned every 12 '
           'hours. -->',
+    'es': '<!--No borres este mensaje-->{{Titular-zdp}}'
+          '<!--Haz las pruebas debajo. Gracias-->\n'
+          '== Las pruebas en esta sección ==\n',
     'eo': '{{Bonvolu ne forigi tiun ĉi linion (Provejo)}}',
     'fa': '{{subst:Wikipedia:ربات/sandbox}}',
     'fi': '{{subst:Hiekka}}',

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/886411
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ib0fa7dd47e030d232e7f0d4977676de4f2e852ce
Gerrit-Change-Number: 886411
Gerrit-PatchSet: 4
Gerrit-Owner: MarcoAurelio <maure...@toolforge.org>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to