MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/API

action=feedrecentchanges

(main | feedrecentchanges)
  • This module requires read rights.
  • Source: MediaWiki
  • License: GPL-2.0+

Returns a recent changes feed.

Parameters:
feedformat

The format of the feed.

One of the following values: rss, atom
Default: rss
namespace

Namespace to limit the results to.

One of the following values: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 100, 101, 102, 103, 104, 105, 106, 107, 110, 111
invert

All namespaces but the selected one.

Τύπος: boolean (λεπτομέρειες)
associated

Include associated (talk or main) namespace.

Τύπος: boolean (λεπτομέρειες)
days

Days to limit the results to.

The value must be no less than 1.
Type: integer
Default: 7
limit

Maximum number of results to return.

The value must be between 1 and 50.
Type: integer
Default: 50
from

Εμφάνιση αλλαγών από τότε.

Type: timestamp (allowed formats)
hideminor

Απόκρυψη μικρών αλλαγών.

Τύπος: boolean (λεπτομέρειες)
hidebots

Απόκρυψη αλλαγών που έγιναν από ρομπότ.

Τύπος: boolean (λεπτομέρειες)
hideanons

Απόκρυψη αλλαγών που έγιναν από ανώνυμους χρήστες.

Τύπος: boolean (λεπτομέρειες)
hideliu

Απόκρυψη αλλαγών που έγιναν από εγγεγραμμένους χρήστες.

Τύπος: boolean (λεπτομέρειες)
hidepatrolled

Απόκρυψη ελεγμένων αλλαγών.

Τύπος: boolean (λεπτομέρειες)
hidemyself

Απόκρυψη αλλαγών που έγιναν από τον τρέχοντα χρήστη.

Τύπος: boolean (λεπτομέρειες)
hidecategorization

Hide category membership changes.

Τύπος: boolean (λεπτομέρειες)
tagfilter

Φιλτράρισμα κατά ετικέτα.

target

Εμφάνιση μόνο των αλλαγών σε σελίδες που συνδέονται με αυτή τη σελίδα.

showlinkedto

Show changes on pages linked to the selected page instead.

Τύπος: boolean (λεπτομέρειες)
categories

Show only changes on pages in all of these categories.

Separate values with |. Maximum number of values is 50 (500 for bots).
categories_any

Show only changes on pages in any of the categories instead.

Τύπος: boolean (λεπτομέρειες)
Examples:
Εμφάνιση πρόσφατων αλλαγών.
api.php?action=feedrecentchanges [open in sandbox]
Εμφάνιση πρόσφατων αλλαγών για 30 ημέρες.
api.php?action=feedrecentchanges&days=30 [open in sandbox]
Ανακτήθηκε από «https://el.opensuse.org/Ειδικό:ApiHelp»