Yahoo Web Search

Search results

  1. Feb 17, 2019 · As I suggested and adding to @arash's answer, you can use the Wikipedia API to get the Wikipedia data. Here is the link with the description about how to do that, API:Categorymembers#GET_request. As you commented that you need to fetch the data using program, below is the sample code in JavaScript.

    Code sample

    let len = data.query.categorymembers.length;
    let titles = '';
    for(let i=0;i<len;i++) {
      let title = data.query.categorymembers[i].title;
      console.log(title);...
  2. 我最近发现维基百科有基于学科分类的Wikiprojects ( https://en.wikipedia.org/wiki/Category:WikiProjects_by_discipline)。如链接所示它有 34 学科。 我想知道是否可以获得与每个维基百科学科相关的所有维基百科文章例如考虑WikiProject Computer science‎。

  3. phabricator.wikimedia.org › transactions › detailChange Details

    Content licensed under Creative Commons Attribution-ShareAlike 3.0 (CC-BY-SA) unless otherwise noted; code licensed under GNU General Public License (GPL) or other open source licenses.

  4. Feb 16, 2019 · 正如我在@arash的回答中所建议和补充的那样您可以使用Wikipedia API来获取Wikipedia数据下面是关于如何执行此操作的描述的链接API:Categorymembers#GET_request. 正如您所说的您需要使用program来获取数据下面是JavaScript中的示例代码

  5. phabricator.wikimedia.org › transactions › detailChange Details

    **Use-case:** I'd like to use Special:RecentChangesLinked to filter the recent changes to articles that are associated to a particular WikiProject in Wikipedia. This would allow WikiProject members to more effectively patrol edits to pages related to their subject mater interests/expertise.

  6. (Best to explain this by an example:) So I wanted to set up a custom watchlist for a WikiProject as I've seen it on other WikiProject pages. Actually it's 2 ...

  7. Feb 17, 2019 · Я хотел бы знать, возможно ли получить все статьи Википедии, связанные с каждой из этих wikipedia disciplines. Например, рассмотрим WikiProject Computer science‎.

  1. People also search for