Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
ben
/
earwigbot-plugins
espelho de
https://github.com/earwig/earwigbot-plugins
Vigiar
1
Marcar como favorito
1
Derivar
0
Código
Lançamentos
1
Trabalho
Ver a proveniência
Specify task numbers.
pull/15/head
Ben Kurtovic
há 11 anos
ascendente
2a932c7de1
cometimento
e3e8c3769a
4 ficheiros alterados
com
4 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro 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
Ver ficheiro
@@ -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
Ver ficheiro
@@ -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
Ver ficheiro
@@ -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
Ver ficheiro
@@ -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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar