使用 JavaScript能使本网站更好的工作。
首页
帮助
登录
ben
/
earwigbot-plugins
镜像自地址
https://github.com/earwig/earwigbot-plugins
关注
1
点赞
1
派生
0
代码
版本发布
1
动态
浏览代码
Specify task numbers.
pull/15/head
Ben Kurtovic
11 年前
父节点
2a932c7de1
当前提交
e3e8c3769a
共有
4 个文件被更改
,包括
4 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 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
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -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
撰写
预览
正在加载...
取消
保存