Pomoc MediaWiki API

To jest automatycznie wygenerowana strona dokumentacji MediaWiki API. Dokumentacja i przykłady: https://www.mediawiki.org/wiki/API

action=feedrecentchanges

(main | feedrecentchanges)
  • Ten moduł wymaga praw odczytu.

Returns a recent changes feed.

Parametry:
feedformat

The format of the feed.

Jedna wartość: rss, atom
Domyślnie: rss
namespace

Namespace to limit the results to.

Jedna wartość: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
invert

All namespaces but the selected one.

associated

Include associated (talk or main) namespace.

days

Days to limit the results to.

Wartość musza być mniejsze niż 1.
Domyślnie: 7
limit

Maximum number of results to return.

Wartość musi być pomiędzy 1 a 50.
Domyślnie: 50
from

Show changes since then.

hideminor

Hide minor changes.

hidebots

Hide changes made by bots.

hideanons

Hide changes made by anonymous users.

hideliu

Hide changes made by registered users.

hidepatrolled

Hide patrolled changes.

hidemyself

Hide changes made by the current user.

tagfilter

Filter by tag.

target

Show only changes on pages linked from this page.

showlinkedto

Show changes on pages linked to the selected page instead.

Przykłady:
Pokaż ostatnie zmiany.
api.php?action=feedrecentchanges
Show recent changes for 30 days.
api.php?action=feedrecentchanges&days=30