Yahoo Web Search

Search results

  1. Feb 17, 2019 · 3. 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. It will fetch the first 500 names from ...

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

  3. (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 ...

  4. 正如我建议并添加到 @arash 的答案中,您可以使用维基百科 API 来获取维基百科数据。这是包含如何执行此操作的描述的链接,API:Categorymembers#GET_request

  5. 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.

  6. 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.

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