如何根据类别选择获取需要编辑的维基百科页面列表?
How to get list of Wikipedia pages need edit based on categories selection?
如何使用 MediaWiki 根据类别和子类别获取需要编辑的页面列表 API?
如果假设所有需要编辑的维基百科页面都包含 Template:Cleanup, which means that all they will be placed in Category:All articles needing cleanup,要使用 MediaWiki API 获取所有页面的列表,您有两种变体:
变体 1: 获取所有包含 Template:Cleanup 和 embeddedin[=27 的文章=]:
https://en.wikipedia.org/w/api.php?action=query&list=embeddedin&einamespace=0&eititle=Template:Cleanup
变体 2: 从 类别中获取所有文章:所有需要清理的文章 categorymembers:
https://en.wikipedia.org/w/api.php?action=query&list=categorymembers&cmnamespace=0&cmtitle=Category:All articles needing cleanup
如何使用 MediaWiki 根据类别和子类别获取需要编辑的页面列表 API?
如果假设所有需要编辑的维基百科页面都包含 Template:Cleanup, which means that all they will be placed in Category:All articles needing cleanup,要使用 MediaWiki API 获取所有页面的列表,您有两种变体:
变体 1: 获取所有包含 Template:Cleanup 和 embeddedin[=27 的文章=]:
https://en.wikipedia.org/w/api.php?action=query&list=embeddedin&einamespace=0&eititle=Template:Cleanup
变体 2: 从 类别中获取所有文章:所有需要清理的文章 categorymembers:
https://en.wikipedia.org/w/api.php?action=query&list=categorymembers&cmnamespace=0&cmtitle=Category:All articles needing cleanup