Il sito funziona meglio con JavaScript.
Home
Aiuto
Accedi
ben
/
earwigbot-plugins
mirror da
https://github.com/earwig/earwigbot-plugins
Segui
1
Vota
1
Forka
0
Codice
Rilasci
1
Attività
Sfoglia il codice sorgente
Specify task numbers.
pull/15/head
Ben Kurtovic
11 anni fa
parent
2a932c7de1
commit
e3e8c3769a
4 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-0
tasks/afc_catdelink.py
+1
-0
tasks/afc_undated.py
+1
-0
tasks/blp_tag.py
+1
-0
tasks/image_display_resize.py
+ 1
- 0
tasks/afc_catdelink.py
Vedi File
@@ -26,6 +26,7 @@ class AFCCatDelink(Task):
"""A task to delink mainspace categories in declined [[WP:AFC]]
submissions."""
name = "afc_catdelink"
number = 8
def setup(self):
pass
+ 1
- 0
tasks/afc_undated.py
Vedi File
@@ -27,6 +27,7 @@ from earwigbot.tasks import Task
class AFCUndated(Task):
"""A task to clear [[Category:Undated AfC submissions]]."""
name = "afc_undated"
number = 5
def setup(self):
cfg = self.config.tasks.get(self.name, {})
+ 1
- 0
tasks/blp_tag.py
Vedi File
@@ -26,6 +26,7 @@ class BLPTag(Task):
"""A task to add |blp=yes to ``{{WPB}}`` or ``{{WPBS}}`` when it is used
along with ``{{WP Biography}}``."""
name = "blp_tag"
number = 12
def setup(self):
pass
+ 1
- 0
tasks/image_display_resize.py
Vedi File
@@ -25,6 +25,7 @@ from earwigbot.tasks import Task
class ImageDisplayResize(Task):
"""A task to resize upscaled portraits in infoboxes."""
name = "image_display_resize"
number = 13
def setup(self):
pass
Scrivi
Anteprima
Caricamento…
Annulla
Salva