Yahoo Web Search

Search results

  1. Oct 2, 2023 · A tutorial teaches the reader how to complete a project. Tutorials should be: clear about prerequisites. ordered. reproducible. Examples [ edit] API:Nearby places viewer. API:Article ideas generator. API:Picture of the day viewer. API:Holidays viewer. API:Presenting Wikidata knowledge. API:Page info in search results. Manual:Pywikibot/PAWS.

  2. www.mediawiki.org › wiki › API:TutorialAPI:Tutorial - MediaWiki

    • Overview of The MediaWiki Action API
    • How to Use The MediaWiki Action API
    • A Simple Query
    • Examples of Projects Using Action API
    • Additional Notes
    • Resources

    The MediaWiki Action API is a RESTful web service that allows users to perform certain wiki-actions like page creation, authentication, parsing, searching, etc.API:Main pageis a good starting point for understanding the API. Your program sends requests to the API to get access to wiki features.For example, log in to a wiki, create and edit a page, ...

    You can request for data from client side to the server over HTTP and get the response back in a standard format (typically JSON).A request consists of an endpoint and a set of parameters.There are two types of request that can be made: GET and POST.For a GET request, a parameter would contain a query string in the URL.For a POST request, format th...

    Let’s take an example of a simple query to understand what a typical GET request and response would look like in the context of the Action API. Let's search for a title in a wiki. We will use the search module documented on API:Search.

    Some example of projects in Wikimedia that use Action API: 1. Wikipedia iOS App, in which one of the features is to search for wiki pages near your location. 2. Bots that operate on a wiki. Pywikibotis a bot framework written in Python that interfaces with MediaWiki API which a lot of bot developers use. 3. API use in visualizing data obtained from...

    Several sites are using MediaWiki. They might all be running a different version of MediaWiki and in turn the API. Some module parameters supported in one version might be deprecated or removed in...
    If you want to make a lot of API calls, and perhaps run very busy and active bots, talk to wiki admins ahead of time, so they do not block you. See list of Administrators of Wikimedia projects. Rea...
    All data modifying actions such as logging, editing or moving a page, and watching or patrolling changes would require tokens. You would need to obtain tokens via API:Tokensto proceed further.
    Use Special:APISandboxto experiment with the Action API. You can play around with supported actions, specify a value for parameters, and send requests to the API to see the results on the same page.
    Read through tutorials: An Introduction to API's and What is REST — A Simple Explanation for Beginners.
  3. People also ask

  4. Mar 1, 2023 · Category:Tutorials. These pages are step-by-step trainings, HOWTOs, syllabi, or similar resources for MediaWiki or Wikimedia technology.

  5. Apr 23, 2018 · MediaWiki - Introduction to using sub-categories - Tutorial 5 - YouTube. Semantic MediaWiki. 1.14K subscribers. Subscribed. 56. 8.4K views 5 years ago Teaching Semantic MediaWiki. This...

    • Apr 23, 2018
    • 8.4K
    • Semantic MediaWiki
  6. Apr 23, 2018 · MediaWiki - Introduction to categories - Tutorial 3 - YouTube. 0:00 / 4:48. MediaWiki - Introduction to categories - Tutorial 3. Semantic MediaWiki. 1.14K subscribers. Subscribed. 90....

    • 5 min
    • 14.2K
    • Semantic MediaWiki
  7. Build your first tool. Learn how to edit wiki pages using Python and the Pywikibot framework. This tutorial helps you get started quickly using only your browser. Read more on mediawiki.org. Generate ideas for articles. Learn how to use the MediaWiki API to generate ideas for new Wikipedia articles.

  8. Apr 23, 2018 · MediaWiki - Basic formatting of templates - Tutorial 8. Semantic MediaWiki. 1.07K subscribers. 69. Share. Save. 9K views 5 years ago Teaching Semantic MediaWiki. ...more. License. This...

    • Apr 23, 2018
    • 9.8K
    • Semantic MediaWiki
  1. Searches related to mediawiki tutorial

    mediawiki tutorial beginner